« 微软发布《Microsoft 安全公告摘要(2006 年 8 月)》 | Main | tcpdump -s0 获取全部数据包 »
August 11, 2006
Thunderbird 前卫的中文附件处理导致落后邮件客户端兼容问题的解决
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2006/08/11/001051.html http://windtear.net/archives/2006/08/11/001051.html Thunderbird 前卫的中文附件处理导致落后邮件客户端兼容问题的解决 简单说就是 Thunderbird 发邮件的附件如果用中文文件名的话 Foxmail 等其他邮件客户端无法识别 显示乱码 甚至认不出来附件 据说原因是: Thunderbird 遵循的是最新的标准 RFC2231 http://rfc.net/rfc2231.html MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations 解决办法: 编辑 首先项 高级 配置编辑器 工具 选项 高级 配置编辑器 Tools Options Advanced General Config Editor 修改过滤器 mail.strictly_mime.parm_folding 默认值是2 修改为0或1就可以解决了 或者修改配置文件 prefs.js user_pref("mail.strictly_mime.parm_folding", 0); 然后回到 RFC2047 标准 http://rfc.net/rfc2047.html MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text |
Posted by windtear at August 11, 2006 11:48 PM