RFC 2047 encoded-word decoder More...
Static Public Member Functions | |
static string | Decode (String text) |
RFC 2047 encoded-word decoder
abc
→ abc
=?iso-8859-1?q?this=20is=20some=20text?=
→ this is some text
=?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
→ If you can read this you understand the example.