#include <Received.h>
Public Member Functions | |
Received (const Received &other) | |
void | operator= (const Received &other) |
virtual | ~Received () |
const std::string & | apparently_from () const |
const Url & | from () const |
const std::string & | by () const |
const std::string & | to () const |
bool | isTrusted () const |
void | setTrusted (bool b) |
Static Public Member Functions | |
static Received | getReceived (std::istream &is) throw (std::received_exception) |
static std::list< Received > | getAllReceived (std::istream &is, std::list< std::string > *errs=NULL) |
Public Attributes | |
time_t | time |
Private Member Functions | |
Received () | |
operator bool () | |
Received (const std::string &line) throw (std::received_exception) | |
Private Attributes | |
Url * | m_from |
std::string | m_apparently_from |
std::string | m_by |
std::string | m_to |
bool | m_bTrusted |
Friends | |
class | Analyzer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|