[jboss-jira] [JBoss JIRA] Updated: (JBAS-4810) mail-ra.rar make SSL configurable
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Fri Apr 4 03:35:40 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-4810?page=all ]
Jesper Pedersen updated JBAS-4810:
----------------------------------
Assignee: Jesper Pedersen (was: Weston Price)
> mail-ra.rar make SSL configurable
> ---------------------------------
>
> Key: JBAS-4810
> URL: http://jira.jboss.com/jira/browse/JBAS-4810
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JCA service
> Affects Versions: JBossAS-4.2.1.GA
> Reporter: Kurt Stam
> Assigned To: Jesper Pedersen
> Attachments: mail-ra-patch.txt
>
>
> We are using it in JBossESB now, but in my (test) case I did not want SSL with my IMAP
> connection, so I'm suggesting to make this setting configurable in the
> connector/src/main/org/jboss/resource/adapter/mail/inflow/MailFolder.java
> - sessionProps.setProperty("mail.imap.starttls.enable", "true");
> + sessionProps.setProperty("mail.imap.starttls.enable", starttls + "");
> I have attached the patch.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list