Upgrade zap to the 1.0.0 release.
[mailpopbox.git] / pop3.go
2020-05-24 Robert SesekUpgrade zap to the 1.0.0 release.
2020-05-23 Robert SesekAdd license information.
2017-04-07 Robert SesekSupport reloading the TLS config via SIGHUP. v1.2.0
2017-01-02 Robert SesekFix pop3.Mailbox.Reset implementation.
2017-01-02 Robert SesekImplement the POP3 UIDL command.
2016-12-18 Robert SesekAdd zap logging through the servers.
2016-12-18 Robert SesekSupport TLS in POP3.
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.