]> Sergey Matveev's repositories - public-inbox.git/history - t/imapd.t
imapd: filter out unusable flags from search
[public-inbox.git] / t / imapd.t
2020-08-30 Eric Wongimapd: filter out unusable flags from search
2020-08-20 Eric Wonginit: support --newsgroup option
2020-07-10 Eric Wongimap: avoid warnings on non-slice mailboxes
2020-07-05 Eric Wongwatch: don't burn CPU on IDLE failures
2020-06-28 Eric Wongwatch: just use ->urlmatch
2020-06-28 Eric Wongconfig: support ->urlmatch method for -watch
2020-06-28 Eric Wongwatch: support IMAP polling
2020-06-28 Eric Wongwatch: remove Filesys::Notify::Simple dependency
2020-06-28 Eric Wongwatch: preliminary IMAP support
2020-06-21 Eric Wongtests: require git 2.6+ in more places
2020-06-16 Eric Wongimap: *SEARCH: reinstate "TEXT" search-key
2020-06-16 Eric Wongimap: *SEARCH: use Parse::RecDescent
2020-06-16 Eric Wongimap: reinstate non-UID SEARCH
2020-06-15 Eric Wongt/imapd: quiet overload warning from Mail::IMAPClient
2020-06-15 Eric Wongt/imapd*.t: support older Mail::IMAPClient
2020-06-15 Eric Wongtestcommon: allow OR-ing module dependencies
2020-06-13 Eric Wongimap: remove non-UID SEARCH for now
2020-06-13 Eric Wongimapd: don't bother sorting LIST output
2020-06-13 Eric Wongimap: wire up Xapian, MSN SEARCH and multi sequence...
2020-06-13 Eric Wongimap: FETCH: try to make fake MSNs sequentially
2020-06-13 Eric Wongimap: LIST shows "INBOX" in all caps
2020-06-13 Eric Wongimap: remove dummies from sequence number FETCH
2020-06-13 Eric Wongimap: allow UID range search on timestamps
2020-06-13 Eric Wongimap: avoid uninitialized warnings on incomplete commands
2020-06-13 Eric Wongimap: omit $UID_END from mailbox name, use index
2020-06-13 Eric Wongimapd: ensure LIST is sorted alphabetically, for now
2020-06-13 Eric Wongimap: require ".$UID_MIN-$UID_END" suffix
2020-06-13 Eric Wongimap: case-insensitive mailbox name comparisons
2020-06-13 Eric Wongimap: support out-of-bounds ranges
2020-06-13 Eric Wongimapclient: wrapper for Mail::IMAPClient
2020-06-13 Eric Wongimap: FETCH: support comma-delimited ranges
2020-06-13 Eric Wongimap: support the CLOSE command
2020-06-13 Eric Wongimap: do not include ".PEEK" in responses
2020-06-13 Eric Wongimap: support sequence number FETCH
2020-06-13 Eric Wongimap: fix multi-message partial header fetches
2020-06-13 Eric Wongimap: split out unit tests and benchmarks
2020-06-13 Eric Wongimap: allow fetch of partial of BODY[...] and headers
2020-06-13 Eric Wongimap: support fetch for BODYSTRUCTURE and BODY
2020-06-13 Eric Wongt/imapd: support FakeInotify and KQNotify
2020-06-13 Eric Wongimap: support LIST command
2020-06-13 Eric Wongimap: implement STATUS command
2020-06-13 Eric Wongimap: delay InboxIdle start, support refresh
2020-06-13 Eric Wongimap: support IDLE
2020-06-13 Eric Wongpreliminary imap server implementation