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.
我想从(交换)服务器上的邮件中删除附件(文件)。
我目前使用 IMAP 访问帐户和邮箱。
如何在不删除邮件的情况下删除服务器端的附件?
IMAP 无法满足您的要求。唯一的选择是完整下载所需的消息,根据需要进行更改,从服务器中删除原始消息,然后上传修改后的副本。