From: Eric Wong Date: Sun, 23 May 2021 01:38:27 +0000 (+0000) Subject: lei export-kw: support exporting keywords to IMAP X-Git-Tag: v1.7.0~649 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ec6d2dc31406378f77aa681017083fe8e98b4df9;hp=ec6d2dc31406378f77aa681017083fe8e98b4df9;p=public-inbox.git lei export-kw: support exporting keywords to IMAP We support writing to IMAP stores in other places (just like Maildir), and it's actually less complex for us to write to IMAP. Neither usability nor performance is ideal, but usability will be addressed in the next commit to relax CLI argument checking. Performance is poor due to the synchronous Mail::IMAPClient API and will need to be addressed with pipelining sometime further in the future. ---