|
VMime
|
#include <sendmailTransport.hpp>


Static Public Member Functions | |
| static const serviceInfos & | getInfosInstance () |
Additional Inherited Members | |
Public Types inherited from service | |
| enum | Type { TYPE_STORE = 0 , TYPE_TRANSPORT } |
Protected Member Functions inherited from transport | |
| transport (shared_ptr< session > sess, const serviceInfos &infos, shared_ptr< security::authenticator > auth) | |
| shared_ptr< headerField > | processHeaderField (shared_ptr< headerField > field) |
| void | processHeader (shared_ptr< header > header) |
Protected Member Functions inherited from service | |
| service (shared_ptr< session > sess, const serviceInfos &infos, shared_ptr< security::authenticator > auth) | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Sendmail local transport service.
| sendmailTransport | ( | shared_ptr< session > | sess, |
| shared_ptr< security::authenticator > | auth | ||
| ) |
| ~sendmailTransport | ( | ) |
References sendmailTransport::disconnect(), and sendmailTransport::isConnected().
|
virtual |
Connect to service.
Implements service.
References GET_PROPERTY, and sendmailTransport::isConnected().
|
virtual |
Disconnect from service.
Implements service.
References sendmailTransport::isConnected().
Referenced by sendmailTransport::~sendmailTransport().
|
virtual |
Get information about the connection.
Implements service.
References vmime::dynamicCast().
|
virtual |
|
static |
|
virtual |
Test whether this service is connected.
Implements service.
Referenced by sendmailTransport::connect(), sendmailTransport::disconnect(), and sendmailTransport::~sendmailTransport().
|
virtual |
Check whether the connection is secured.
Implements service.
|
virtual |
Do nothing but ensure the server do not disconnect (for example, this can reset the auto-logout timer on the server, if one exists).
Implements service.
|
virtual |
Send a message over this transport service.
| expeditor | expeditor mailbox |
| recipients | list of recipient mailboxes |
| is | input stream providing message data (header + body) |
| size | size of the message data |
| progress | progress listener, or NULL if not used |
| sender | envelope sender (if empty, expeditor will be used) |
Implements transport.
References vmime::dynamicCast().