Bump the version to 2.1.0.
[mailpopbox.git] / pop3 / conn.go
2020-08-08 Robert SesekFix two typos in log messages.
2020-06-07 Robert SesekAdd more verbose pop3 connection logging.
2020-05-24 Robert SesekMerge branch 'master' into outbound
2020-05-24 Robert SesekUpgrade zap to the 1.0.0 release.
2020-05-23 Robert SesekAdd license information.
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 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 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.