about summary refs log tree commit homepage
path: root/lib/PublicInbox/POP3.pm
DateCommit message (Expand)
2023-11-01pop3: use SSL_shutdown(3ssl) if appropriate
2023-09-22pop3: support initial_limit parameter in mailbox name
2023-09-15pop3: limit default mailbox to 1K messages
2023-09-15pop3: support `?limit=$NUM' parameter in mailbox name
2023-05-02daemon: improve handling of Git->async_abort
2022-08-16pop3: speed up STAT slightly (~1%)
2022-08-12pop3: fix off-by-one error when handling `EXPIRE 0'
2022-08-12pop3: quiet warning for cached active statements
2022-08-10daemon: rely on $SIG{__WARN__} for error output
2022-08-10pop3: remove untouched rows on QUIT/disconnect
2022-08-09daemon: use per-listener SIG{__WARN__} callbacks
2022-08-03daemon: reload TLS certs and keys on SIGHUP
2022-07-23pop3: reduce memory use while generating the mailbox cache
2022-07-23ds: share long_step between NNTP and IMAP
2022-07-23ds: move requeue_once
2022-07-23ds: move no-op ->zflush to common base class
2022-07-23ds: support greeting protocols
2022-07-20pop3: advertise STLS in CAPA if appropriate
2022-07-20pop3: TOP requests do not expire messages
2022-07-20pop3: implement IN-USE from RESP-CODES (RFC 2449)
2022-07-20public-inbox-pop3d - a mostly read-only POP3 server