|
VMime
|
#include <POP3FolderStatus.hpp>


Public Member Functions | |
| POP3FolderStatus () | |
| POP3FolderStatus (const POP3FolderStatus &other) | |
| size_t | getMessageCount () const |
| size_t | getUnseenCount () const |
| shared_ptr< folderStatus > | clone () const |
| void | setMessageCount (const size_t count) |
| void | setUnseenCount (const size_t 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 POP3 folder.
| POP3FolderStatus | ( | ) |
| POP3FolderStatus | ( | const POP3FolderStatus & | other | ) |
|
virtual |
Clones this object.
Implements folderStatus.
References vmime::dynamicCast().
|
virtual |
Returns the total number of messages in the folder.
Implements folderStatus.
|
virtual |
Returns the number of unseen messages in the folder.
Implements folderStatus.
References vmime::count().
References vmime::dynamicCast().