[jboss-jira] [JBoss JIRA] Commented: (JBAS-4810) mail-ra.rar make SSL configurable
stan xi (JIRA)
jira-events at lists.jboss.org
Tue Nov 9 20:25:01 EST 2010
[ https://jira.jboss.org/browse/JBAS-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562364#action_12562364 ]
stan xi commented on JBAS-4810:
-------------------------------
HI, Now i want to use SSL configur, how to config in my MDB to receive mail @ActivationConfigProperty(propertyName="password", propertyValue="888888"),
@ActivationConfigProperty(propertyName="debug", propertyValue="true")
> mail-ra.rar make SSL configurable
> ---------------------------------
>
> Key: JBAS-4810
> URL: https://jira.jboss.org/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
> Assignee: Jeff Zhang
> Fix For: JBossAS-5.0.0.CR1
>
> 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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list