Parse email from bytes instead of text
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 15 Jul 2019 11:04:03 +0000 (13:04 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 8 Aug 2019 09:54:43 +0000 (11:54 +0200)
commit1d21262cc9765b2cf8192753fb148fb692a7de88
treec1d710cb5a42693a5d5f6f60c8fab38bde49b414
parent9d63dd8fac43d1dd2add7451f14df5452458fe55
Parse email from bytes instead of text

This allows usage of other encodings than the system encoding (e.g. latin1)
src/mail_utils.py