bug: treat mails as binary files, not as utf-8
authorStefan Huber <shuber@sthu.org>
Wed, 12 Mar 2014 12:41:17 +0000 (13:41 +0100)
committerStefan Huber <shuber@sthu.org>
Wed, 12 Mar 2014 12:41:17 +0000 (13:41 +0100)
commit072170e749aa6a7a62ac99f25b5cac9e066ad2c5
tree70e08f1b74939d9058daaf82d9e844a1d8a541d5
parent6cb15cebfa30c025d5996bc3015b4285b25a59cf
bug: treat mails as binary files, not as utf-8

If a mail is not in utf-8 then decoding errors may be thrown by python.
Read/write mails from stdin/files as binary files, without interpreting
them as utf-8.
smailq