Bump the version to 2.1.0.
[mailpopbox.git] / pop3 /
2020-08-08 Robert SesekFix two typos in log messages.
2020-06-09 Robert SesekClean up tests to use `if want, got := X, Y; want ...
2020-06-07 Robert SesekAdd more verbose pop3 connection logging.
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 SesekAdd more logging for the POP3 server.
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.
2017-01-02 Robert SesekAdd better logging in the pop3 connection.
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-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.
2016-12-13 Robert SesekGo back to using pop3.Message rather than IDs for most...
2016-12-13 Robert SesekImplement POP3 LIST, RETR, and DELE.
2016-12-13 Robert SesekInitial POP3 server.