From: Stefan Huber Date: Wed, 12 Mar 2014 12:41:17 +0000 (+0100) Subject: bug: treat mails as binary files, not as utf-8 X-Git-Tag: v1.2~9 X-Git-Url: https://git.sthu.org/?p=smailq.git;a=commitdiff_plain;h=072170e749aa6a7a62ac99f25b5cac9e066ad2c5;hp=072170e749aa6a7a62ac99f25b5cac9e066ad2c5 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. ---