Home
last modified time | relevance | path

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 {
24 SMTPProtocol(
26 virtual ~SMTPProtocol();
H A DSMTP.cpp243 SMTPProtocol::SMTPProtocol(const BMailAccountSettings& settings) in SMTPProtocol() function in SMTPProtocol
252 SMTPProtocol::~SMTPProtocol() in ~SMTPProtocol()
258 SMTPProtocol::Connect() in Connect()
316 SMTPProtocol::Disconnect() in Disconnect()
324 SMTPProtocol::HandleSendMessages(const BMessage& message, off_t totalBytes) in HandleSendMessages()
363 SMTPProtocol::Open(const char *address, int port, bool esmtp) in Open()
447 SMTPProtocol::_SendMessage(const entry_ref& ref) in _SendMessage()
483 SMTPProtocol::_POP3Authentication() in _POP3Authentication()
508 SMTPProtocol::Login(const char *_login, const char *password) in Login()
701 SMTPProtocol::Close() in Close()
[all …]