VMime
|
Public Member Functions | |
POP3FolderStatus () | |
POP3FolderStatus (const POP3FolderStatus &other) | |
unsigned int | getMessageCount () const |
unsigned int | getUnseenCount () const |
shared_ptr< folderStatus > | clone () const |
void | setMessageCount (const unsigned int count) |
void | setUnseenCount (const unsigned int unseen) |
Additional Inherited Members | |
![]() | |
object () | |
object (const object &) | |
object & | operator= (const object &) |
virtual | ~object () |
Holds the status of a POP3 folder.
POP3FolderStatus | ( | ) |
POP3FolderStatus | ( | const POP3FolderStatus & | other | ) |
|
virtual |
|
virtual |
Returns the total number of messages in the folder.
Implements folderStatus.
|
virtual |
Returns the number of unseen messages in the folder.
Implements folderStatus.
void setMessageCount | ( | const unsigned int | count | ) |
References vmime::count().
void setUnseenCount | ( | const unsigned int | unseen | ) |