]> Sergey Matveev's repositories - public-inbox.git/history - t/imapd.t
xt/mem-imapd-tls: update aliases to DSdeflate subs
[public-inbox.git] / t / imapd.t
2022-07-08 Eric Wongimap: STATUS: count messages properly
2021-10-01 Eric Wongds: simplify signalfd use
2021-09-13 Eric Wongtests: add require_cmd, require curl when needed
2021-08-08 Eric Wongtests: fix test failures when Xapian is missing
2021-03-28 Eric Wongtest_common: require_mods bundles
2021-03-15 Eric Wongt/imapd: create_inbox (minor)
2021-02-24 Eric Wongwatch: switch IMAP and NNTP fetch loops to NetReader
2021-02-08 Eric Wongtests: favor IPv6
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-05 Eric Wongimap: fix uninitialized var on MSN search miss
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
2020-12-26 Eric Wonginboxidle: avoid needless syscalls on refresh
2020-12-26 Eric Wonginboxidle: avoid needless syscalls on refresh
2020-12-09 Eric Wongrename {pi_config} fields to {pi_cfg}
2020-09-15 Eric Wongimap: quiet uninitialized variable warning on FETCH
2020-09-15 Eric Wongt/imapd.t: skip dependent test on failure
2020-09-01 Eric Wongrename WatchMaildir => Watch
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