about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAP.pm
DateCommit message (Expand)
2020-06-13imap: fix multi-message partial header fetches
2020-06-13imap: always include `resp-text' in responses
2020-06-13imap: allow fetch of partial of BODY[...] and headers
2020-06-13imap: support fetch for BODYSTRUCTURE and BODY
2020-06-13imap: support LIST command
2020-06-13imap: use Text::ParseWords::parse_line to handle quoted words
2020-06-13imap: implement STATUS command
2020-06-13imap: delay InboxIdle start, support refresh
2020-06-13msgmap: split ->max into its own method
2020-06-13imap: support IDLE
2020-06-13preliminary imap server implementation