Skip to content

Commit 66f6fe7

Browse files
Add quoted printable body part
Test for charset decoding on bod parts Co-authored-by: Aurélie Ginioux <[email protected]>
1 parent e2d1dbc commit 66f6fe7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/mail/parsers/rfc_2822_test.exs

+3-2
Original file line numberDiff line numberDiff line change
@@ -784,9 +784,10 @@ defmodule Mail.Parsers.RFC2822Test do
784784
boundary="----=_Part_295474_20544590.1456382229928"
785785
786786
------=_Part_295474_20544590.1456382229928
787-
Content-Type: text/plain
787+
Content-Type: text/plain; charset="Windows-1252"
788+
Content-Transfer-Encoding: quoted-printable
788789
789-
This is some text
790+
fran=E7aise pr=E8s =E0 th=E9=E2tre lumi=E8re
790791
791792
------=_Part_295474_20544590.1456382229928
792793
Content-Type: application/octet-stream;

0 commit comments

Comments
 (0)