SMTPProtocol
SMTPProtocol::SMTPProtocol(const BMailAccountSettings& settings)
SMTPProtocol::~SMTPProtocol()
SMTPProtocol::Connect()
SMTPProtocol::Disconnect()
SMTPProtocol::HandleSendMessages(const BMessage& message, off_t totalBytes)
SMTPProtocol::Open(const char *address, int port, bool esmtp)
SMTPProtocol::_SendMessage(const entry_ref& ref)
SMTPProtocol::_POP3Authentication()
SMTPProtocol::Login(const char *_login, const char *password)
SMTPProtocol::Close()
SMTPProtocol::Send(const char* to, const char* from, BPositionIO *message)
SMTPProtocol::ReceiveResponse(BString &out)
SMTPProtocol::SendCommand(const char *cmd)
return new SMTPProtocol(settings);
class SMTPProtocol : public BOutboundMailProtocol {
SMTPProtocol(
virtual ~SMTPProtocol();