MCPcopy Create free account
hub / github.com/acl-dev/acl / ~mail_message

Method ~mail_message

lib_acl_cpp/src/smtp/mail_message.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45mail_message::~mail_message(void)
46{
47 std::vector<mail_attach*>::iterator it;
48 for (it = attachments_.begin(); it != attachments_.end(); ++it) {
49 (*it)->~mail_attach();
50 }
51 dbuf_->destroy();
52}
53
54mail_message& mail_message::set_auth(const char* user, const char* pass)
55{

Callers

nothing calls this directly

Calls 4

beginMethod · 0.80
~mail_attachMethod · 0.80
endMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected