IMAPStore::IMAPStore(ref <session> sess, ref <security::authenticator> auth, const bool secured) : store(sess, getInfosInstance(), auth), m_connection(NULL), m_isIMAPS(secured) { }
sendmailTransport::sendmailTransport(ref <session> sess, ref <security::authenticator> auth) : transport(sess, getInfosInstance(), auth), m_connected(false) { }
maildirStore::maildirStore(shared_ptr <session> sess, shared_ptr <security::authenticator> auth) : store(sess, getInfosInstance(), auth), m_connected(false) { }
POP3Store::POP3Store(shared_ptr <session> sess, shared_ptr <security::authenticator> auth, const bool secured) : store(sess, getInfosInstance(), auth), m_isPOP3S(secured) { }