EmaiMessage.hpp File ReferenceDefines the set of classes, used for composing and parsing MIME messages. More...
#include <EmaiMessage.h>
#include <EmaiObject.hpp>
#include <EmaiExceptions.hpp>
#include <string>
Go to the source code of this file.
|
Namespaces |
namespace | Emai |
Classes |
class | Emai::StringList |
| EmaiStringList wrapper class.
EmaiStringList is an object which simplifies operations with lists of unicode strings. More...
|
class | Emai::ContactList |
| EmaiContactList wrapper class.
ContactList is an object which simplifies operations with contacts (From, To, Cc etc) in message object. More...
|
class | Emai::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 | Emai::MessagePart |
| EmaiMessagePart wrapper class.
MessagePart represents message part of the RFC822 message. More...
|
class | Emai::Message |
| EmaiMessage wrapper class.
EmaiMessage represents message object in RFC822 format. More...
|
Typedefs |
typedef std::basic_string<
EmaiChar > | Emai::String |
typedef std::basic_string<
EmaiUniChar > | Emai::UniString |
Detailed Description
Defines the set of classes, used for composing and parsing MIME messages.
- Version:
- Mailit for C/C++ 1.0
- Author:
- (C) 2008 Dacons LLP.
Definition in file EmaiMessage.hpp. |