在PHP、IMAP函数中,下载附件的函数是什么? (即使我们不明确想要下载它们)

发布于 2024-09-08 15:21:52 字数 137 浏览 5 评论 0原文

在PHP、IMAP函数中,下载附件的函数是什么。 我只想在需要时下载附件。我想节省带宽,但也许某些功能会下载它们以获取其信息或电子邮件的结构? 如果我有一个 2G 的附件,我不想下载它,但仍然想获取电子邮件的其他部分(文本部分、有关电子邮件结构的信息,...)

In PHP, IMAP Functions, what are the functions that download the attached files.
I only want to download attached files if needed. I want to save bandwidth, but maybe some functions download them to get their information, or the structure of the email ?
If I have an attachment of 2G, I don't want to download it, but want all the same to get the other part of the email (text parts, information about the email structure,...)

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

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

发布评论

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

评论(1

放飞的风筝 2024-09-15 15:21:52

请参阅 imap_fetchbodyimap_fetchstruct。带附件的消息是多部分消息;你可以告诉imap_fetchbody你想要获取哪一部分。

See imap_fetchbody and imap_fetchstructure. Messages with attachments are multi-part messages; you can tell imap_fetchbody which part you want to fetch.

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