]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/IMAP.pm
imap: use git-cat-file asynchronously
[public-inbox.git] / lib / PublicInbox / IMAP.pm
2020-06-13 Eric Wongimap: use git-cat-file asynchronously
2020-06-13 Eric Wongimap: speed up HEADER.FIELDS[.NOT] range fetches
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: simplify partial fetch structure
2020-06-13 Eric Wongimap: fix multi-message partial header fetches
2020-06-13 Eric Wongimap: always include `resp-text' in responses
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 Wongimap: support LIST command
2020-06-13 Eric Wongimap: use Text::ParseWords::parse_line to handle quoted...
2020-06-13 Eric Wongimap: implement STATUS command
2020-06-13 Eric Wongimap: delay InboxIdle start, support refresh
2020-06-13 Eric Wongmsgmap: split ->max into its own method
2020-06-13 Eric Wongimap: support IDLE
2020-06-13 Eric Wongpreliminary imap server implementation