I have took a look for many solution here and still not found the work solution to decode email quoted printable.
Example input:
*** Hello, World *** =0D=0AURl: http://w=
ww.example.com?id=3D=
27a9dca9-5d61-477c-8e73-a76666b5b1bf=0D=0A=0D=0A
Name: Hello World=0D=0A
Phone: 61234567890=0D=0A
Email: hello@test.com=0D=0A=0D=0A
and the example expected output is:
*** Hello, World ***
URl: http://www.example.com?id=27a9dca9-5d61-477c-8e73-a76666b5b1bf
Name: Hello World
Phone: 61234567890
Email: hello@test.com
Following www.webatic.com/quoted-printable-convertor are correct rendering.
Do somebody have an idea to solve this problem in C#?