从邮件服务器删除电子邮件 [英] Delete email from mail server

查看:205
本文介绍了从邮件服务器删除电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好!


我正在寻找一个脚本,它允许我从流行服务器上阅读电子邮件和附件

(然后我''将电子邮件的文本保存在数据库中,并在服务器上保存

附件。


所以我找到了这篇文章: http://www.phpit.net/article/read-email-php -pop3 /


....

$ email = $ pop3-> get_mail($ i); //如何收到电子邮件

....

i写下面的代码从邮件服务器删除邮件

展开 | 选择 | Wrap | 行号

解决方案

email =


pop3-> get_mail(


ⅰ); //如何收到电子邮件

....

i写下面的代码从邮件服务器删除邮件

展开 | 选择 | Wrap | 行号


Hello !

I''m looking for a script which allows me to read emails and attachment
from a pop server (then I''ll save the email''s text in a db and the
attachments on the server).

So I have found this article: http://www.phpit.net/article/read-email-php-pop3/

....
$email = $pop3->get_mail($i); // how to get the email
....

i write the code below to delete the mail from mail server

Expand|Select|Wrap|Line Numbers

解决方案

email =


pop3->get_mail(


i); // how to get the email
....

i write the code below to delete the mail from mail server

Expand|Select|Wrap|Line Numbers


这篇关于从邮件服务器删除电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆