#include </home/clem/local/src/opie/noncore/unsupported/mail2/libmail/imapresponse.h>
Collaboration diagram for IMAPResponseEnvelope:

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 |
|
|
Definition at line 132 of file imapresponse.h. References _bcc, and QValueList< T >::append(). Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 130 of file imapresponse.h. References _cc, and QValueList< T >::append(). Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 122 of file imapresponse.h. References _from, and QValueList< T >::append(). Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 126 of file imapresponse.h. References _replyTo, and QValueList< T >::append(). Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 124 of file imapresponse.h. References _sender, and QValueList< T >::append(). Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 128 of file imapresponse.h. References _to, and QValueList< T >::append(). Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 133 of file imapresponse.h. References _bcc. |
|
|
Definition at line 131 of file imapresponse.h. References _cc. |
|
|
Definition at line 123 of file imapresponse.h. References _from. |
|
|
Definition at line 135 of file imapresponse.h. References _inReplyTo. |
|
|
Definition at line 119 of file imapresponse.h. References _date. |
|
|
Definition at line 137 of file imapresponse.h. References _messageId. |
|
|
Definition at line 127 of file imapresponse.h. References _replyTo. |
|
|
Definition at line 125 of file imapresponse.h. References _sender. |
|
|
Definition at line 134 of file imapresponse.h. References _inReplyTo. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 118 of file imapresponse.h. References _date. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 136 of file imapresponse.h. References _messageId. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 120 of file imapresponse.h. References _subject. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 121 of file imapresponse.h. References _subject. |
|
|
Definition at line 129 of file imapresponse.h. References _to. |
|
|
Definition at line 141 of file imapresponse.h. |
|
|
Definition at line 141 of file imapresponse.h. |
|
|
Definition at line 140 of file imapresponse.h. Referenced by mailDate(), and setMailDate(). |
|
|
Definition at line 141 of file imapresponse.h. |
|
|
Definition at line 140 of file imapresponse.h. Referenced by inReplyTo(), and setInReplyTo(). |
|
|
Definition at line 140 of file imapresponse.h. Referenced by messageId(), and setMessageId(). |
|
|
Definition at line 141 of file imapresponse.h. Referenced by addReplyTo(), and replyTo(). |
|
|
Definition at line 141 of file imapresponse.h. Referenced by addSender(), and sender(). |
|
|
Definition at line 140 of file imapresponse.h. Referenced by setSubject(), and subject(). |
|
|
Definition at line 141 of file imapresponse.h. |
1.4.2