Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IMAPResponseEnvelope Class Reference

#include </home/clem/local/src/opie/noncore/unsupported/mail2/libmail/imapresponse.h>

Collaboration diagram for IMAPResponseEnvelope:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setMailDate (QString date)
QString mailDate ()
void setSubject (QString subject)
QString subject ()
void addFrom (IMAPResponseAddress from)
IMAPResponseAddressList from ()
void addSender (IMAPResponseAddress sender)
IMAPResponseAddressList sender ()
void addReplyTo (IMAPResponseAddress replyTo)
IMAPResponseAddressList replyTo ()
void addTo (IMAPResponseAddress to)
IMAPResponseAddressList to ()
void addCc (IMAPResponseAddress cc)
IMAPResponseAddressList cc ()
void addBcc (IMAPResponseAddress bcc)
IMAPResponseAddressList bcc ()
void setInReplyTo (QString inReplyTo)
QString inReplyTo ()
void setMessageId (QString messageId)
QString messageId ()

Private Attributes

QString _date
QString _subject
QString _inReplyTo
QString _messageId
IMAPResponseAddressList _from
IMAPResponseAddressList _sender
IMAPResponseAddressList _replyTo
IMAPResponseAddressList _to
IMAPResponseAddressList _cc
IMAPResponseAddressList _bcc

Member Function Documentation

void IMAPResponseEnvelope::addBcc IMAPResponseAddress  bcc  )  [inline]
 

Definition at line 132 of file imapresponse.h.

References _bcc, and QValueList< T >::append().

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::addCc IMAPResponseAddress  cc  )  [inline]
 

Definition at line 130 of file imapresponse.h.

References _cc, and QValueList< T >::append().

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::addFrom IMAPResponseAddress  from  )  [inline]
 

Definition at line 122 of file imapresponse.h.

References _from, and QValueList< T >::append().

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::addReplyTo IMAPResponseAddress  replyTo  )  [inline]
 

Definition at line 126 of file imapresponse.h.

References _replyTo, and QValueList< T >::append().

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::addSender IMAPResponseAddress  sender  )  [inline]
 

Definition at line 124 of file imapresponse.h.

References _sender, and QValueList< T >::append().

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::addTo IMAPResponseAddress  to  )  [inline]
 

Definition at line 128 of file imapresponse.h.

References _to, and QValueList< T >::append().

Referenced by IMAPResponseParser::parseResponse().

IMAPResponseAddressList IMAPResponseEnvelope::bcc  )  [inline]
 

Definition at line 133 of file imapresponse.h.

References _bcc.

IMAPResponseAddressList IMAPResponseEnvelope::cc  )  [inline]
 

Definition at line 131 of file imapresponse.h.

References _cc.

IMAPResponseAddressList IMAPResponseEnvelope::from  )  [inline]
 

Definition at line 123 of file imapresponse.h.

References _from.

QString IMAPResponseEnvelope::inReplyTo  )  [inline]
 

Definition at line 135 of file imapresponse.h.

References _inReplyTo.

QString IMAPResponseEnvelope::mailDate  )  [inline]
 

Definition at line 119 of file imapresponse.h.

References _date.

QString IMAPResponseEnvelope::messageId  )  [inline]
 

Definition at line 137 of file imapresponse.h.

References _messageId.

IMAPResponseAddressList IMAPResponseEnvelope::replyTo  )  [inline]
 

Definition at line 127 of file imapresponse.h.

References _replyTo.

IMAPResponseAddressList IMAPResponseEnvelope::sender  )  [inline]
 

Definition at line 125 of file imapresponse.h.

References _sender.

void IMAPResponseEnvelope::setInReplyTo QString  inReplyTo  )  [inline]
 

Definition at line 134 of file imapresponse.h.

References _inReplyTo.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::setMailDate QString  date  )  [inline]
 

Definition at line 118 of file imapresponse.h.

References _date.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::setMessageId QString  messageId  )  [inline]
 

Definition at line 136 of file imapresponse.h.

References _messageId.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseEnvelope::setSubject QString  subject  )  [inline]
 

Definition at line 120 of file imapresponse.h.

References _subject.

Referenced by IMAPResponseParser::parseResponse().

QString IMAPResponseEnvelope::subject  )  [inline]
 

Definition at line 121 of file imapresponse.h.

References _subject.

IMAPResponseAddressList IMAPResponseEnvelope::to  )  [inline]
 

Definition at line 129 of file imapresponse.h.

References _to.


Member Data Documentation

IMAPResponseAddressList IMAPResponseEnvelope::_bcc [private]
 

Definition at line 141 of file imapresponse.h.

Referenced by addBcc(), and bcc().

IMAPResponseAddressList IMAPResponseEnvelope::_cc [private]
 

Definition at line 141 of file imapresponse.h.

Referenced by addCc(), and cc().

QString IMAPResponseEnvelope::_date [private]
 

Definition at line 140 of file imapresponse.h.

Referenced by mailDate(), and setMailDate().

IMAPResponseAddressList IMAPResponseEnvelope::_from [private]
 

Definition at line 141 of file imapresponse.h.

Referenced by addFrom(), and from().

QString IMAPResponseEnvelope::_inReplyTo [private]
 

Definition at line 140 of file imapresponse.h.

Referenced by inReplyTo(), and setInReplyTo().

QString IMAPResponseEnvelope::_messageId [private]
 

Definition at line 140 of file imapresponse.h.

Referenced by messageId(), and setMessageId().

IMAPResponseAddressList IMAPResponseEnvelope::_replyTo [private]
 

Definition at line 141 of file imapresponse.h.

Referenced by addReplyTo(), and replyTo().

IMAPResponseAddressList IMAPResponseEnvelope::_sender [private]
 

Definition at line 141 of file imapresponse.h.

Referenced by addSender(), and sender().

QString IMAPResponseEnvelope::_subject [private]
 

Definition at line 140 of file imapresponse.h.

Referenced by setSubject(), and subject().

IMAPResponseAddressList IMAPResponseEnvelope::_to [private]
 

Definition at line 141 of file imapresponse.h.

Referenced by addTo(), and to().


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 17:35:43 2005 for OPIE by  doxygen 1.4.2