]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/IMAP.pm
imap: avoid raising exception if client disconnects
[public-inbox.git] / lib / PublicInbox / IMAP.pm
2020-12-26 Eric Wongimap: avoid raising exception if client disconnects
2020-09-15 Eric Wongimap: quiet uninitialized variable warning on FETCH
2020-09-03 Eric Wongimap: drop old, pre-Parse::RecDescent search parser
2020-09-03 Eric Wongsearch: replace ->query with ->mset
2020-08-20 Eric Wongsearch: add mset_to_artnums method
2020-08-20 Eric Wongsearch: export mdocid subroutine
2020-07-26 Eric Wongimap: introduce and use Git->async_prefetch
2020-07-10 Eric Wongimap: avoid warnings on non-slice mailboxes
2020-07-06 Eric Wongdaemon: warn on missing blobs
2020-06-28 Eric Wongds: remove fields.pm usage
2020-06-27 Eric Wongimap: EXAMINE: avoid potential race conditions
2020-06-27 Eric Wongimap: always send EXISTS on uo2m_extend
2020-06-25 Eric Wonggit_async_cat: remove circular reference
2020-06-23 Eric Wongimap: refill_xap: remove needless loop
2020-06-16 Eric Wongimap: fix UID-offset-to-MSN mapping bugs
2020-06-16 Eric Wongimap: *SEARCH: fix CHARSET handling
2020-06-16 Eric Wongimap: *SEARCH: use Parse::RecDescent
2020-06-16 Eric Wongimap: reinstate non-UID SEARCH
2020-06-16 Eric Wongimap: stop_idle: fix parameter parsing :x
2020-06-16 Eric Wongimap: improve IDLE handling at graceful shutdown
2020-06-16 Eric Wongimap: clarify "DONE" usage with IDLE
2020-06-13 Eric Wongimap: introduce memory-efficient uo2m mapping
2020-06-13 Eric Wongimap: FETCH: proper MSN => UID mapping for requests
2020-06-13 Eric Wongimap: remove non-UID SEARCH for now
2020-06-13 Eric Wongimap: misc cleanups and notes
2020-06-13 Eric Wongimap: wire up Xapian, MSN SEARCH and multi sequence...
2020-06-13 Eric Wongimap: UID SEARCH: support multiple ranges
2020-06-13 Eric Wongimap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13 Eric Wongimap: FETCH: try to make fake MSNs sequentially
2020-06-13 Eric Wongimap: further speed up HEADER.FIELDS FETCH requests
2020-06-13 Eric Wongimap: FETCH: more granular CRLF conversion
2020-06-13 Eric Wongimap: cleanup ->{uid_base} usage
2020-06-13 Eric Wongimap: reinstate some message sequence number support
2020-06-13 Eric Wongimap: support 8000 octet lines
2020-06-13 Eric Wongimap: LIST shows "INBOX" in all caps
2020-06-13 Eric Wongimap: UID FETCH requires at least one data item
2020-06-13 Eric Wongimap: rely on smsg->{bytes} for RFC822.SIZE
2020-06-13 Eric Wongimap: split ->logged_in attribute into a separate class
2020-06-13 Eric Wongimap: 30 minute auto-logout timer
2020-06-13 Eric Wongimap: IDLE: avoid extraneous wakeups, keep-alive
2020-06-13 Eric Wongimap: UID FETCH: optimize (UID FLAGS) harder
2020-06-13 Eric Wongimap: UID FETCH: optimize for smsg-only case
2020-06-13 Eric Wongimap: compile UID FETCH to opcodes
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: SEARCH: clamp results to the 50K UID range
2020-06-13 Eric Wongimap: start parsing out queries for SQLite and Xapian
2020-06-13 Eric Wongimap: avoid uninitialized warnings on incomplete commands
2020-06-13 Eric Wongimap: EXAMINE/STATUS: return correct counts
2020-06-13 Eric Wongimap: STATUS and LIST are case-insensitive, too
2020-06-13 Eric Wongimap: omit $UID_END from mailbox name, use index
2020-06-13 Eric Wongimap: require ".$UID_MIN-$UID_END" suffix
2020-06-13 Eric Wongimap: break giant inboxes into sub-inboxes of 50K messages
2020-06-13 Eric Wongimap: support out-of-bounds ranges
2020-06-13 Eric Wonggit: move async_cat reference to PublicInbox::Git
2020-06-13 Eric Wongimap: fix pipelining with async git
2020-06-13 Eric Wongimap: FETCH: support comma-delimited ranges
2020-06-13 Eric Wongimap: support LSUB command
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