kioslaves/imap4
mailHeader Class Reference
#include <mailheader.h>
Inheritance diagram for mailHeader:

Detailed Description
- Author:
- Sven Carstens
Definition at line 30 of file mailheader.h.
Public Member Functions | |
virtual void | addHdrLine (mimeHdrLine *) |
virtual void | outputHeader (mimeIO &) |
void | addTo (const mailAddress &_adr) |
void | addCC (const mailAddress &_adr) |
void | addBCC (const mailAddress &_adr) |
void | setFrom (const mailAddress &_adr) |
void | setSender (const mailAddress &_adr) |
void | setReturnPath (const mailAddress &_adr) |
void | setReplyTo (const mailAddress &_adr) |
const QCString & | getMessageId () |
void | setMessageId (const QCString &_str) |
const QCString & | getInReplyTo () |
void | setInReplyTo (const QCString &_str) |
const QCString & | getReferences () |
void | setReferences (const QCString &_str) |
void | setSubject (const QString &_str) |
void | setSubjectEncoded (const QCString &_str) |
const QString | getSubject () |
const QCString & | getSubjectEncoded () |
void | setDate (const QCString &_str) |
const QCString & | date () |
QPtrList< mailAddress > & | to () |
QPtrList< mailAddress > & | cc () |
QPtrList< mailAddress > & | bcc () |
Static Public Member Functions | |
static int | parseAddressList (const char *, QPtrList< mailAddress > *) |
static QCString | getAddressStr (QPtrList< mailAddress > *) |
Member Function Documentation
|
get the date
Definition at line 137 of file mailheader.h. |
|
get the unicode subject
Definition at line 114 of file mailheader.h. |
|
get the encoded subject
Definition at line 121 of file mailheader.h. |
|
set the date
Definition at line 129 of file mailheader.h. |
|
set a unicode subject
Definition at line 99 of file mailheader.h. |
|
set a encoded subject
Definition at line 106 of file mailheader.h. |
The documentation for this class was generated from the following files: