Main Page Class Hierarchy Alphabetical List Compound List Examples |
CBody | MIME message body |
▼Ccodec | Codecs base class |
▼Cbuffered_codec | Base class for buffered codecs |
CBase64::Decoder | Base64 decoder |
CBase64::Encoder | Base64 encoder |
CQP::Decoder | Quoted-printable decoder |
CQP::Encoder | Quoted-printable encoder |
▼Cunbuffered_codec | Base class for unbuffered codecs |
CLf2CrLf | Converts any LF (\n) to CRLF (\r\n) |
CMaxLineLen | Inserts a new line if the input line is too long |
CNullCodec | Pass through codec. Copies input to output |
CToLowerCase | Converts input chars to lower case |
CToUpperCase | Converts input chars to upper case |
Ccodec_chain< C, N > | Defines a chain of codecs |
CField | Field class as defined by RFC822 |
CFieldParam | Field param |
▼CFieldValue | Value of an header field (base class) |
CAddress | Address class as defined by RFC822 |
CAddressList | List of Address |
CContentDescription | Content-Description field value |
CContentDisposition | Content-Disposition field value |
CContentId | Content-ID field value |
CContentTransferEncoding | Content-Transfer-Encoding field value |
CContentType | Content-Type field value |
CDateTime | RFC822 DateTime field representation |
CGroup | Represent the group type in the RFC822 |
CMailbox | Represents a mailbox email address as defined in the RFC822 |
CMailboxList | List of Mailbox objects |
CMessageId | |
CMimeVersion | Mime-Version field value |
CStringFieldValue | Unstructured field value |
▼CFileOp | Defines some file utility functions |
CMMFile | Memory mapped file |
CIteratorParser< Iterator, ItCategory > | Parse the input reading from an iterator |
CIteratorParser< Iterator, std::bidirectional_iterator_tag > | |
CIteratorParser< Iterator, std::forward_iterator_tag > | |
CIteratorParser< Iterator, std::input_iterator_tag > | |
CItTokenizer< Iterator, value_type > | Iterator tokenizer template class |
▼CItTokenizer< Container::const_iterator, Container::value_type > | |
CContTokenizer< Container > | Char container tokenizer template class |
CMessage | Simple RFC 822 message type |
▼CMimeEntity | Represent a MIME entity |
CApplicationOctStream | Application/octet-stream entity class |
▼CAttachment | Helper class to embed file attachments |
CAudioBasic | Audio/basic attachment |
CImageJpeg | Image/jpeg attachment |
CMessageRfc822 | Message/rfc822 entity type |
▼CMultipartEntity | Base multipart/* class |
CMultipartAlternative | Multipart/alternative entity class |
CMultipartDigest | Multipart/digest entity class |
CMultipartMixed | Multipart/mixed entity class |
CMultipartParallel | Multipart/parallel entity class |
▼CTextEntity | Base class for text/* MIME entities |
CTextEnriched | Text/enriched entity class |
CTextPlain | Text/plain entity class |
▼CRfc822Header | RFC822 header class object |
CHeader | MIME message header class |
CTreeNode< value_type > | INTERNAL: N-tree impl |
CTreeNode< char > | |
▼CVersion | A three levels version string class |
CMimeVersion | Mime-Version field value |