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