]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/IMAP.pm
imap+nntp: share COMPRESS implementation
[public-inbox.git] / lib / PublicInbox / IMAP.pm
2022-07-23 Eric Wongimap+nntp: share COMPRESS implementation
2022-07-23 Eric Wongds: share long_step between NNTP and IMAP
2022-07-23 Eric Wongds: move requeue_once
2022-07-23 Eric Wongds: move no-op ->zflush to common base class
2022-07-23 Eric Wongds: support greeting protocols
2022-07-08 Eric Wongimap: STATUS: count messages properly
2022-05-16 Eric Wongimap: remove unused args_ok sub
2021-11-01 Eric Wongtreewide: kill problematic "$h->{k} //= do {" assignments
2021-10-17 Eric Wongmsgmap: do not cache num_highwater
2021-10-16 Eric Wongimapd+nntpd: drop timer-based expiration
2021-09-29 Eric Wongds: drop ::later support
2021-09-16 Eric Wongimapd: sort LIST response
2021-08-25 Eric Wongimap+nntp: die loudly if ->mm or ->over disappear
2021-06-24 Eric Wongfavor git(1) rather than libgit2 for ExtSearch
2021-02-07 Eric Wongimap: avoid unnecessary on-stack delete
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-05 Eric Wongimap: fix uninitialized var on MSN search miss
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
2020-12-28 Eric Wongsearch: remove {mset} option for ->mset method
2020-12-26 Eric Wongtls: epollbit: account for miscellaneous OpenSSL errors
2020-12-26 Eric Wongimap: avoid raising exception if client disconnects
2020-12-17 Eric Wongimap: rename parse_query => parse_imap_query
2020-12-05 Eric Wongimap: support isearch and reduce Xapian queries
2020-10-30 Eric Wongtls: epollbit: account for miscellaneous OpenSSL errors
2020-09-26 Eric Wongimap: avoid raising exception if client disconnects
2020-09-19 Eric Wonggcf2: wire up read-only daemons and rm -gcf2 script
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
next