#include <MailProgram.h>
Inheritance diagram for MailProgramImpl:

Public Member Functions | |
| MailProgramImpl (const std::string &name, const std::string &command) throw () | |
| MailProgramImpl (const std::string &name, const std::string &command, bool selected) throw () | |
| ~MailProgramImpl () throw () | |
| void | run (const MailFolder &folder) throw (SystemException, ConsistencyCheckException) |
| Runs the mail program on the specified folder path. | |
Protected Attributes | |
| std::string | _name |
| std::string | _command |
| bool | _selected |
Friends | |
| class | MailProgram |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Runs the mail program on the specified folder path. Substitutions in the commandline are: p: folder path |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1