Searched refs:SMTPProtocol (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.h22 class SMTPProtocol : public BOutboundMailProtocol { class in inherits:BOutboundMailProtocol
24 SMTPProtocol(
26 virtual ~SMTPProtocol();
H A DSMTP.cpp243 SMTPProtocol::SMTPProtocol(const BMailAccountSettings& settings) function in class:SMTPProtocol
252 SMTPProtocol::~SMTPProtocol()
258 SMTPProtocol::Connect()
266 // POP3 authentication is handled here instead of SMTPProtocol::Login()
316 SMTPProtocol::Disconnect()
324 SMTPProtocol::HandleSendMessages(const BMessage& message, off_t totalBytes)
363 SMTPProtocol::Open(const char *address, int port, bool esmtp)
447 SMTPProtocol
[all...]

Completed in 30 milliseconds