- All Implemented Interfaces:
- Closeable, Flushable, AutoCloseable
public class QuotedPrintableOutputStream
extends OutputStream
This is a wrapper for email-data streams. It should encapsulate
the primary data stream sent as the content of the DATA command
to the mail server. It ensures that data sent to the mail server
does not start with a single '.' by adding another dot to all
lines starting with it. In addition it handles line length
encapsulation by splitting up lines that are longer than 76 characters
in soft-quoted lines.
Email is hell.
- Author:
- Frits Jalvingh
Created on Jan 24, 2010