Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

msg::Header Class Reference

#include <Header.hh>

List of all members.

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...


Constructor & Destructor Documentation

msg::Header::Header  
 

Default constructors, etc. for Header.

msg::Header::~Header  
 


Member Function Documentation

void msg::Header::addLine const Line  
 

Adds a line to the list of already stored message lines.

const string & msg::Header::date void   
 

Return the date of the message.

const vector< Line > & msg::Header::lines void   
 

Return the message lines of the header.

const string & msg::Header::messageID void   
 

Return the message-ID of the message.

const string & msg::Header::normalSubject void   
 

Return the normalized subject of the message.

int msg::Header::number void   
 

Return the No. of the message.

const string & msg::Header::sender void   
 

Return the sender of the message.

void msg::Header::setDate const string &   
 

Set the date of the message.

void msg::Header::setMessageID const string &   
 

Set the message-ID of the message.

void msg::Header::setNormalSubject const string &   
 

Set the normalized subject of the message.

void msg::Header::setNumber int   
 

Set the No. of the message.

void msg::Header::setSender const string &   
 

Set the sender of the message.

void msg::Header::setSize int   
 

Set the size of the message.

void msg::Header::setSubject const string &   
 

Set the subject of the message.

int msg::Header::size void   
 

Return the size of the message.

const string & msg::Header::subject void   
 

Return the subject of the message.


The documentation for this class was generated from the following files:
Generated on Sat Sep 14 10:49:26 2002 for mailfilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002