Bug 31288 - MailSessionFactory should allow authentication to be configured
Summary: MailSessionFactory should allow authentication to be configured
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: Nightly Build
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-18 23:45 UTC by Joseph Walton
Modified: 2005-03-23 07:31 UTC (History)
0 users



Attachments
Patch to add a 'password' property to MailSessionFactory initialisation. (2.45 KB, patch)
2004-09-18 23:48 UTC, Joseph Walton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Walton 2004-09-18 23:45:11 UTC
Looking for a way to configure a JNDI JavaMail session, I ran into
<http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg43073.html>. It
looks like the only way to do this is through manually opening the transport in
code; there should be a way to configure an authenticated session through
server.xml and the MailSessionFactory.
Comment 1 Joseph Walton 2004-09-18 23:48:01 UTC
Created attachment 12769 [details]
Patch to add a 'password' property to MailSessionFactory initialisation.
Comment 2 Yoav Shapira 2005-03-23 16:24:54 UTC
Changing components for Tomcat 5.5.
Comment 3 Yoav Shapira 2005-03-23 16:31:07 UTC
Done for 5.5.9.  Thanks for submitting this patch.