Allow additional parameters after the address in smtp.connection.parasePath.
[mailpopbox.git] / smtp / conn.go
2016-12-18 Robert SesekAllow additional parameters after the address in smtp... v1.0.0
2016-12-18 Robert SesekDo not break out of a switch, use return.
2016-12-18 Robert SesekFix not handling invalid RCPT TO addresses.
2016-12-18 Robert SesekAdd more logging to debug production issues.
2016-12-18 Robert SesekBreak out of the connection loops if EOF is reached.
2016-12-18 Robert SesekAdd zap logging through the servers.
2016-12-18 Robert SesekFormat the TLS string in the receive-trace.
2016-12-18 Robert SesekImplement STARTTLS in the SMTP server.
2016-12-17 Robert SesekWhen receiving a message, the SMTP server must add...
2016-12-14 Robert SesekHandle case-insensitivity properly for SMTP commands.
2016-12-14 Robert SesekDo not implement SMTP VRFY.
2016-12-13 Robert SesekComplete the unittest by adding smtp.Server.VerifyAddress.
2016-12-13 Robert SesekAdd the first test for SMTP connections, based on the...
2016-12-12 Robert SesekSupport SMTP along with ESMTP.
2016-12-12 Robert SesekDefine an smtp.Envelope that can be delivered to an...
2016-12-12 Robert SesekA basic SMTP server.
2016-12-12 Robert SesekSimple accept/listen loop for the SMTP server.