about summary refs log tree commit homepage
DateCommit message (Expand)
2020-06-13imap: avoid uninitialized warnings on incomplete commands
2020-06-13imap: EXAMINE/STATUS: return correct counts
2020-06-13imap: STATUS and LIST are case-insensitive, too
2020-06-13xt/*: show some tunable parameters
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: start doing iterative config reloading
2020-06-13imap: break giant inboxes into sub-inboxes of 50K messages
2020-06-13imap: case-insensitive mailbox name comparisons
2020-06-13xt/perf-imap-list: time refresh_inboxlist
2020-06-13imap: support out-of-bounds ranges
2020-06-13xt: add imapd-validate and imapd-mbsync-oimap
2020-06-13imapclient: wrapper for Mail::IMAPClient
2020-06-13git: async: automatic retry on alternates change
2020-06-13git: move async_cat reference to PublicInbox::Git
2020-06-13git: cat_async: provide requested OID + "missing" on missing blobs
2020-06-13imap: fix pipelining with async git
2020-06-13*deflate: drop invalid comment about rbuf
2020-06-13testcommon: tcp_(server|connect): BAIL_OUT on failure
2020-06-13add imapd compression test
2020-06-13imap: FETCH: support comma-delimited ranges
2020-06-13imap: support LSUB command
2020-06-13git: idle rbuf for async
2020-06-13imap: use git-cat-file asynchronously
2020-06-13git: do our own read buffering for cat-file
2020-06-13git: async: flatten the inflight array
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: simplify partial fetch structure
2020-06-13imap: fix multi-message partial header fetches
2020-06-13imap: split out unit tests and benchmarks
2020-06-13imap: always include `resp-text' in responses
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: use Text::ParseWords::parse_line to handle quoted words
2020-06-13imap: implement STATUS command
2020-06-13imap: delay InboxIdle start, support refresh
2020-06-13msgmap: split ->max into its own method
2020-06-13imap: support IDLE
2020-06-13inboxidle: new class to detect inbox changes
2020-06-13preliminary imap server implementation
2020-06-13nntpd: restrict allowed newsgroup names
2020-06-13doc: add some IMAP standards