Uses of Class
org.eclipse.angus.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 org.eclipse.angus.mail.smtp
Subclasses of CRLFOutputStream in org.eclipse.angus.mail.smtpModifier and TypeClassDescriptionclassIn 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.