Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 28047 invoked from network); 24 May 2003 11:43:48 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 May 2003 11:43:48 -0000 Received: (qmail 5878 invoked by uid 50); 24 May 2003 11:45:57 -0000 Date: 24 May 2003 11:45:57 -0000 Message-ID: <20030524114557.5877.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 19180] - enhancement to mail / email smtp task to support smtp over tls/ssl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19180 enhancement to mail / email smtp task to support smtp over tls/ssl ------- Additional Comments From levylambert@tiscali-dsl.de 2003-05-24 11:45 ------- A quick Google search of the keywords TLS SSL Java has brought me to this link : http://james.apache.org/usingTLS_2_1.html I read there than an API called JSSE is the foundation for TLS SSL in Java. Another search concerning JavaMail and JSSE brought me to this link : http://www.javaworld.com/javaworld/javatips/jw-javatip115.html which might be directly usable to fix this bug report in the case of JavaMail.