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

Public Member Functions | |
| IMAPResponseSTATUS (QString mailbox=0, QString messages=0, QString recent=0, QString uidnext=0, QString uidvalidity=0, QString unseen=0) | |
| void | setMailbox (QString &mailbox) |
| QString | mailbox () |
| void | setMessages (QString &messages) |
| QString | messages () |
| void | setRecent (QString &recent) |
| QString | recent () |
| void | setUidnext (QString &uidnext) |
| QString | uidnext () |
| void | setUidvalidity (QString &uidvalidity) |
| QString | uidvalidity () |
| void | setUnseen (QString &unseen) |
| QString | unseen () |
Private Attributes | |
| QString | _mailbox |
| QString | _messages |
| QString | _recent |
| QString | _uidnext |
| QString | _uidvalidity |
| QString | _unseen |
|
||||||||||||||||||||||||||||
|
Definition at line 298 of file imapresponse.h. References _mailbox, _messages, _recent, _uidnext, _uidvalidity, _unseen, mailbox(), messages(), recent(), uidnext(), uidvalidity(), and unseen(). |
|
|
Definition at line 309 of file imapresponse.h. References _mailbox. Referenced by IMAPResponseSTATUS(). |
|
|
Definition at line 311 of file imapresponse.h. References _messages. Referenced by IMAPResponseSTATUS(). |
|
|
Definition at line 313 of file imapresponse.h. References _recent. Referenced by IMAPResponseSTATUS(). |
|
|
Definition at line 308 of file imapresponse.h. References _mailbox. |
|
|
Definition at line 310 of file imapresponse.h. References _messages. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 312 of file imapresponse.h. References _recent. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 314 of file imapresponse.h. References _uidnext. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 316 of file imapresponse.h. References _uidvalidity. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 318 of file imapresponse.h. References _unseen. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 315 of file imapresponse.h. References _uidnext. Referenced by IMAPResponseSTATUS(). |
|
|
Definition at line 317 of file imapresponse.h. References _uidvalidity. Referenced by IMAPResponseSTATUS(). |
|
|
Definition at line 319 of file imapresponse.h. References _unseen. Referenced by IMAPResponseSTATUS(). |
|
|
Definition at line 322 of file imapresponse.h. Referenced by IMAPResponseSTATUS(), mailbox(), and setMailbox(). |
|
|
Definition at line 322 of file imapresponse.h. Referenced by IMAPResponseSTATUS(), messages(), and setMessages(). |
|
|
Definition at line 322 of file imapresponse.h. Referenced by IMAPResponseSTATUS(), recent(), and setRecent(). |
|
|
Definition at line 322 of file imapresponse.h. Referenced by IMAPResponseSTATUS(), setUidnext(), and uidnext(). |
|
|
Definition at line 322 of file imapresponse.h. Referenced by IMAPResponseSTATUS(), setUidvalidity(), and uidvalidity(). |
|
|
Definition at line 322 of file imapresponse.h. Referenced by IMAPResponseSTATUS(), setUnseen(), and unseen(). |
1.4.2