about summary refs log tree commit homepage
path: root/t/imapd.t
DateCommit message (Expand)
2021-10-01ds: simplify signalfd use
2021-09-13tests: add require_cmd, require curl when needed
2021-08-08tests: fix test failures when Xapian is missing
2021-03-28test_common: require_mods bundles
2021-03-15t/imapd: create_inbox (minor)
2021-02-24watch: switch IMAP and NNTP fetch loops to NetReader
2021-02-08tests: favor IPv6
2021-01-05imap: fix uninitialized var on MSN search miss
2021-01-01update copyrights for 2021
2020-12-26inboxidle: avoid needless syscalls on refresh
2020-12-09rename {pi_config} fields to {pi_cfg}
2020-09-15imap: quiet uninitialized variable warning on FETCH
2020-09-15t/imapd.t: skip dependent test on failure
2020-09-01rename WatchMaildir => Watch
2020-08-30imapd: filter out unusable flags from search
2020-08-20init: support --newsgroup option
2020-07-10imap: avoid warnings on non-slice mailboxes
2020-07-05watch: don't burn CPU on IDLE failures
2020-06-28watch: just use ->urlmatch
2020-06-28config: support ->urlmatch method for -watch
2020-06-28watch: support IMAP polling
2020-06-28watch: remove Filesys::Notify::Simple dependency
2020-06-28watch: preliminary IMAP support
2020-06-21tests: require git 2.6+ in more places
2020-06-16imap: *SEARCH: reinstate "TEXT" search-key
2020-06-16imap: *SEARCH: use Parse::RecDescent
2020-06-16imap: reinstate non-UID SEARCH
2020-06-15t/imapd: quiet overload warning from Mail::IMAPClient
2020-06-15t/imapd*.t: support older Mail::IMAPClient
2020-06-15testcommon: allow OR-ing module dependencies
2020-06-13imap: remove non-UID SEARCH for now
2020-06-13imapd: don't bother sorting LIST output
2020-06-13imap: wire up Xapian, MSN SEARCH and multi sequence-sets
2020-06-13imap: FETCH: try to make fake MSNs sequentially
2020-06-13imap: LIST shows "INBOX" in all caps
2020-06-13imap: remove dummies from sequence number FETCH
2020-06-13imap: allow UID range search on timestamps
2020-06-13imap: avoid uninitialized warnings on incomplete commands
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-13imap: FETCH: support comma-delimited ranges
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