about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAPD.pm
DateCommit message (Expand)
2020-12-01nntpd: move {newsgroup} name check to config
2020-11-28mm: min/max: return 0 instead of undef
2020-10-16inbox: add uidvalidity method
2020-09-10config: split out iterator into separate object
2020-06-13imapd: don't bother sorting LIST output
2020-06-13imap: misc cleanups and notes
2020-06-13imap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13imap: LIST shows "INBOX" in all caps
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: case-insensitive mailbox name comparisons
2020-06-13imap: support LIST command
2020-06-13imap: delay InboxIdle start, support refresh
2020-06-13imap: support IDLE
2020-06-13preliminary imap server implementation