buffy::MailboxMailFolder Class Reference

#include <MailboxMailFolder.h>

Inheritance diagram for buffy::MailboxMailFolder:

buffy::MailFolderImpl buffy::SmartPointerItem List of all members.

Public Member Functions

 MailboxMailFolder (const std::string &path) throw ()
 MailboxMailFolder (const std::string &name, const std::string &path) throw ()
virtual ~MailboxMailFolder () throw ()
virtual const std::string & name () const throw ()
virtual const std::string & path () const throw ()
virtual std::string type () const throw ()
virtual int getMsgTotal () const throw ()
virtual int getMsgUnread () const throw ()
virtual int getMsgNew () const throw ()
virtual int getMsgFlagged () const throw ()
virtual bool changed ()
virtual void updateStatistics ()

Static Public Member Functions

static MailFolder accessFolder (const std::string &path)
static void enumerateFolders (const std::string &dir, MailFolderConsumer &cons)

Protected Attributes

std::string _name
std::string _path
int _stat_total
int _stat_unread
int _stat_new
int _stat_flagged
int _mbox_mtime
int _mbox_size
int _deleted

Constructor & Destructor Documentation

buffy::MailboxMailFolder::MailboxMailFolder const std::string &  path  )  throw ()
 

buffy::MailboxMailFolder::MailboxMailFolder const std::string &  name,
const std::string &  path
throw ()
 

virtual buffy::MailboxMailFolder::~MailboxMailFolder  )  throw () [inline, virtual]
 


Member Function Documentation

MailFolder MailboxMailFolder::accessFolder const std::string &  path  )  [static]
 

bool MailboxMailFolder::changed  )  [virtual]
 

Implements buffy::MailFolderImpl.

void MailboxMailFolder::enumerateFolders const std::string &  dir,
MailFolderConsumer cons
[static]
 

virtual int buffy::MailboxMailFolder::getMsgFlagged  )  const throw () [inline, virtual]
 

Implements buffy::MailFolderImpl.

virtual int buffy::MailboxMailFolder::getMsgNew  )  const throw () [inline, virtual]
 

Implements buffy::MailFolderImpl.

virtual int buffy::MailboxMailFolder::getMsgTotal  )  const throw () [inline, virtual]
 

Implements buffy::MailFolderImpl.

virtual int buffy::MailboxMailFolder::getMsgUnread  )  const throw () [inline, virtual]
 

Implements buffy::MailFolderImpl.

virtual const std::string& buffy::MailboxMailFolder::name  )  const throw () [inline, virtual]
 

Implements buffy::MailFolderImpl.

virtual const std::string& buffy::MailboxMailFolder::path  )  const throw () [inline, virtual]
 

Implements buffy::MailFolderImpl.

virtual std::string buffy::MailboxMailFolder::type  )  const throw () [inline, virtual]
 

Implements buffy::MailFolderImpl.

void MailboxMailFolder::updateStatistics  )  [virtual]
 

Count messages in the 'new' directory

Implements buffy::MailFolderImpl.


Member Data Documentation

int buffy::MailboxMailFolder::_deleted [protected]
 

int buffy::MailboxMailFolder::_mbox_mtime [protected]
 

int buffy::MailboxMailFolder::_mbox_size [protected]
 

std::string buffy::MailboxMailFolder::_name [protected]
 

std::string buffy::MailboxMailFolder::_path [protected]
 

int buffy::MailboxMailFolder::_stat_flagged [protected]
 

int buffy::MailboxMailFolder::_stat_new [protected]
 

int buffy::MailboxMailFolder::_stat_total [protected]
 

int buffy::MailboxMailFolder::_stat_unread [protected]
 


The documentation for this class was generated from the following files:
Generated on Wed Nov 30 18:18:30 2005 for libbuffy by  doxygen 1.4.5