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.
Google 为我提供了大量关于如何添加附件以及如何使用 PHP 从 imap 消息中提取附件的资源,但我找不到任何东西来演示如何从 imap 电子邮件中删除 mime 附件。
有什么建议么 ??
我曾尝试使用 imap_mail_copy 和 imap_mail_move 函数,希望它能提供不带附件复制/移动的选项,但不幸的是它没有。
我花了几个小时搜索和试验,但到目前为止还没有提出任何解决方案
尝试使用正则表达式切割零件或爆炸:
$mimeParts = explode('\r\n\r\n', $mimeMessageContent);
并删除带有文本的部分Content-Disposition::
Content-Disposition