|
Public Member Functions |
| Header () |
| Default constructors, etc. for Header.
|
| ~Header () |
int | number (void) |
| Return the No. of the message.
|
void | setNumber (int) |
| Set the No. of the message.
|
int | size (void) |
| Return the size of the message.
|
void | setSize (int) |
| Set the size of the message.
|
const vector< Line > & | lines (void) |
| Return the message lines of the header.
|
void | addLine (const Line &) |
| Adds a line to the list of already stored message lines.
|
const string & | sender (void) |
| Return the sender of the message.
|
void | setSender (const string &) |
| Set the sender of the message.
|
const string & | subject (void) |
| Return the subject of the message.
|
void | setSubject (const string &) |
| Set the subject of the message.
|
const string & | date (void) |
| Return the date of the message.
|
void | setDate (const string &) |
| Set the date of the message.
|
const string & | messageID (void) |
| Return the message-ID of the message.
|
void | setMessageID (const string &) |
| Set the message-ID of the message.
|
const string & | normalSubject (void) |
| Return the normalized subject of the message.
|
void | setNormalSubject (const string &) |
| Set the normalized subject of the message.
|