#include <mail_send_task.h>
◆ MailSendTask()
| MailSendTask::MailSendTask |
( |
const std::string & |
sTo, |
|
|
const std::string & |
sSubject, |
|
|
const std::string & |
sContent |
|
) |
| |
◆ ~MailSendTask()
| MailSendTask::~MailSendTask |
( |
| ) |
|
◆ generateDateTime()
| std::string MailSendTask::generateDateTime |
( |
| ) |
|
|
private |
◆ generateMessageID()
| std::string MailSendTask::generateMessageID |
( |
| ) |
|
|
private |
◆ hasPayloadLine()
| bool MailSendTask::hasPayloadLine |
( |
| ) |
|
◆ nextPayloadLine()
| std::string MailSendTask::nextPayloadLine |
( |
| ) |
|
◆ run()
| void MailSendTask::run |
( |
| ) |
|
|
private |
◆ m_nLineRead
| int MailSendTask::m_nLineRead |
|
private |
◆ m_sContent
| std::string MailSendTask::m_sContent |
|
private |
◆ m_sSubject
| std::string MailSendTask::m_sSubject |
|
private |
◆ m_sTo
| std::string MailSendTask::m_sTo |
|
private |
◆ m_vPayloadText
| std::vector<std::string> MailSendTask::m_vPayloadText |
|
private |
◆ TAG
| std::string MailSendTask::TAG |
|
private |
The documentation for this class was generated from the following files: