1 Jan 2004 07:34
if you really want utf-8 headers...
Keith Moore <moore <at> cs.utk.edu>
2004-01-01 06:34:38 GMT
2004-01-01 06:34:38 GMT
Okay, I still see zero justification for utf-8 headers. The improvement in transmission and storage efficiency is miniscule. They make both user agents and mail transports more complex and less reliable, because MTAs need to have conversion code (which will break messages and cause delivery failures) and UAs need to be able to handle old messages that use RFC 2047 (resulting in multiple code paths and additional failure modes). (That, and they don't address the problem that this group is trying to solve...) But if you believe that the very long term benefit of utf-8 headers (by which I mean that whatever benefit might result from using utf-8 - and it's by no means certain - won't be realized for a very long time) somehow outweighs the very high near-term cost, then may I suggest that the place to do the upgrade and negotiation is not in the mail transport, but at the message store and message submission. That is, the major benefit of using utf-8 headers would be to make life easier for user agents and IMAP servers (for searching). They don't benefit the transport at all. But I could imagine POP and IMAP options that said "give me utf-8 headers instead of headers with RFC 2047 and/or IMAAs in them", and I could imagine simplified UAs that would only talk to POP and IMAP servers that implemented that option.(I'd hate the lack of interoperability between new simplified UAs and old POP and IMAP servers, but there's already some precedent for UAs insisting on nonstandard or optional features in POP and IMAP.) Message stores could implement this in a variety of ways - they could(Continue reading)
RSS Feed