D22352: Add option --decode-emails for the show command.
David Faure
noreply at phabricator.kde.org
Tue Jul 9 20:53:31 BST 2019
dfaure created this revision.
dfaure added reviewers: marten, krake.
dfaure requested review of this revision.
REVISION SUMMARY
Encoded email payloads are not that useful.
In my use case, I'm extracting contents from emails in a perl script,
so doing the decoding using KMime is quite convenient.
TEST PLAN
$ akonadiclient show 1612234 |& grep '^Postage'
Postage & Packing: =C2 <https://phabricator.kde.org/C2>=A34.23
$ akonadiclient show --decode-emails 1612234 |& grep '^Postage'
Postage & Packing: £4.23
REPOSITORY
R723 Akonadi CLI Client
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D22352
AFFECTED FILES
CMakeLists.txt
src/CMakeLists.txt
src/showcommand.cpp
src/showcommand.h
To: dfaure, marten, krake
Cc: kde-pim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20190709/fd5768d9/attachment.html>
More information about the kde-pim
mailing list