about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAPClient.pm
DateCommit message (Collapse)
2021-03-11imapclient: disable workaround for Mail::IMAPClient 3.43+
These fixes are in the recently-released Mail::IMAPClient 3.43: https://metacpan.org/source/PLOBBES/Mail-IMAPClient-3.43/Changes v2: disable 'once' warning
2020-06-13imapclient: wrapper for Mail::IMAPClient
We'll be using this wrapper class to workaround some upstream bugs in Mail::IMAPClient. There may also be experiments with new APIs for more performance.