about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2020-06-13eml: each_part: single part $idx is 1
2020-06-13imap: support fetch for BODYSTRUCTURE and BODY
2020-06-13t/imapd: support FakeInotify and KQNotify
2020-06-13imap: support LIST command
2020-06-13imap: implement STATUS command
2020-06-13imap: delay InboxIdle start, support refresh
2020-06-13imap: support IDLE
2020-06-13inboxidle: new class to detect inbox changes
2020-06-13preliminary imap server implementation
2020-06-08index: v2: parallel by default
2020-06-03smsg: remove remaining accessor methods
2020-06-03www: remove smsg_mime API and adjust callers
2020-06-03smsg: introduce ->populate method
2020-05-29treat $INBOX_DIR/description and gitweb.owner as UTF-8
2020-05-27learn: fix buggy typo on List-ID mapping
2020-05-26view: do not offer links to 0-byte multipart attachments
2020-05-24t/eml.t: favor ->header over ->header_str
2020-05-20t/edit: use eml_load here, too
2020-05-17confine Email::MIME use even further
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-17t/psgi_attach: assert message/* parts are downloadable
2020-05-12rename "ContentId" to "ContentHash"
2020-05-10emlcontentfoo: drop the {discrete} and {composite} fields
2020-05-10t/mime: fix test to work w/o Email::MIME
2020-05-10eml: rename limits to match postfix names