Allow additional parameters after the address in smtp.connection.parasePath.
[mailpopbox.git] / smtp / conn_test.go
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...