Package dog.mail.util

Class Summary
CRLFInputStream An input stream that filters out CR/LF pairs into LFs.
CRLFOutputStream An output stream that filters LFs into CR/LF pairs.
MessageInputStream A utility class for feeding message contents to messages.
MessageOutputStream An output stream that escapes any dots on a line by themself with another dot, for the purposes of sending messages to SMTP and NNTP servers.