|
IBR-DTNSuite
0.12
|
#include <EMailSmtpService.h>

Public Member Functions | |
| Task (const dtn::core::Node &node, const dtn::net::BundleTransfer &job, std::string recipient) | |
| virtual | ~Task () |
| const dtn::core::Node | getNode () |
| const dtn::net::BundleTransfer | getJob () |
| std::string | getRecipient () |
| bool | checkForReturningMail () |
The task object which encapsulates a submit task for the SMTP service
Definition at line 46 of file EMailSmtpService.h.
| dtn::net::EMailSmtpService::Task::Task | ( | const dtn::core::Node & | node, |
| const dtn::net::BundleTransfer & | job, | ||
| std::string | recipient | ||
| ) |
The constructor
| node | The destination node |
| bid | The bundle id |
| recipient | The email address of the recipient |
Definition at line 454 of file EMailSmtpService.cpp.
|
virtual |
Default destructor
Definition at line 457 of file EMailSmtpService.cpp.
| bool dtn::net::EMailSmtpService::Task::checkForReturningMail | ( | ) |
Definition at line 474 of file EMailSmtpService.cpp.
References dtn::daemon::Configuration::getInstance().

| const dtn::net::BundleTransfer dtn::net::EMailSmtpService::Task::getJob | ( | ) |
Definition at line 464 of file EMailSmtpService.cpp.
Referenced by dtn::net::EMailSmtpService::run().
| const dtn::core::Node dtn::net::EMailSmtpService::Task::getNode | ( | ) |
Definition at line 459 of file EMailSmtpService.cpp.
Referenced by dtn::net::EMailSmtpService::run().
| std::string dtn::net::EMailSmtpService::Task::getRecipient | ( | ) |
Definition at line 469 of file EMailSmtpService.cpp.