| address | Abstract class representing a mailbox or a group of mailboxes |
| addressList | A list of addresses |
| already_connected | The service is already connected (must disconnect before) |
| attachment | Base class for all types of attachment |
| attachmentHelper | Retrieve attachment information from message parts |
| authentication_error | Error while giving credentials to the server (wrong username or password, or wrong authentication method) |
| authentication_exception | Authentication exception |
| authenticator | Provides required information for user authentication |
| b64Encoder | Base64 encoder |
| bad_field_type | |
| binaryEncoder | Binary encoder |
| binhexEncoder | BinHex encoder |
| body | Body section of a MIME part |
| bodyPart | A MIME part |
| bodyPartFactory | |
| builtinSASLMechanism | A built-in authentication mechanism that relies on the GNU SASL library |
| certificate | Identity certificate for a peer |
| certificate_exception | |
| certificate_verification_exception | |
| certificateChain | An ordered list of certificates, from the subject certificate to the issuer certificate |
| certificateVerifier | Verify that a certificate path issued by a server can be trusted |
| charset | Charset description (basic type) |
| charset_conv_error | |
| charsetConverter | Convert between charsets |
| charsetFilteredOutputStream | A filtered output stream which applies a charset conversion to input bytes |
| childProcess | Spawn a process and redirect its standard input and/or standard output |
| childProcessFactory | Create 'childProcess' objects |
| command_error | Command error: operation failed (this is specific to the underlying protocol) |
| component | This abstract class is the base for all the classes in the library |
| connection_error | Error while connecting to the server: this may be a DNS resolution error or a connection error (for example, time-out while connecting) |
| connection_greeting_error | Server did not initiated the connection correctly |
| connectionInfos | Information about the connection used by a service |
| constPropertyProxy | |
| contentDisposition | Content disposition (basic type) |
| contentDispositionField | |
| contentHandler | |
| contentTypeField | |
| context | |
| courierMaildirFormat | Reads Courier/QMail Maildir format |
| CRLFToLFFilteredOutputStream | A filtered output stream which replaces CRLF sequences with single LF characters |
| datetime | Date and time (basic type) |
| datetimeUtils | Miscellaneous functions related to date/time |
| defaultAttachment | Default implementation for attachments |
| defaultAuthenticator | An authenticator that can provide some basic information by reading in the messaging session properties |
| defaultCertificateVerifier | Default implementation for certificate verification |
| defaultConnectionInfos | Information about the connection used by a service |
| defaultEncoder | Default encoder (simple copy, no encoding/decoding is performed) |
| defaultSASLAuthenticator | An authenticator that is capable of providing information for simple authentication mechanisms (username and password) |
| disposition | Disposition - from RFC-3798 (basic type) |
| dotFilteredInputStream | A filtered input stream which replaces "\n.." sequences with "\n." sequences |
| dotFilteredOutputStream | A filtered output stream which replaces "\n." sequences with "\n.." sequences |
| eightBitEncoder | 8-bit encoder |
| embeddedObject | Embedded object (eg: image for <IMG> tag) |
| emptyContentHandler | |
| encoder | Encode/decode data in different encodings |
| encoderFactory | A factory to create 'encoder' objects for the specified encoding |
| encoding | Content encoding (basic type) |
| exception | Base class for VMime exceptions |
| file | Abstract representation of a file or directory |
| file_not_found | File not found |
| fileAttachment | Attachment of type 'file' |
| fileInfo | Stores information about a file attachment |
| fileIterator | File list iterator (see file::getFiles) |
| fileReader | Read from a file |
| filesystem_exception | Base class for exceptions thrown by the filesystem features |
| fileSystemFactory | Constructs 'file' objects |
| fileWriter | Write to a file |
| filteredInputStream | A stream whose input is filtered |
| filteredOutputStream | A stream whose output is filtered |
| folder | Abstract representation of a folder in a message store |
| folder_not_found | Folder not found (does not exist) |
| folderEvent | Event occuring on a folder |
| folderListener | Listener for events occuring on a folder |
| handler | Handles all platform-dependent operations |
| header | Header section of a MIME part |
| headerField | Base class for header fields |
| headerFieldFactory | Creates header field and header field value objects |
| headerFieldValue | Base class for all classes that can be used as a value for a header field |
| htmlTextPart | Text part of type 'text/html' |
| illegal_operation | Illegal operation: cannot run this operation on the object |
| illegal_state | The current state of the object does not permit to execute the operation (for example, you try to close a folder which is not open) |
| IMAPFolder | IMAP folder implementation |
| IMAPMessage | IMAP message implementation |
| IMAPServiceInfos | Information about IMAP service |
| IMAPSStore | IMAPS store service |
| IMAPStore | IMAP store service |
| importanceHelper | Deals with setting and retrieving message importance (also known as priority) |
| inputStream | Simple input stream |
| inputStreamAdapter | An adapter class for C++ standard input streams |
| inputStreamByteBufferAdapter | An adapter class for reading from an array of bytes |
| inputStreamDecoderAdapter | An input stream which decodes data while it is read |
| inputStreamPointerAdapter | An adapter class for pointer to C++ standard input stream |
| inputStreamSocketAdapter | An input stream that is connected to a socket |
| inputStreamStringAdapter | An adapter class for string input |
| inputStreamStringProxyAdapter | An adapter class for stringProxy input |
| invalid_argument | Bad argument was passed to the function |
| invalid_folder_name | Folder name is invalid |
| invalid_property_type | Bad type specified when reading property |
| invalid_response | The server returned an invalid response |
| kmailMaildirFormat | Reads KMail Maildir format |
| mailbox | A mailbox: full name + email (basic type) |
| mailboxGroup | A group of mailboxes (basic type) |
| mailboxList | A list of mailboxes (basic type) |
| maildirFolder | Maildir folder implementation |
| maildirFormat | Interface for an object capable of reading a specific Maildir format |
| maildirMessage | Maildir message implementation |
| maildirServiceInfos | Information about maildir service |
| maildirStore | Maildir store service |
| malformed_url | The URL is malformed |
| MDNHelper | Helper for creating or extracting Message Disposition Notifications (MDN), as defined in RFC-3798 |
| MDNInfos | Holds information about Message Disposition Notifications (MDN) |
| mediaType | Content media type (basic type) |
| message | Abstract representation of a message in a store/transport service |
| message | A MIME message |
| message_not_found | Message not found (does not exist) |
| messageAttachment | Attachment of type message/rfc822 |
| messageBuilder | A helper for building MIME messages |
| messageChangedEvent | Event occuring on a message |
| messageChangedListener | Listener for events occuring on a message |
| messageCountEvent | Event about the message count in a folder |
| messageCountListener | Listener for events about the message count in a folder |
| messageDigest | Computes message digests using standard algorithms, such as MD5 or SHA |
| messageDigestFactory | Creates instances of message digest algorithms |
| messageId | Message identifier (basic type) |
| messageIdSequence | A list of message identifiers (basic type) |
| messageOptions | Message-related options |
| messageParser | A helper for parsing MIME messages |
| multipartOptions | Multipart-related options |
| net_exception | Base class for exceptions thrown by the networking module |
| no_auth_information | The requested information cannot be provided |
| no_digest_algorithm_available | No algorithm has been found for the specified name |
| no_encoder_available | No encoder has been found for the specified encoding name |
| no_expeditor | No expeditor specified |
| no_factory_available | |
| no_object_found | |
| no_platform_handler | |
| no_recipient | No recipient specified |
| no_service_available | No service available for this protocol |
| no_such_address | |
| no_such_field | |
| no_such_mailbox | |
| no_such_mechanism | No mechanism is registered with the specified name |
| no_such_message_id | |
| no_such_parameter | |
| no_such_part | |
| no_such_property | There is no property with that name in the set |
| not_a_directory | File is not a directory |
| not_connected | The service is not currently connected |
| object | Base object for all objects in the library |
| open_file_error | |
| operation_cancelled | The operation has been cancelled |
| operation_not_supported | Operation not supported by the underlying protocol |
| operation_timed_out | The operation timed out (time-out delay is elapsed) |
| options | A class to set global options for VMime |
| outputStream | Simple output stream |
| outputStreamAdapter | An adapter class for C++ standard output streams |
| outputStreamByteArrayAdapter | An adapter class for byte array output |
| outputStreamSocketAdapter | An output stream that is connected to a socket |
| outputStreamStringAdapter | An adapter class for string output |
| parameter | |
| parameterizedHeaderField | A header field that can also contain parameters (name=value pairs) |
| parserHelpers | |
| part | A MIME part in a message |
| partial_fetch_not_supported | Partial fetch is not supported by the underlying protocol |
| path | Abstract representation of a path (filesystem, mailbox, etc) |
| path | A path: a local part + '@' + a domain |
| plainTextPart | Text part of type 'text/plain' |
| platform | Allow setting or getting the current platform handler |
| POP3Folder | POP3 folder implementation |
| POP3Message | POP3 message implementation |
| POP3ServiceInfos | Information about POP3 service |
| POP3SStore | POP3S store service |
| POP3Store | POP3 store service |
| POP3Utils | |
| posixChildProcess | |
| posixChildProcessFactory | |
| posixFile | |
| posixFileIterator | |
| posixFileReader | |
| posixFileReaderInputStream | |
| posixFileSystemFactory | |
| posixFileWriter | |
| posixFileWriterOutputStream | |
| posixHandler | |
| posixSocket | |
| posixSocketFactory | |
| progressListener | An interface to implement if you want to be notified of a state of progress by some objects |
| progressListenerSizeAdapter | A progress listener used when total size is known by the receiver, but not by the notifier |
| property | A service property |
| property | A property holds a (name,value) pair |
| propertyProxy | |
| propertySet | Manage a list of (name,value) pairs |
| props | |
| props | |
| props | |
| props | |
| props | |
| qpEncoder | Quoted-printable encoder |
| random | Pseudo-random number generator |
| receivedMDNInfos | Holds information about a Message Disposition Notification (MDN) that has been received |
| registeredEncoder | Information about a registered encoder |
| registeredService | Information about a registered service |
| relay | Trace information about a relay (basic type) |
| responseLine | An element of a SMTP response |
| sasl_exception | Base class for exceptions thrown by SASL module |
| SASLAuthenticator | SASL-aware authenticator |
| SASLContext | An SASL client context |
| SASLMechanism | An SASL mechanism |
| SASLMechanismFactory | Constructs SASL mechanism objects |
| SASLSession | An SASL client session |
| SASLSocket | A socket which provides data integrity and/or privacy protection |
| securedConnectionInfos | Information about the secured connection used by a service |
| sendableMDNInfos | Holds information about a Message Disposition Notifications (MDN) that is to be sent |
| sendmailServiceInfos | Information about sendmail service |
| sendmailTransport | Sendmail local transport service |
| service | Base class for messaging services |
| serviceFactory | A factory to create 'service' objects for a specified protocol |
| serviceInfos | Stores information about a messaging service |
| session | An object that contains all the information needed for connection to a service |
| sevenBitEncoder | 7-bit encoder |
| sha1MessageDigest | |
| SMTPResponse | A SMTP response, as sent by the server |
| SMTPServiceInfos | Information about SMTP service |
| SMTPSTransport | SMTPS transport service |
| SMTPTransport | SMTP transport service |
| socket | Interface for connecting to servers |
| socket_exception | Socket error |
| socketFactory | A class to create 'socket' objects |
| stopSequenceFilteredInputStream< COUNT > | A filtered input stream which stops when a specified sequence is found (eof() method will return 'true') |
| store | A store service |
| stream | Base class for input/output stream |
| streamContentHandler | |
| stringContentHandler | |
| stringProxy | This class is a proxy for the string class |
| stringUtils | Miscellaneous functions related to strings |
| structure | Structure of a MIME part/message |
| system_error | Underlying operating system error |
| text | List of encoded-words, as defined in RFC-2047 (basic type) |
| textPart | Generic text part |
| textPartFactory | |
| timeoutHandler | A class to manage time-out in messaging services |
| timeoutHandlerFactory | A class to create 'timeoutHandler' objects |
| tls_exception | Base class for exceptions thrown by TLS module |
| TLSSecuredConnectionInfos | Information about a TLS-secured connection used by a service |
| TLSSession | Describe a TLS connection between a client and a server |
| TLSSocket | Add a TLS security layer to an existing socket |
| transport | A transport service |
| unfetched_object | Must call fetchMessage() or fetchHeader() before accessing the requested object |
| unsupported_certificate_type | |
| unsupported_option | Option not supported |
| url | This class represents a Uniform Resource Locator (a pointer to a "resource" on the World Wide Web) |
| urlUtils | Miscellaneous functions related to URLs |
| uuEncoder | UUEncode encoder |
| windowsFile | |
| windowsFileIterator | |
| windowsFileReader | |
| windowsFileReaderInputStream | |
| windowsFileSystemFactory | |
| windowsFileWriter | |
| windowsFileWriterOutputStream | |
| windowsHandler | |
| windowsSocket | |
| windowsSocketFactory | |
| word | A class that encapsulates an encoded-word (RFC-2047): some text encoded into one specified charset |
| wordEncoder | Encodes words following RFC-2047 |
| X509Certificate | Identity certificate based on X.509 standard |