Stefan Huber [Wed, 12 Mar 2014 12:41:17 +0000 (13:41 +0100)]
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.