如何获取消息的字符集(使用 imap 和 php)

发布于 2024-10-28 02:14:40 字数 32 浏览 5 评论 0原文

如何获取消息的字符集(使用 imap 和 php)

How to get the charset of the message (using imap with php)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

╰つ倒转 2024-11-04 02:14:40

检查 mime 标头或直接访问 http://php.net/manual /en/function.imap-utf8.php 路线。这样你就可以确定你得到的所有内容都是 UTF-8

Either check the mime headers or just go down the http://php.net/manual/en/function.imap-utf8.php route. That way you'll be damn sure everything you get is UTF-8

飘过的浮云 2024-11-04 02:14:40

您应该使用函数 imap_headerinfo(),然后使用简单的搜索查找“字符集”甚至“内容类型”。

http://www.php.net/manual/en/function.imap -headerinfo.php

You should use the function imap_headerinfo() and then look for the "charset" or even "Content-Type" using a simple search.

http://www.php.net/manual/en/function.imap-headerinfo.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文