Module org.jvnet.mimepull
Package org.jvnet.mimepull
-
Interface Summary Interface Description Data Header The Header class stores a name/value pair to represent headers. -
Class Summary Class Description ASCIIUtility BASE64DecoderStream This class implements a BASE64 Decoder.Chunk ChunkInputStream Constructs a InputStream from a linked list ofChunk
s.CleanUpExecutorFactory A service to clean up created resources.DataFile UseRandomAccessFile
for concurrent access of read and write partial part's content.DataHead Represents an attachment part in a MIME message.FactoryFinder FileData Keeps the Part's partial content data in a file.FinalArrayList<T> ArrayList
with the final keyword.Hdr InternetHeaders InternetHeaders is a utility class that manages RFC822 style headers.LineInputStream This class is to support reading CRLF terminated lines that contain only US-ASCII characters from an input stream.MemoryData Keeps the Part's partial content data in memory.MIMEConfig Configuration for MIME message parsing and storing.MIMEEvent MIMEEvent.Content MIMEEvent.EndMessage MIMEEvent.EndPart MIMEEvent.Headers MIMEEvent.StartMessage MIMEEvent.StartPart MIMEMessage Represents MIME message.MIMEParser Pull parser for the MIME messages.MIMEPart Represents an attachment part in a MIME message.MimeUtility This is a utility class that provides various MIME related functionality.PropUtil Utilities to make it easier to get property values.QPDecoderStream This class implements a QP Decoder.UUDecoderStream This class implements a UUDecoder.WeakDataFile Removing files based on this articleWeakDataFile.CleanupRunnable -
Enum Summary Enum Description MIMEEvent.EVENT_TYPE MIMEParser.STATE -
Exception Summary Exception Description DecodingException A special IOException that indicates a failure to decode data due to an error in the formatting of the data.MIMEParsingException TheMIMEParsingException
class is the base exception class for all MIME message parsing exceptions.