#include <MailFolder.h>
Inheritance diagram for buffy::MailFolderImpl:
Public Member Functions | |
virtual | ~MailFolderImpl () |
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 buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |
|
Implemented in buffy::MailboxMailFolder, and buffy::MaildirMailFolder. |