#include <Sender.h>
Inheritance diagram for db::Sender:


Public Member Functions | |
| Sender (Database &) | |
| Sender (Database &, long) | |
| Sender (Database &, const std::string &) | |
| Sender (Database &, const std::string &host, const std::string &mail, const std::string &rcpt, const std::string &h_from, const std::string &h_to, const std::string &h_subject) | |
| ~Sender () | |
| void | save () |
Public Attributes | |
| long | m_id |
| std::string | m_host |
| std::string | m_mail |
| std::string | m_rcpt |
| std::string | m_h_from |
| std::string | m_h_to |
| std::string | m_h_subject |
| bool | m_host_spam |
| bool | m_mail_spam |
| bool | m_from_spam |
| bool | m_subject_spam |
Private Member Functions | |
| void | Spawn (const std::string &) |
|
|
Definition at line 28 of file Sender.cpp. References m_from_spam, m_host_spam, m_mail_spam, and m_subject_spam.
|
|
||||||||||||
|
Definition at line 38 of file Sender.cpp. References Spawn().
|
|
||||||||||||
|
Definition at line 46 of file Sender.cpp. References Spawn().
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 52 of file Sender.cpp. References m_h_from, m_h_subject, m_h_to, m_host, m_mail, m_rcpt, and Spawn().
|
|
|
Definition at line 76 of file Sender.cpp.
|
|
|
Implements db::Table. Definition at line 123 of file Sender.cpp. References db::Table::GetDatabase(), m_from_spam, m_h_from, m_h_subject, m_h_to, m_host, m_host_spam, m_id, m_mail, m_mail_spam, m_rcpt, and m_subject_spam.
|
|
|
Implements db::Table. Definition at line 95 of file Sender.cpp. References db::Table::GetDatabase(), m_from_spam, m_h_from, m_h_subject, m_h_to, m_host, m_host_spam, m_id, m_mail, m_mail_spam, m_rcpt, and m_subject_spam. Referenced by Sender().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6
|
|