> Another strange thing is this: > This is the encoding of the HTML-Part: > --=-qBXbhLmmkXJWkHYXL/IZ > Content-Type: text/html; charset=utf-8 > Content-Transfer-Encoding: 7bit > > Why is it still utf-8?
We always use UTF-8 for text/html parts, because some spec says you're supposed to. Although we don't actually send UTF-8. Non-ASCII characters get encoded as HTML entities (ϧ or whatever), because that's the most portable across different email clients. -- Dan _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
