[jira] Commented: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-07 Thread Bruce Snyder (JIRA)
@ list: Transmitting file data . Committed revision 375548. > Add SMTP Authentication and STARTTLS support. > - > > Key: GERONIMO-1593 > URL: http://issues.apache.org/jira/browse/GERONIMO-1593 > Project: Geronimo &

[jira] Closed: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Bruce Snyder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1593?page=all ] Bruce Snyder closed GERONIMO-1593: -- Fix Version: 1.1 Resolution: Fixed > Add SMTP Authentication and STARTTLS supp

[jira] Commented: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Bruce Snyder (JIRA)
iders Transmitting file data ... Committed revision 375375. > Add SMTP Authentication and STARTTLS support. > - > > Key: GERONIMO-1593 > URL: http://issues.apache.org/jira/browse/GERONIMO-1593 > Project:

[jira] Commented: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Bruce Snyder (JIRA)
-spec-javamail/src/main/java/org/apache/geronimo/mail/util/XTextEncoder.java Transmitting file data ... Committed revision 375366. > Add SMTP Authentication and STARTTLS support. > - > > Key: GERONIMO-1593 >

[jira] Assigned: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Bruce Snyder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1593?page=all ] Bruce Snyder reassigned GERONIMO-1593: -- Assign To: Bruce Snyder > Add SMTP Authentication and STARTTLS support. > - > >

[jira] Commented: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Bruce Snyder (JIRA)
il/encoders/Hex), but I don't see an XText class anywhere. Because of these issues, I have not yet committed anything from this second patch. > Add SMTP Authentication and STARTTLS support. > - > > Key: GERONIMO-1593 >

[jira] Commented: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Bruce Snyder (JIRA)
. Committed revision 375349. > Add SMTP Authentication and STARTTLS support. > - > > Key: GERONIMO-1593 > URL: http://issues.apache.org/jira/browse/GERONIMO-1593 > Project: Geronimo > Type: New F

[jira] Updated: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Rick McGuire (JIRA)
applied and built before the javamail-transport patch. > Add SMTP Authentication and STARTTLS support. > - > > Key: GERONIMO-1593 > URL: http://issues.apache.org/jira/browse/GERONIMO-1593 > Project: Geronimo >

[jira] Updated: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1593?page=all ] Rick McGuire updated GERONIMO-1593: --- Attachment: GERONIMO-1593-javamail-transport.patch Update the the javamail-transport module in the Geronimo TRUNK. > Add SMTP Authentication

[jira] Created: (GERONIMO-1593) Add SMTP Authentication and STARTTLS support.

2006-02-06 Thread Rick McGuire (JIRA)
Add SMTP Authentication and STARTTLS support. -- Key: GERONIMO-1593 URL: http://issues.apache.org/jira/browse/GERONIMO-1593 Project: Geronimo Type: New Feature Components: mail Versions: 1.1 Reporter: Rick

Testing SMTP authentication

2006-01-23 Thread Rick McGuire
Looking for suggestions for testing the javamail SMTP authentication support. The server I've been using so far (James) only supports LOGIN authentication. I'm going to need a server that supports CRAM_MD5 and MD5_DIGEST, as well as STARTTLS. I've been searching aroun

Re: SMTP Authentication

2005-12-15 Thread Alan D. Cabrera
m my experience, most servers and clients are just using LOGIN and >> PLAIN with TLS sometimes. I'm not very familiar with Sasl; can you >> explain how it fits into a mail client or server? >> >> Thanks, >> >> -dain >> >> On Dec 7, 2005, at

Re: SMTP Authentication

2005-12-07 Thread Dain Sundstrom
-dain On Dec 7, 2005, at 8:37 AM, Rick McGuire wrote: I've looking at the issues of doing SMTP authentication, and after reading the SMTP spec, starting coding up a solution using the Java Sasl API, which was doing most of the heavy lifting for me. This morning, however, I fina

Re: SMTP Authentication

2005-12-07 Thread Bilal Bhatti
>> From my experience, most servers and clients are just using LOGIN and >> PLAIN with TLS sometimes. I'm not very familiar with Sasl; can you >> explain how it fits into a mail client or server? >> >> Thanks, >> >> -dain >> >> On Dec 7,

Re: SMTP Authentication

2005-12-07 Thread Rick McGuire
#x27;ve looking at the issues of doing SMTP authentication, and after reading the SMTP spec, starting coding up a solution using the Java Sasl API, which was doing most of the heavy lifting for me. This morning, however, I finally noticed the critical words in the Sasl Javadoc"sin

Re: SMTP Authentication

2005-12-07 Thread Dain Sundstrom
s of doing SMTP authentication, and after reading the SMTP spec, starting coding up a solution using the Java Sasl API, which was doing most of the heavy lifting for me. This morning, however, I finally noticed the critical words in the Sasl Javadoc"since Java 1.5". Since we

SMTP Authentication

2005-12-07 Thread Rick McGuire
I've looking at the issues of doing SMTP authentication, and after reading the SMTP spec, starting coding up a solution using the Java Sasl API, which was doing most of the heavy lifting for me. This morning, however, I finally noticed the critical words in the Sasl Javadoc"sinc