Uses of Class
com.sun.mail.util.CRLFOutputStream

Packages that use CRLFOutputStream
com.sun.mail.smtp An SMTP protocol provider for the JavaMail API that provides access to an SMTP server. 
 

Uses of CRLFOutputStream in com.sun.mail.smtp
 

Subclasses of CRLFOutputStream in com.sun.mail.smtp
 class SMTPOutputStream
          In addition to converting lines into the canonical format, i.e., terminating lines with the CRLF sequence, escapes the "." by adding another "." to any "." that appears in the beginning of a line.
 



Copyright © 2012. All Rights Reserved.