Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
addressAbstract class representing a mailbox or a group of mailboxes
addressListA list of addresses
already_connectedThe service is already connected (must disconnect before)
attachmentBase class for all types of attachment
attachmentHelperRetrieve attachment information from message parts
authentication_errorError while giving credentials to the server (wrong username or password, or wrong authentication method)
authentication_exceptionAuthentication exception
authenticatorProvides required information for user authentication
b64EncoderBase64 encoder
bad_field_type
binaryEncoderBinary encoder
binhexEncoderBinHex encoder
bodyBody section of a MIME part
bodyPartA MIME part
bodyPartFactory
builtinSASLMechanismA built-in authentication mechanism that relies on the GNU SASL library
certificateIdentity certificate for a peer
certificate_exception
certificate_verification_exception
certificateChainAn ordered list of certificates, from the subject certificate to the issuer certificate
certificateVerifierVerify that a certificate path issued by a server can be trusted
charsetCharset description (basic type)
charset_conv_error
charsetConverterConvert between charsets
charsetFilteredOutputStreamA filtered output stream which applies a charset conversion to input bytes
childProcessSpawn a process and redirect its standard input and/or standard output
childProcessFactoryCreate 'childProcess' objects
command_errorCommand error: operation failed (this is specific to the underlying protocol)
componentThis abstract class is the base for all the classes in the library
connection_errorError while connecting to the server: this may be a DNS resolution error or a connection error (for example, time-out while connecting)
connection_greeting_errorServer did not initiated the connection correctly
connectionInfosInformation about the connection used by a service
constPropertyProxy
contentDispositionContent disposition (basic type)
contentDispositionField
contentHandler
contentTypeField
context
courierMaildirFormatReads Courier/QMail Maildir format
CRLFToLFFilteredOutputStreamA filtered output stream which replaces CRLF sequences with single LF characters
datetimeDate and time (basic type)
datetimeUtilsMiscellaneous functions related to date/time
defaultAttachmentDefault implementation for attachments
defaultAuthenticatorAn authenticator that can provide some basic information by reading in the messaging session properties
defaultCertificateVerifierDefault implementation for certificate verification
defaultConnectionInfosInformation about the connection used by a service
defaultEncoderDefault encoder (simple copy, no encoding/decoding is performed)
defaultSASLAuthenticatorAn authenticator that is capable of providing information for simple authentication mechanisms (username and password)
dispositionDisposition - from RFC-3798 (basic type)
dotFilteredInputStreamA filtered input stream which replaces "\n.." sequences with "\n." sequences
dotFilteredOutputStreamA filtered output stream which replaces "\n." sequences with "\n.." sequences
eightBitEncoder8-bit encoder
embeddedObjectEmbedded object (eg: image for <IMG> tag)
emptyContentHandler
encoderEncode/decode data in different encodings
encoderFactoryA factory to create 'encoder' objects for the specified encoding
encodingContent encoding (basic type)
exceptionBase class for VMime exceptions
fileAbstract representation of a file or directory
file_not_foundFile not found
fileAttachmentAttachment of type 'file'
fileInfoStores information about a file attachment
fileIteratorFile list iterator (see file::getFiles)
fileReaderRead from a file
filesystem_exceptionBase class for exceptions thrown by the filesystem features
fileSystemFactoryConstructs 'file' objects
fileWriterWrite to a file
filteredInputStreamA stream whose input is filtered
filteredOutputStreamA stream whose output is filtered
folderAbstract representation of a folder in a message store
folder_not_foundFolder not found (does not exist)
folderEventEvent occuring on a folder
folderListenerListener for events occuring on a folder
handlerHandles all platform-dependent operations
headerHeader section of a MIME part
headerFieldBase class for header fields
headerFieldFactoryCreates header field and header field value objects
headerFieldValueBase class for all classes that can be used as a value for a header field
htmlTextPartText part of type 'text/html'
illegal_operationIllegal operation: cannot run this operation on the object
illegal_stateThe current state of the object does not permit to execute the operation (for example, you try to close a folder which is not open)
IMAPFolderIMAP folder implementation
IMAPMessageIMAP message implementation
IMAPServiceInfosInformation about IMAP service
IMAPSStoreIMAPS store service
IMAPStoreIMAP store service
importanceHelperDeals with setting and retrieving message importance (also known as priority)
inputStreamSimple input stream
inputStreamAdapterAn adapter class for C++ standard input streams
inputStreamByteBufferAdapterAn adapter class for reading from an array of bytes
inputStreamDecoderAdapterAn input stream which decodes data while it is read
inputStreamPointerAdapterAn adapter class for pointer to C++ standard input stream
inputStreamSocketAdapterAn input stream that is connected to a socket
inputStreamStringAdapterAn adapter class for string input
inputStreamStringProxyAdapterAn adapter class for stringProxy input
invalid_argumentBad argument was passed to the function
invalid_folder_nameFolder name is invalid
invalid_property_typeBad type specified when reading property
invalid_responseThe server returned an invalid response
kmailMaildirFormatReads KMail Maildir format
mailboxA mailbox: full name + email (basic type)
mailboxGroupA group of mailboxes (basic type)
mailboxListA list of mailboxes (basic type)
maildirFolderMaildir folder implementation
maildirFormatInterface for an object capable of reading a specific Maildir format
maildirMessageMaildir message implementation
maildirServiceInfosInformation about maildir service
maildirStoreMaildir store service
malformed_urlThe URL is malformed
MDNHelperHelper for creating or extracting Message Disposition Notifications (MDN), as defined in RFC-3798
MDNInfosHolds information about Message Disposition Notifications (MDN)
mediaTypeContent media type (basic type)
messageAbstract representation of a message in a store/transport service
messageA MIME message
message_not_foundMessage not found (does not exist)
messageAttachmentAttachment of type message/rfc822
messageBuilderA helper for building MIME messages
messageChangedEventEvent occuring on a message
messageChangedListenerListener for events occuring on a message
messageCountEventEvent about the message count in a folder
messageCountListenerListener for events about the message count in a folder
messageDigestComputes message digests using standard algorithms, such as MD5 or SHA
messageDigestFactoryCreates instances of message digest algorithms
messageIdMessage identifier (basic type)
messageIdSequenceA list of message identifiers (basic type)
messageOptionsMessage-related options
messageParserA helper for parsing MIME messages
multipartOptionsMultipart-related options
net_exceptionBase class for exceptions thrown by the networking module
no_auth_informationThe requested information cannot be provided
no_digest_algorithm_availableNo algorithm has been found for the specified name
no_encoder_availableNo encoder has been found for the specified encoding name
no_expeditorNo expeditor specified
no_factory_available
no_object_found
no_platform_handler
no_recipientNo recipient specified
no_service_availableNo service available for this protocol
no_such_address
no_such_field
no_such_mailbox
no_such_mechanismNo mechanism is registered with the specified name
no_such_message_id
no_such_parameter
no_such_part
no_such_propertyThere is no property with that name in the set
not_a_directoryFile is not a directory
not_connectedThe service is not currently connected
objectBase object for all objects in the library
open_file_error
operation_cancelledThe operation has been cancelled
operation_not_supportedOperation not supported by the underlying protocol
operation_timed_outThe operation timed out (time-out delay is elapsed)
optionsA class to set global options for VMime
outputStreamSimple output stream
outputStreamAdapterAn adapter class for C++ standard output streams
outputStreamByteArrayAdapterAn adapter class for byte array output
outputStreamSocketAdapterAn output stream that is connected to a socket
outputStreamStringAdapterAn adapter class for string output
parameter
parameterizedHeaderFieldA header field that can also contain parameters (name=value pairs)
parserHelpers
partA MIME part in a message
partial_fetch_not_supportedPartial fetch is not supported by the underlying protocol
pathAbstract representation of a path (filesystem, mailbox, etc)
pathA path: a local part + '@' + a domain
plainTextPartText part of type 'text/plain'
platformAllow setting or getting the current platform handler
POP3FolderPOP3 folder implementation
POP3MessagePOP3 message implementation
POP3ServiceInfosInformation about POP3 service
POP3SStorePOP3S store service
POP3StorePOP3 store service
POP3Utils
posixChildProcess
posixChildProcessFactory
posixFile
posixFileIterator
posixFileReader
posixFileReaderInputStream
posixFileSystemFactory
posixFileWriter
posixFileWriterOutputStream
posixHandler
posixSocket
posixSocketFactory
progressListenerAn interface to implement if you want to be notified of a state of progress by some objects
progressListenerSizeAdapterA progress listener used when total size is known by the receiver, but not by the notifier
propertyA service property
propertyA property holds a (name,value) pair
propertyProxy
propertySetManage a list of (name,value) pairs
props
props
props
props
props
qpEncoderQuoted-printable encoder
randomPseudo-random number generator
receivedMDNInfosHolds information about a Message Disposition Notification (MDN) that has been received
registeredEncoderInformation about a registered encoder
registeredServiceInformation about a registered service
relayTrace information about a relay (basic type)
responseLineAn element of a SMTP response
sasl_exceptionBase class for exceptions thrown by SASL module
SASLAuthenticatorSASL-aware authenticator
SASLContextAn SASL client context
SASLMechanismAn SASL mechanism
SASLMechanismFactoryConstructs SASL mechanism objects
SASLSessionAn SASL client session
SASLSocketA socket which provides data integrity and/or privacy protection
securedConnectionInfosInformation about the secured connection used by a service
sendableMDNInfosHolds information about a Message Disposition Notifications (MDN) that is to be sent
sendmailServiceInfosInformation about sendmail service
sendmailTransportSendmail local transport service
serviceBase class for messaging services
serviceFactoryA factory to create 'service' objects for a specified protocol
serviceInfosStores information about a messaging service
sessionAn object that contains all the information needed for connection to a service
sevenBitEncoder7-bit encoder
sha1MessageDigest
SMTPResponseA SMTP response, as sent by the server
SMTPServiceInfosInformation about SMTP service
SMTPSTransportSMTPS transport service
SMTPTransportSMTP transport service
socketInterface for connecting to servers
socket_exceptionSocket error
socketFactoryA class to create 'socket' objects
stopSequenceFilteredInputStream< COUNT >A filtered input stream which stops when a specified sequence is found (eof() method will return 'true')
storeA store service
streamBase class for input/output stream
streamContentHandler
stringContentHandler
stringProxyThis class is a proxy for the string class
stringUtilsMiscellaneous functions related to strings
structureStructure of a MIME part/message
system_errorUnderlying operating system error
textList of encoded-words, as defined in RFC-2047 (basic type)
textPartGeneric text part
textPartFactory
timeoutHandlerA class to manage time-out in messaging services
timeoutHandlerFactoryA class to create 'timeoutHandler' objects
tls_exceptionBase class for exceptions thrown by TLS module
TLSSecuredConnectionInfosInformation about a TLS-secured connection used by a service
TLSSessionDescribe a TLS connection between a client and a server
TLSSocketAdd a TLS security layer to an existing socket
transportA transport service
unfetched_objectMust call fetchMessage() or fetchHeader() before accessing the requested object
unsupported_certificate_type
unsupported_optionOption not supported
urlThis class represents a Uniform Resource Locator (a pointer to a "resource" on the World Wide Web)
urlUtilsMiscellaneous functions related to URLs
uuEncoderUUEncode encoder
windowsFile
windowsFileIterator
windowsFileReader
windowsFileReaderInputStream
windowsFileSystemFactory
windowsFileWriter
windowsFileWriterOutputStream
windowsHandler
windowsSocket
windowsSocketFactory
wordA class that encapsulates an encoded-word (RFC-2047): some text encoded into one specified charset
wordEncoderEncodes words following RFC-2047
X509CertificateIdentity certificate based on X.509 standard

Generated by  doxygen 1.6.2