会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
willowj
博客园
首页
新随笔
联系
订阅
管理
2018年1月28日
python smptl attachment filename messy code tcmime.xxx.bin email 附件名称 .bin乱码
摘要: 文件名称也要转为 bytes,使用对应编码 encode 或者 from email.header import Header att2["Content-Disposition"] = 'attachment; filename="%s"'% \ str(Header(filename,'utf-
阅读全文
posted @ 2018-01-28 01:05 willowj
阅读(742)
评论(0)
推荐(0)
公告