Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@wahlflo wahlflo released this 04 Aug 18:57
· 1 commit to master since this release
20c387e
  • fixed encoding issue of payload with Transfer-Encodings 7bit, 8bit, binary
  • header value fields are now decoded
    • For example: Subject: =?UTF-8?Q?Dies_ist_ein_d=c3=a4mlicher_Test?=
    • is now decoded to Subject: Dies_ist_ein_dämlicher_Test
  • input files are now explicity parsed as UTF-8