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)
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.


No differences found