Change the send-as functionality to use a string in the Subject.
[mailpopbox.git] / pop3.go
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.