Dacons LLP Mailit for C/C++ Version 1.0.8

Emai Namespace Reference

Mailit for C/C++ library namespace. More...


Classes

class  Exception
 General exceptions class. More...
class  CommandFailedException
 This class is used, when the server returns an error response. I. e. the command sent to the server is not supported by server or parameters specified for the command are invalid. More...
class  CallNotInContextException
 This class is used, when the command sent to server is not allowed within current context. For instance, you are trying to fetch message data while no mailbox is selected on server. More...
class  CommandCancelledException
 This class is used, when the user has cancelled the action. More...
class  ImapSequenceSet
 Wrapper class for EmaiImapSequenceSet.
This class allows to easily operate with message sequence sets. It can contains either message numbers on IMAP server or message UIDs. More...
class  ImapStatusCallback
 Wrapper class for EmaiImapStatusCallback.
This class contains the (virtual) functionality, which is supposed to process the progress update reports. More...
class  ImapResponseHandler
 This class contains the (virtual) functionality, which is supposed to process the responses returned by the server. More...
class  ImapSession
 Wrapper class for EmaiImapSession. More...
class  StringList
 EmaiStringList wrapper class.
EmaiStringList is an object which simplifies operations with lists of unicode strings. More...
class  ContactList
 EmaiContactList wrapper class.
ContactList is an object which simplifies operations with contacts (From, To, Cc etc) in message object. More...
class  ContentField
 EmaiContentField wrapper class.
ContentField object can be used to setup or retrieve parsed field data for Content-Type and Content-Disposition fields. For Content-Type field value member contains media type of the message part ("text/plain", "application/octet-stream", etc) For Content-Disposition field value member contains disposition of the message part ("attachment", "inline" etc). More...
class  MessagePart
 EmaiMessagePart wrapper class.
MessagePart represents message part of the RFC822 message. More...
class  Message
 EmaiMessage wrapper class.
EmaiMessage represents message object in RFC822 format. More...
class  MessagePartEnumerator
 Utility class which implements basic algorithm for enumerating parts in the message. More...
class  Object
 EmaiObject wrapper class. More...
class  Pop3StatusCallback
 EmaiPop3StatusCallback wrapper class. More...
class  MessageInfoList
 EmaiPop3MessageInfoList wrapper class. More...
class  Pop3Session
class  SmtpStatusCallback
 Wrapper class for EmaiSmtpStatusCallback. More...
class  SmtpSession
 Wrapper class for EmaiSmtpSession. More...
class  SmtpSessionInternal

Typedefs

typedef std::basic_string<
EmaiChar
String
typedef std::basic_string<
EmaiUniChar > 
UniString

Functions

void CheckErrorCode (EmaiError inErrorCode)


Detailed Description

Mailit for C/C++ library namespace.

Author:
(C) 2006 Dacons LLP.