Home

Messaging Classes

These classes allow clients to work with mail messages, providing access to message creation, storage and display functionality.

Classes are also provided to assist with development of GUI clients that access messaging data, via the Client Utility Classes, and to assist with development of Message Server plugins via the Server Support Classes.

See also Messaging Framework Client Library.

QMailAccountRepresents a messaging account in the mail store
QMailAccountConfigurationContains the configuration parameters of an account
QMailAccountIdUsed to identify accounts stored by QMailStore
QMailAccountKeyDefines the parameters used for querying a subset of all available accounts from the mail store
QMailAccountListModelAccess to a list of stored accounts
QMailAccountMessageSetRepresents a set of messages corresponding to the content of a QMailAccount
QMailAccountSortKeyDefines the parameters used for sorting a subset of queried accounts from the store
QMailActionInfoThe interface for tracking individual actions
QMailActionObserverInterface for monitoring currently running actions
QMailAddressInterface for manipulating message address strings
QMailBase64CodecEncodes or decodes between 8-bit data and 7-bit ASCII, using the Base64 character mapping scheme
QMailCodecMechanisms for encoding and decoding between 7-bit ASCII strings and arbitrary octet sequences
QMailContentManagerDefines the interface to objects that provide a storage facility for message content
QMailContentManagerFactoryCreates objects implementing the QMailContentManager interface
QMailContentManagerPluginDefines a base class for implementing message content manager plugins
QMailContentManagerPluginInterfaceDefines the interface to plugins that provide message content management facilities
QMailDataComparatorContains types used in specifying the comparison of QMailStore objects with user-defined values
QMailDisconnectedFunctions to work with external servers using the disconnected mode of operation
QMailFilterMessageSetRepresents a set of messages selected by a pre-determined filter criteria
QMailFolderRepresents a folder for mail messages in the mail store
QMailFolderIdUsed to identify folders stored by QMailStore
QMailFolderKeyDefines the parameters used for querying a subset of all available folders from the mail store
QMailFolderMessageSetRepresents a set of messages corresponding to the content of a QMailFolder
QMailFolderSortKeyDefines the parameters used for sorting a subset of queried folders from the mail store
QMailKeyArgumentTemplate defines a class representing a single criterion to be applied when filtering the QMailStore constent with a key object
QMailLineEndingCodecEncodes textual data to use CR/LF line endings required for SMTP transmission
QMailMessageConvenient interface for working with messages
QMailMessageBodyContains the body element of a message or message part
QMailMessageContentDispositionEncapsulates the parsing of the RFC 2822 'Content-Disposition' header field
QMailMessageContentTypeEncapsulates the parsing of the RFC 2822 'Content-Type' header field
QMailMessageHeaderFieldEncapsulates the parsing of message header fields
QMailMessageIdUsed to identify messages stored by QMailStore
QMailMessageKeyDefines the parameters used for querying a subset of all available messages from the mail store
QMailMessageListModelAccess to a list of stored messages
QMailMessageMetaDataInformation about a message stored by QMF
QMailMessageModelBaseInterface to a model containing messages
QMailMessagePartConvenient interface for working with message attachments
QMailMessagePartContainerAccess to a collection of message parts
QMailMessageRemovalRecordRepresents the record of a message which has been removed from the mail store
QMailMessageServerSignals and slots which implement a convenient interface for communicating with the MessageServer process via IPC
QMailMessageSetRepresents a subset of the messages in the mail store
QMailMessageSetContainerSpecifies the interface implemented by container nodes in a QMailMessageSet tree hierarchy
QMailMessageSetModelModel for a tree of QMailMessageSets
QMailMessageSortKeyDefines the parameters used for sorting a subset of queried messages from the mail store
QMailMessageThreadedModelAccess to a tree of stored messages
QMailPassThroughCodecUses the QMailCodec interface to move data between streams without coding or decoding
QMailProtocolActionMechanism for messageserver clients and services to collaborate without messageserver involvement
QMailQuotedPrintableCodecEncodes or decodes between 8-bit data and 7-bit ASCII, using the 'quoted printable' character mapping scheme
QMailRetrievalActionThe interface for retrieving messages from external message services
QMailSearchActionThe interface for identifying messages that match a set of search criteria
QMailServiceActionThe interface for requesting actions from external message services
QMailStorageActionThe interface for requesting operations on the storage of messages within external message services
QMailStoreRepresents the main interface for storage and retrieval of messages and folders on the message store
QMailThreadRepresents a thread of mail messages in the mail store
QMailThreadIdUsed to identify threads stored by QMailStore
QMailThreadKeyDefines the parameters used for querying a subset of all message threads from the mail store
QMailThreadSortKeyDefines the parameters used for sorting a subset of threads from the mail store
QMailTimeStampManages message time stamps
QMailTransmitActionThe interface for transmitting messages to external message services
QMailAccountConfiguration::ServiceConfigurationAccess to the configuration parameters of a single named service within an account
QMailServiceAction::StatusEncapsulates the instantaneous state of a QMailServiceAction
QMailKeyArgument::ValueListList of variant values that can be serialized to a stream, and compared


Copyright © 2010 QtSoftware
Messaging Framework