Discussion:
force smtp client to choose a specific AUTH mechanism
MK Aftab
2008-07-17 08:42:12 UTC
Permalink
Hello

Using JavaMail, how can I force smtp client to choose a specific AUTH
mechanism (for example CRAM-MD5), not the first available mechanism in the
server?

thanks in advance.
--
View this message in context: http://www.nabble.com/force-smtp-client-to-choose-a-specific-AUTH-mechanism-tp18504075p18504075.html
Sent from the Javamail mailing list archive at Nabble.com.

===========================================================================
To unsubscribe, send email to ***@java.sun.com and include in the body
of the message "signoff JAVAMAIL-INTEREST". For general help, send email to
***@java.sun.com and include in the body of the message "help".
Bill Shannon
2008-07-18 17:22:14 UTC
Permalink
Post by MK Aftab
Hello
Using JavaMail, how can I force smtp client to choose a specific AUTH
mechanism (for example CRAM-MD5), not the first available mechanism in the
server?
Unfortunately, there's currently no way to control that for SMTP.
That's been on my list of features to add for some time now.
Maybe it's time to do it...

===========================================================================
To unsubscribe, send email to ***@java.sun.com and include in the body
of the message "signoff JAVAMAIL-INTEREST". For general help, send email to
***@java.sun.com and include in the body of the message "help".
Loading...