Bump the version to 2.1.0.
[mailpopbox.git] / pop3 / conn_test.go
2020-06-09 Robert SesekClean up tests to use `if want, got := X, Y; want ...
2020-05-24 Robert SesekMerge branch 'master' into outbound
2020-05-24 Robert SesekEnable Go modules and upgrade zap to 1.15.0.
2020-05-24 Robert SesekUpgrade zap to the 1.0.0 release.
2020-05-23 Robert SesekAdd license information.
2017-01-02 Robert SesekEnsure stable message list order in pop3/conn_test.go. v1.1.0
2017-01-02 Robert SesekImplement the POP3 CAPA command from RFC 2449.
2017-01-02 Robert SesekFix slice range panics in the POP3 USER and PASS commands.
2017-01-02 Robert SesekFix pop3.Mailbox.Reset implementation.
2017-01-02 Robert SesekImplement the POP3 UIDL command.
2016-12-18 Robert SesekFix not handling invalid RCPT TO addresses.
2016-12-17 Robert SesekAdd a test for POP3 RETR.
2016-12-17 Robert SesekFix case sensitivity in the POP3 sever.
2016-12-14 Robert SesekAdd a test for the POP3 server.