imap/pro

There is no license information available for the latest version (v1.0.1) of this package.

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

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

This package is auto-updated.

Last update: 2024-05-22 11:31:15 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);