#include <Header.hh>
Public Methods | |
| Header () | |
| Default constructors, etc. for Header. More... | |
| ~Header () | |
| int | number (void) |
| Return the No. of the message. More... | |
| void | setNumber (int) |
| Set the No. of the message. More... | |
| int | size (void) |
| Return the size of the message. More... | |
| void | setSize (int) |
| Set the size of the message. More... | |
| const vector< Line > & | lines (void) |
| Return the message lines of the header. More... | |
| void | addLine (const Line &) |
| Adds a line to the list of already stored message lines. More... | |
| const string & | sender (void) |
| Return the sender of the message. More... | |
| void | setSender (const string &) |
| Set the sender of the message. More... | |
| const string & | subject (void) |
| Return the subject of the message. More... | |
| void | setSubject (const string &) |
| Set the subject of the message. More... | |
| const string & | date (void) |
| Return the date of the message. More... | |
| void | setDate (const string &) |
| Set the date of the message. More... | |
| const string & | messageID (void) |
| Return the message-ID of the message. More... | |
| void | setMessageID (const string &) |
| Set the message-ID of the message. More... | |
| const string & | normalSubject (void) |
| Return the normalized subject of the message. More... | |
| void | setNormalSubject (const string &) |
| Set the normalized subject of the message. More... | |
|
|
Default constructors, etc. for Header.
|
|
|
|
|
|
Adds a line to the list of already stored message lines.
|
|
|
Return the date of the message.
|
|
|
Return the message lines of the header.
|
|
|
Return the message-ID of the message.
|
|
|
Return the normalized subject of the message.
|
|
|
Return the No. of the message.
|
|
|
Return the sender of the message.
|
|
|
Set the date of the message.
|
|
|
Set the message-ID of the message.
|
|
|
Set the normalized subject of the message.
|
|
|
Set the No. of the message.
|
|
|
Set the sender of the message.
|
|
|
Set the size of the message.
|
|
|
Set the subject of the message.
|
|
|
Return the size of the message.
|
|
|
Return the subject of the message.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002