Upgrade zap to the 1.0.0 release.
[mailpopbox.git] / smtp / conn_test.go
2020-05-24 Robert SesekUpgrade zap to the 1.0.0 release.
2020-05-23 Robert SesekAdd license information.
2017-01-17 Robert SesekLower-case the addresses in smtp.conn.parsePath. v1.1.1
2016-12-18 Robert SesekAllow additional parameters after the address in smtp... v1.0.0
2016-12-18 Robert SesekFix not handling invalid RCPT TO addresses.
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...