Library Net

Package Messages

Overview

Classes: FilePartSource, FilePartStore, FilePartStoreFactory, MediaType, MessageHeader, MultipartIOS, MultipartInputStream, MultipartReader, MultipartStreamBuf, MultipartWriter, NameValueCollection, NullPartHandler, PartHandler, PartSource, PartStore, PartStoreFactory, QuotedPrintableDecoder, QuotedPrintableDecoderBuf, QuotedPrintableDecoderIOS, QuotedPrintableEncoder, QuotedPrintableEncoderBuf, QuotedPrintableEncoderIOS, StringPartSource

Functions: swap

Classes

class FilePartSource

An implementation of PartSource for plain files. more...

class FilePartStore

An implementation of PartSource for persisting parts (usually email attachment files) to the file system. more...

class FilePartStoreFactory

 more...

class MediaType

This class represents a MIME media type, consisting of a top-level type, a subtype and an optional set of parameters. more...

class MessageHeader

A collection of name-value pairs that are used in various internet protocols like HTTP and SMTP. more...

class MultipartIOS

The base class for MultipartInputStream. more...

class MultipartInputStream

This class is for internal use by MultipartReader only. more...

class MultipartReader

This class is used to split a MIME multipart message into its single parts. more...

class MultipartStreamBuf

This is the streambuf class used for reading from a multipart message stream. more...

class MultipartWriter

This class is used to write MIME multipart messages to an output stream. more...

class NameValueCollection

A collection of name-value pairs that are used in various internet protocols like HTTP and SMTP. more...

class NullPartHandler

A very special PartHandler that simply discards all data. more...

class PartHandler

The base class for all part or attachment handlers. more...

class PartSource

This abstract class is used for adding parts or attachments to mail messages, as well as for uploading files as part of a HTML form. more...

class PartStore

A parent class for part stores storing message parts. more...

class PartStoreFactory

Parent factory class for part stores creation. more...

class QuotedPrintableDecoder

This istream decodes all quoted-printable (see RFC 2045) encoded data read from the istream connected to it. more...

class QuotedPrintableDecoderBuf

This streambuf decodes all quoted-printable (see RFC 2045) encoded data read from the istream connected to it. more...

class QuotedPrintableDecoderIOS

The base class for QuotedPrintableDecoder. more...

class QuotedPrintableEncoder

This ostream encodes all data written to it in quoted-printable encoding (see RFC 2045) and forwards it to a connected ostream. more...

class QuotedPrintableEncoderBuf

This streambuf encodes all data written to it in quoted-printable encoding (see RFC 2045) and forwards it to a connected ostream. more...

class QuotedPrintableEncoderIOS

The base class for QuotedPrintableEncoder. more...

class StringPartSource

An implementation of PartSource for strings. more...