#include <MailFolder.h>
Inheritance diagram for buffy::MailFolder:
Public Member Functions | |
MailFolder () throw () | |
MailFolder (const MailFolder &mf) throw () | |
MailFolder (MailFolderImpl *otherimpl) throw () | |
const std::string & | name () const throw () |
const std::string & | path () const throw () |
std::string | type () const throw () |
int | getMsgTotal () const throw () |
int | getMsgUnread () const throw () |
int | getMsgNew () const throw () |
int | getMsgFlagged () const throw () |
bool | changed () |
Return true if the folder has been changed since the last updateStatistics. | |
void | updateStatistics () |
Rescan the folder to update its statistics. | |
Static Public Member Functions | |
static MailFolder | accessFolder (const std::string &path) |
static void | enumerateFolders (const std::string &path, Consumer< MailFolder > &cons) |
static std::vector< MailFolder > | enumerateFolders (const std::string &path) |
|
|
|
|
|
|
|
|
|
Return true if the folder has been changed since the last updateStatistics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rescan the folder to update its statistics.
|