Uses of Class
com.sun.mail.util.CRLFOutputStream
Packages that use CRLFOutputStream
Package
Description
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.smtpModifier and TypeClassDescriptionclass
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.