]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/POP3.pm
No ext_urls
[public-inbox.git] / lib / PublicInbox / POP3.pm
2022-08-16 Eric Wongpop3: speed up STAT slightly (~1%)
2022-08-12 Eric Wongpop3: fix off-by-one error when handling `EXPIRE 0'
2022-08-12 Eric Wongpop3: quiet warning for cached active statements
2022-08-10 Eric Wongdaemon: rely on $SIG{__WARN__} for error output
2022-08-10 Eric Wongpop3: remove untouched rows on QUIT/disconnect
2022-08-09 Eric Wongdaemon: use per-listener SIG{__WARN__} callbacks
2022-08-03 Eric Wongdaemon: reload TLS certs and keys on SIGHUP
2022-07-23 Eric Wongpop3: reduce memory use while generating the mailbox...
2022-07-23 Eric Wongds: share long_step between NNTP and IMAP
2022-07-23 Eric Wongds: move requeue_once
2022-07-23 Eric Wongds: move no-op ->zflush to common base class
2022-07-23 Eric Wongds: support greeting protocols
2022-07-20 Eric Wongpop3: advertise STLS in CAPA if appropriate
2022-07-20 Eric Wongpop3: TOP requests do not expire messages
2022-07-20 Eric Wongpop3: implement IN-USE from RESP-CODES (RFC 2449)
2022-07-20 Eric Wongpublic-inbox-pop3d - a mostly read-only POP3 server