VMime
|
Public Member Functions | |
virtual unsigned int | getMessageCount () const =0 |
virtual unsigned int | getUnseenCount () const =0 |
virtual shared_ptr< folderStatus > | clone () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from object | |
object () | |
object (const object &) | |
object & | operator= (const object &) |
virtual | ~object () |
Holds the status of a mail store folder.
|
pure virtual |
Clones this object.
Implemented in IMAPFolderStatus, maildirFolderStatus, and POP3FolderStatus.
|
pure virtual |
Returns the total number of messages in the folder.
Implemented in IMAPFolderStatus, maildirFolderStatus, and POP3FolderStatus.
|
pure virtual |
Returns the number of unseen messages in the folder.
Implemented in IMAPFolderStatus, maildirFolderStatus, and POP3FolderStatus.