#include <Mailinst.h>
Inheritance diagram for db::Mailinst:
Public Member Functions | |
Mailinst (Database &) | |
Mailinst (Database &, long) | |
Mailinst (Database &, const std::string &) | |
Mailinst (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) | |
~Mailinst () | |
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 Mailinst.cpp. References m_from_spam, m_host_spam, m_mail_spam, and m_subject_spam.
|
|
Definition at line 38 of file Mailinst.cpp. References Spawn().
|
|
Definition at line 46 of file Mailinst.cpp. References Spawn().
|
|
Definition at line 52 of file Mailinst.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 Mailinst.cpp.
|
|
Implements db::Table. Definition at line 123 of file Mailinst.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 SMTPSocket::OnLine().
|
|
Implements db::Table. Definition at line 95 of file Mailinst.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 Mailinst().
|
|
Definition at line 53 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 48 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 50 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 49 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 45 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 51 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 44 of file Mailinst.h. |
|
Definition at line 46 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 52 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 47 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
Definition at line 54 of file Mailinst.h. Referenced by Mailinst(), save(), and Spawn(). |
|
|