Uses of Class
com.sun.mail.util.CRLFOutputStream
-
Packages that use CRLFOutputStream Package Description com.sun.mail.smtp An SMTP protocol provider for the Jakarta Mail API that provides access to an SMTP server. -
-
Uses of CRLFOutputStream in com.sun.mail.smtp
Subclasses of CRLFOutputStream in com.sun.mail.smtp Modifier and Type Class Description 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.
-