[Zope-CMF] Re: [dev] email_charset: a small proposal

2006-10-13 Thread Raphael Ritz
Tres Seaver schrieb: [..] Aren't RFC822-compliant e-mails 7-bit only in the headers? Yes, but only in as much as. e.g. Subject: =?iso-8859-1?q?p=F6stal?= is 7-bit ASCII. http://docs.python.org/lib/module-email.header.html has more. Raphael Tres. - --

Re: [Zope-CMF] Re: [dev] email_charset: a small proposal

2006-10-13 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13 Oct 2006, at 10:10, yuppie wrote: Wichert Akkerman wrote: Previously yuppie wrote: Some people still use email clients that don't support utf-8. So you might have a policy to send iso-8859-1 emails even if your content is utf-8 encoded.

[Zope-CMF] Re: [dev] email_charset: a small proposal

2006-10-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yuppie wrote: Hi! CMFDefault's RegistrationTool sends welcome messages and password reminders as email. Currently a) the body is encoded with the default_charset and b) the headers are not correctly encoded. I'd like to add an