]> Sergey Matveev's repositories - public-inbox.git/history - t/imapd.t
imap: require ".$UID_MIN-$UID_END" suffix
[public-inbox.git] / t / imapd.t
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