|
Class Summary |
| CharTerminatedInputStream |
An InputStream class that terminates the stream when it encounters a
particular byte sequence. |
| CRLFOutputStream |
A Filter for use with SMTP or other protocols in which lines must end with
CRLF. |
| DebugInputStream |
Reads data off a stream, printing every byte read to System.err. |
| DotStuffingInputStream |
Removes the dot-stuffing happening during the NNTP and SMTP message
transfer |
| ExtraDotOutputStream |
Adds extra dot if dot occurs in message body at beginning of line (according to RFC1939)
Compare also org.apache.james.smtpserver.SMTPInputStream |