about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAP.pm
DateCommit message (Expand)
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
2020-06-16imap: fix UID-offset-to-MSN mapping bugs
2020-06-16imap: *SEARCH: fix CHARSET handling
2020-06-16imap: *SEARCH: use Parse::RecDescent
2020-06-16imap: reinstate non-UID SEARCH
2020-06-16imap: stop_idle: fix parameter parsing :x
2020-06-16imap: improve IDLE handling at graceful shutdown
2020-06-16imap: clarify "DONE" usage with IDLE
2020-06-13imap: introduce memory-efficient uo2m mapping
2020-06-13imap: FETCH: proper MSN => UID mapping for requests
2020-06-13imap: remove non-UID SEARCH for now
2020-06-13imap: misc cleanups and notes
2020-06-13imap: wire up Xapian, MSN SEARCH and multi sequence-sets
2020-06-13imap: UID SEARCH: support multiple ranges
2020-06-13imap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13imap: FETCH: try to make fake MSNs sequentially
2020-06-13imap: further speed up HEADER.FIELDS FETCH requests
2020-06-13imap: FETCH: more granular CRLF conversion
2020-06-13imap: cleanup ->{uid_base} usage
2020-06-13imap: reinstate some message sequence number support
2020-06-13imap: support 8000 octet lines
2020-06-13imap: LIST shows "INBOX" in all caps
2020-06-13imap: UID FETCH requires at least one data item
2020-06-13imap: rely on smsg->{bytes} for RFC822.SIZE
2020-06-13imap: split ->logged_in attribute into a separate class
2020-06-13imap: 30 minute auto-logout timer
2020-06-13imap: IDLE: avoid extraneous wakeups, keep-alive
2020-06-13imap: UID FETCH: optimize (UID FLAGS) harder
2020-06-13imap: UID FETCH: optimize for smsg-only case
2020-06-13imap: compile UID FETCH to opcodes
2020-06-13imap: remove dummies from sequence number FETCH