Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个电子商务网站,在后台我有一个仪表板,在这个仪表板中我有一个显示消息的部分。
现在我在数据库中使用一些消息记录,但我想在后台的仪表板中显示来自我的 gmail 帐户的消息。
有什么办法吗?
您可能想使用GMail的IMAP 接口;PHP中有处理IMAP连接的本机函数,非常简单。
我已经使用 imap 连接从 gmail 下载并显示电子邮件,问题是某些电子邮件使用不同的编码。如果您需要代码,请查看此 URL How to fetch a gmail email and display it as it is shown in gmail