Page 1 of 1

Decode mail subject to ASCII

Posted: December 27th, 2011, 11:51 pm
by magic1001
Hi,
i wrote a plugin to decode Quoted-printable text from for example mail subjects. It's useful when you get mails with subject like this: "=?ISO-8859-1?Q?=E6=F8sd=E5f=F8sdf_sdfsdf?=" or "=?UTF-8?B?Tm93YSB3aWFkb21vxZvEhyA=?=" (this happens when sender use national characters). You can use search and replace plugin to replace decoded national character to one that supports your LCD. If your language is Polish, this plugin does this for you.

I tested it on mail from facebook and several other.

-requires .NET Framework 2

example usage $dll(mailDecode,1,$EmailSub1,)