about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2020-06-28eml: header_str_set: correctly encode UTF-8 headers
2020-06-23t/init: remove leftover find(1) call
2020-06-23init: add --skip-artnum parameter
2020-06-23init: add -j / --jobs parameter
2020-06-21tests: require git 2.6+ in more places
2020-06-21testcommon: require IO::Socket::SSL >= 2.007
2020-06-21nntp: support slow blob retrievals
2020-06-16imap: *SEARCH: reinstate "TEXT" search-key
2020-06-16imap: *SEARCH: fix CHARSET handling
2020-06-16imap: *SEARCH: use Parse::RecDescent
2020-06-16imap: reinstate non-UID SEARCH
2020-06-16imap: improve IDLE handling at graceful shutdown
2020-06-15t/imapd: quiet overload warning from Mail::IMAPClient
2020-06-15t/imapd*.t: support older Mail::IMAPClient
2020-06-15testcommon: allow OR-ing module dependencies
2020-06-13nntpd+imapd: detect replaced over.sqlite3
2020-06-13imap: introduce memory-efficient uo2m mapping
2020-06-13imap: remove non-UID SEARCH for now
2020-06-13imapd: don't bother sorting LIST output
2020-06-13imap: wire up Xapian, MSN SEARCH and multi sequence-sets
2020-06-13imap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13imap: FETCH: try to make fake MSNs sequentially
2020-06-13imap: FETCH: more granular CRLF conversion
2020-06-13imap: LIST shows "INBOX" in all caps
2020-06-13index: account for CRLF conversion when storing bytes
2020-06-13imap: compile UID FETCH to opcodes
2020-06-13imap: remove dummies from sequence number FETCH
2020-06-13search: index UID for IMAP search, too
2020-06-13search: index byte size of a message for IMAP search
2020-06-13imap: allow UID range search on timestamps
2020-06-13imap: start parsing out queries for SQLite and Xapian
2020-06-13imap: avoid uninitialized warnings on incomplete commands
2020-06-13t/config.t: always compare against git bool behavior
2020-06-13imap: omit $UID_END from mailbox name, use index
2020-06-13imapd: ensure LIST is sorted alphabetically, for now
2020-06-13imap: require ".$UID_MIN-$UID_END" suffix
2020-06-13imap: case-insensitive mailbox name comparisons
2020-06-13imap: support out-of-bounds ranges
2020-06-13imapclient: wrapper for Mail::IMAPClient
2020-06-13git: async: automatic retry on alternates change
2020-06-13git: cat_async: provide requested OID + "missing" on missing blobs
2020-06-13imap: FETCH: support comma-delimited ranges
2020-06-13imap: use git-cat-file asynchronously
2020-06-13imap: speed up HEADER.FIELDS[.NOT] range fetches
2020-06-13imap: support the CLOSE command
2020-06-13imap: do not include ".PEEK" in responses
2020-06-13imap: support sequence number FETCH
2020-06-13imap: fix multi-message partial header fetches
2020-06-13imap: split out unit tests and benchmarks
2020-06-13imap: allow fetch of partial of BODY[...] and headers