VMime
|
Public Member Functions | |
maildirFolderStatus () | |
maildirFolderStatus (const maildirFolderStatus &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 | |
Protected Member Functions inherited from object | |
object () | |
object (const object &) | |
object & | operator= (const object &) |
virtual | ~object () |
Holds the status of a Maildir folder.
maildirFolderStatus | ( | const maildirFolderStatus & | 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 | ) |