History log of /haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.h
Revision Date Author Comments
# d1136c5a 30-Jun-2017 Augustin Cavalier <waddlesplash@gmail.com>

SMTP: Use B{Secure}Socket for communication.


# c86d4971 30-Jun-2017 Augustin Cavalier <waddlesplash@gmail.com>

SMTP: Remove STARTTLS support.

* It's vulnerable to man-in-the-middle attacks (which can't really be fixed)
* It's rather nasty to implement (and prevents us from using BSecureSocket)
* Nearly all servers I know of which support STARTTLS also support plain
TLS also.


# 62eec600 21-Nov-2015 Axel Dörfler <axeld@pinc-software.de>

SMTP works again.

* The message to send the mails never made it to the add-on looper.
* Mail protocol threads now have names.
* Added a "public" BOutboundMailProtocol::SendMessages() call that sends
itself a message (even the correct one this time).


# d5607aa9 07-Nov-2015 Axel Dörfler <axeld@pinc-software.de>

SMTP: properly use const, and extern "C".

* This fixes having it picked up in the mail_daemon. That shouldn't have
worked in the last three years...


# 4d302401 30-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Renamed smtp.{cpp|h} to SMTP.{cpp|h}.


# 4d30240166270ab3ec93ef0e367daea249d06dea 30-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Renamed smtp.{cpp|h} to SMTP.{cpp|h}.