#include <MailFolder.h>
Inheritance diagram for MailFolderImpl:
Public Member Functions | |
virtual const std::string & | name () const =0 throw () |
virtual const std::string & | path () const =0 throw () |
virtual std::string | type () const =0 throw () |
virtual int | getMsgTotal () const =0 throw () |
virtual int | getMsgUnread () const =0 throw () |
virtual int | getMsgNew () const =0 throw () |
virtual int | getMsgFlagged () const =0 throw () |
virtual bool | changed ()=0 |
virtual void | updateStatistics ()=0 |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |
|
Implemented in MailboxMailFolder, and MaildirMailFolder. |