Simaple:一个简单的 PHP imap 账户阅读器

时间:2021-06-28 07:59:06
【文件属性】:
文件名称:Simaple:一个简单的 PHP imap 账户阅读器
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-28 07:59:06
PHP 简单 一个简单的 PHP imap 帐户阅读器。 这是一项正在进行的工作,我只添加了我需要的功能,所以它不是一个完整的 IMAP 库,但对于阅读电子邮件和获取附件等简单任务,API 比 php imap_ 函数友好得多 用法: $ account = new \ ImapReader \ EmailAccount ( 'user@domain.com' , 'password' , 'imap.example.org' , array ( 'nonvalidate-cert' )); foreach ( $ email -> getMessages () as $ message ) { foreach ( $ message -> getAttachments () as $ attachment ) { } }
【文件预览】:
Simaple-master
----README.md(528B)
----Simaple.php(6KB)

网友评论