imap/pro

本包最新版本(v1.0.1)无可用许可证信息。

Imap客户端,支持爬取邮箱简历等功能

v1.0.1 2023-12-22 10:32 UTC

This package is auto-updated.

Last update: 2024-09-22 12:09:56 UTC


README

安装方法

composer require php-pro/imap

使用示例

$example = new Example();
$day = -1;  //过去一套的
$example->pull('账户','密码', $day);

Example类是个使用示例,可以粘贴到自己业务项目中使用

错误处理方案

如果提示 SECURITY PROBLEM: insecure server advertised AUTH=PLAIN (errflg=1) 

将error_reporting设置为如下
error_reporting(E_ALL & ~E_NOTICE);