|
Public Member Functions |
| MailProgram () throw () |
| MailProgram (const MailProgram &mf) throw () |
| MailProgram (const std::string &name, const std::string &command) throw () |
| MailProgram (const std::string &name, const std::string &command, bool selected) throw () |
const std::string & | name () const throw () |
const std::string & | command () const throw () |
bool | selected () const throw () |
void | setName (const std::string &name) throw () |
void | setCommand (const std::string &command) throw () |
void | setSelected (bool selected) throw () |
void | run (const MailFolder &folder) throw (SystemException, ConsistencyCheckException) |
| Runs the mail program on the specified folder path.
|