php - How to sync laravel with email services - Stack Overflow

Idle connection is established successfully with a callback for the new email, but when sending an emai

Idle connection is established successfully with a callback for the new email, but when sending an email to that connected email from another email and being successfully added to the INBOX folder but callback was not fired.

namespace App\Console\Commands;

use Illuminate\Console\Command;
use Webklex\PHPIMAP\ClientManager;
use Webklex\PHPIMAP\Exceptions\ConnectionFailedException;
use Webklex\PHPIMAP\Exceptions\FolderFetchingException;
use Webklex\PHPIMAP\Message;

class ImapIdleTest extends Command
{
    protected $signature = 'imap:test-idle';
    protected $description = 'Test raw IMAP IDLE using Webklex/php-imap directly';

    public function handle()
    {
        $this->info("

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744318315a4568291.html

相关推荐

  • php - How to sync laravel with email services - Stack Overflow

    Idle connection is established successfully with a callback for the new email, but when sending an emai

    7天前
    80

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信