|
Public Member Functions |
| Lart (const PropertyBag &pb, HWND hFather) |
virtual | ~Lart ()=0 |
bool | sendLarts (const std::string &uce, const std::list< AbuseDesks > &lst, const std::string &analysis) |
Protected Member Functions |
void | buildLart (std::string uce, const AbuseDesks &abuse) |
virtual std::list< AbuseDesks > | filterLarts (std::list< AbuseDesks > &lst, bool &bCanceled, std::string uce, std::string analysis) throw (std::runtime_error) |
virtual void | sendLart (const std::list< std::string > &dest, const std::string &subj, const std::string &text) const =0 throw (std::runtime_error) |
virtual std::string | getSelfMail () const |
virtual std::string | getCCMail () const |
std::string | substituteVariables (const std::string &onWhat, const AbuseDesks &abuse, const std::string &uce) |
Protected Attributes |
const PropertyBag & | m_prop |
HWND | m_hFather |