TLS is the further development of SSL.

To tell JavaMail to issue a STARTTLS command you could set 
mail.smtp.starttls.enable to true (see: 
http://javamail.kenai.com/javadocs/com/sun/mail/smtp/package-summary.html) 
or use an instance of SMTPTransport and call smtpTransport.setStartTLS(true) 
(see: http://javamail.kenai.com/javadocs/com/sun/mail/smtp/SMTPTransport.html)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to