gpt4 book ai didi

Python Mail 将随机字符转换为 '='

转载 作者:太空宇宙 更新时间:2023-11-03 19:31:05 26 4
gpt4 key购买 nike

我正在使用 PyGTK 编写电子邮件应用程序。在我从服务器收到的几乎每条消息中,随机字符都被“=”符号替换。这与字符编码有关,但我无法弄清楚问题出在哪里。有人可以帮忙吗?

最佳答案

我明白了。当我运行 get_payload 时,我必须将解码设置为 True。

for mailpart in mailitem.walk():
if mailpart.get_content_maintype() == 'multipart':
continue
message = str(mailpart.get_payload(decode=True))

关于Python Mail 将随机字符转换为 '=',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5863396/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com