Package org.subethamail.smtp.server.io

Class Summary
CharTerminatedInputStream An InputStream class that terminates the stream when it encounters a particular byte sequence.
CRLFTerminatedReader A Reader for use with SMTP or other protocols in which lines must end with CRLF.
DeferredFileOutputStream This works like a ByteArrayOutputStream until a certain size is reached, then creates a temp file and acts like a buffered FileOutputStream.
DotUnstuffingInputStream Removes the dot-stuffing happening during the NNTP and SMTP message transfer
LastActiveInputStream This is an input stream filter that updates the last active time of the ConnectionHandler so that someone can't DoS the server after issuing a DATA command.
ThresholdingOutputStream This is an OutputStream wrapper which takes notice when a threshold (number of bytes) is about to be written.
 

Exception Summary