Hello!
How should I correctly construct internationalized base64'ed MIME
header?
The problem is that 'real name' _should_ be encoded, but the email
address - should not.
For example, ?utf-8?bla-bla=?= should be the correct
format, and
?utf-8?bla-bla-bla-bla=?= - incorrect.
But email.Header encod
On Tue, 06 Oct 2009 06:33:37 -0700, Maxim Kuleshov wrote:
> How should I correctly construct internationalized base64'ed MIME
> header?
> The problem is that 'real name' _should_ be encoded, but the email
> address - should not.
> For example, ?utf-8?bla-bla=?= should be the correct
> format, and