#include <transport.h>
Inheritance diagram for mail::Transport:

Public Member Functions | |
| virtual bool | deliver (Mail const &mail, bool *temp)=0 |
| Delivers an e-mail. | |
Static Public Attributes | |
| static modules::PSIID const | IID = 0x45724731 |
| Unique interface identifier. | |
This interface must be exposed through the Module::interface() function. The deliver() function needs to be implemented.
|
||||||||||||
|
Delivers an e-mail. How this e-mail is sent is up to the implementer.
|
1.4.6