This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package com.sun.mail.util

Class Summary
ASCIIUtility
BASE64DecoderStream This class implements a BASE64 Decoder.
BASE64EncoderStream This class implements a BASE64 encoder.
BEncoderStream This class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers.
CRLFOutputStream Convert lines into the canonical format, that is, terminate lines with the CRLF sequence.
LineInputStream This class is to support reading CRLF terminated lines that contain only US-ASCII characters from an input stream.
LineOutputStream This class is to support writing out Strings as a sequence of bytes terminated by a CRLF sequence.
QDecoderStream This class implements a Q Decoder as defined in RFC 2047 for decoding MIME headers.
QEncoderStream This class implements a Q Encoder as defined by RFC 2047 for encoding MIME headers.
QPDecoderStream This class implements a QP Decoder.
QPEncoderStream This class implements a Quoted Printable Encoder.
SocketFetcher This class is used to get Sockets.
TraceInputStream This class is a FilterInputStream that writes the bytes being read from the given input stream into the given output stream.
TraceOutputStream This class is a subclass of DataOutputStream that copies the data being written into the DataOutputStream into another output stream.
UUDecoderStream This class implements a UUDecoder.
UUEncoderStream This class implements a UUEncoder.
 

Exception Summary
FolderClosedIOException A variant of FolderClosedException that can be thrown from methods that only throw IOException.
MessageRemovedIOException A variant of MessageRemovedException that can be thrown from methods that only throw IOException.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.