about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAP.pm
DateCommit message (Expand)
2023-12-10imap: replace Mail::Address fallback with AddressPP
2023-10-11treewide: consolidate "From " line removal
2023-09-09imapd: lazy-load IMAPsearchqp for Parse::RecDescent
2023-05-02daemon: improve handling of Git->async_abort
2022-11-26eml: header_raw converts octets to Perl UTF-8
2022-08-20imap: remove some intermediate arrays
2022-08-10daemon: rely on $SIG{__WARN__} for error output
2022-08-09daemon: use per-listener SIG{__WARN__} callbacks
2022-08-09imap: prioritize AUTH=ANONYMOUS clients
2022-08-09imap: only give AUTH=ANONYMOUS clients prefetch
2022-08-04imap: ensure_slices_exist: drop needless map and array
2022-08-04imapd: use nntpd_cache to speed up startup/reload time
2022-08-03daemon: reload TLS certs and keys on SIGHUP
2022-08-03ds: use ->dflush to distinguish from ->zflush
2022-07-23imap+nntp: share COMPRESS implementation
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-08imap: STATUS: count messages properly
2022-05-16imap: remove unused args_ok sub
2021-11-01treewide: kill problematic "$h->{k} //= do {" assignments
2021-10-17msgmap: do not cache num_highwater
2021-10-16imapd+nntpd: drop timer-based expiration
2021-09-29ds: drop ::later support
2021-09-16imapd: sort LIST response
2021-08-25imap+nntp: die loudly if ->mm or ->over disappear
2021-06-24favor git(1) rather than libgit2 for ExtSearch
2021-02-07imap: avoid unnecessary on-stack delete
2021-01-05imap: fix uninitialized var on MSN search miss
2021-01-01update copyrights for 2021
2020-12-28search: remove {mset} option for ->mset method
2020-12-17imap: rename parse_query => parse_imap_query
2020-12-05imap: support isearch and reduce Xapian queries
2020-10-30tls: epollbit: account for miscellaneous OpenSSL errors
2020-09-26imap: avoid raising exception if client disconnects
2020-09-19gcf2: wire up read-only daemons and rm -gcf2 script
2020-09-15imap: quiet uninitialized variable warning on FETCH
2020-09-03imap: drop old, pre-Parse::RecDescent search parser
2020-09-03search: replace ->query with ->mset
2020-08-20search: add mset_to_artnums method
2020-08-20search: export mdocid subroutine
2020-07-26imap: introduce and use Git->async_prefetch
2020-07-10imap: avoid warnings on non-slice mailboxes
2020-07-06daemon: warn on missing blobs
2020-06-28ds: remove fields.pm usage
2020-06-27imap: EXAMINE: avoid potential race conditions
2020-06-27imap: always send EXISTS on uo2m_extend
2020-06-25git_async_cat: remove circular reference
2020-06-23imap: refill_xap: remove needless loop