I have written the code for the TLS support for POP3, but am struggling to find a (free) mail client for Windows that supports STLS. If anybody knows of one please let me know, since I cannot test it.
I think the following from section 7 in rfc 2595 says that STLS is not common, but recommended as opposed to running with SSL. anonymous wrote : Use of separate ports for SSL has caused clients to implement only | two security policies: use SSL or don't use SSL. The desirable | security policy "use TLS when available" would be cumbersome with | the separate port model, but is simple with STARTTLS. Maybe we should implement SSL for POP and SMTP as well as TLS? It should just be a case of creating an extra ServerThread for each protocol listening on separate ports and using an SSLServerSocket by default. Thanks, Kab View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830141#3830141 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830141 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
