Move smtp.RelayMessage into a new smtp.MTA interface.
[mailpopbox.git] / pop3.go
2020-06-07 Robert SesekConvert some TODOs to log statements.
2020-06-07 Robert SesekMerge branch 'outbound'
2020-06-07 Robert SesekAdd tests for the pop3 server component.
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.
2018-09-03 Robert SesekMove the mailbox@ string to a MailboxAccount constant.
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.