Package org.subethamail.smtp.io


package org.subethamail.smtp.io
  • Classes
    Class
    Description
    A Filter for use with SMTP or other protocols in which lines must end with CRLF.
    A Reader for use with SMTP or other protocols in which lines must end with CRLF.
    This works like a ByteArrayOutputStream until a certain size is reached, then creates a temp file and acts like a buffered FileOutputStream.
    An InputStream class that terminates the stream when it encounters a US-ASCII encoded dot CR LF byte sequence immediately following a CR LF line end.
    DotTerminatedOutputStream makes possible to end mail data with a "CRLF .
    Removes the dot-stuffing happening during the NNTP and SMTP message transfer
    Adds extra dot if dot occurs in message body at beginning of line (according to RFC1939) Compare also org.apache.james.smtpserver.SMTPInputStream
    Prepends a Received: header at the beginning of the input stream.
    This is an OutputStream wrapper which takes notice when a threshold (number of bytes) is about to be written.