Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
Public Member Functions | List of all members
Header Struct Reference

MIME message header class. More...

#include <header.h>

Inheritance diagram for Header:
Rfc822Header

Public Member Functions

const MimeVersionmimeVersion () const
 
MimeVersionmimeVersion ()
 
void mimeVersion (const MimeVersion &)
 
const ContentTypecontentType () const
 
ContentTypecontentType ()
 
void contentType (const ContentType &)
 
const ContentTransferEncodingcontentTransferEncoding () const
 
ContentTransferEncodingcontentTransferEncoding ()
 
void contentTransferEncoding (const ContentTransferEncoding &)
 
const ContentDispositioncontentDisposition () const
 
ContentDispositioncontentDisposition ()
 
void contentDisposition (const ContentDisposition &)
 
const ContentDescriptioncontentDescription () const
 
ContentDescriptioncontentDescription ()
 
void contentDescription (const ContentDescription &)
 
const ContentIdcontentId () const
 
ContentIdcontentId ()
 
void contentId (const ContentId &)
 
- Public Member Functions inherited from Rfc822Header
bool hasField (const std::string &) const
 
const Fieldfield (const std::string &) const
 
Fieldfield (const std::string &)
 
const Mailboxsender () const
 
Mailboxsender ()
 
void sender (const Mailbox &)
 
const MailboxListfrom () const
 
MailboxListfrom ()
 
void from (const MailboxList &)
 
const AddressListto () const
 
AddressListto ()
 
void to (const AddressList &)
 
const std::string & subject () const
 
std::string & subject ()
 
void subject (const std::string &)
 
const AddressListreplyto () const
 
AddressListreplyto ()
 
void replyto (const AddressList &)
 
const AddressListcc () const
 
AddressListcc ()
 
void cc (const AddressList &)
 
const AddressListbcc () const
 
AddressListbcc ()
 
void bcc (const AddressList &)
 
const MessageIdmessageid () const
 
MessageIdmessageid ()
 
void messageid (const MessageId &)
 

Additional Inherited Members

- Protected Member Functions inherited from Rfc822Header
template<typename T >
const T & getField (const std::string &) const
 
template<typename T >
T & getField (const std::string &)
 
template<typename T >
void setField (const std::string &, const T &)
 

Detailed Description

MIME message header class.


The documentation for this struct was generated from the following file: