]> git.cworth.org Git - notmuch/commit
T390-python: add test for get_message_parts and special characters
authorFlorian Klink <flokli@flokli.de>
Sun, 24 Sep 2017 12:36:12 +0000 (14:36 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 2 Oct 2017 10:21:41 +0000 (07:21 -0300)
commit073d05eec35cf010dbe9640147c41e5eb945c36e
tree82a41a9f580e20ec2ab2e5a19ccf5d73bdd5f3ae
parent91fe20cd90ce46bf80c416a5c4451f76b4d69ec5
T390-python: add test for get_message_parts and special characters

This imports a message with ISO-8859-2 encoded characters, then opens
the database using the python bindings. We peek through all mesage
parts, afterwards print the message id.

Signed-off-by: Florian Klink <flokli@flokli.de>
Signed-off-by: Andreas Rammhold <andreas@rammhold.de>
test/T390-python.sh