jmalinens / imap-xoauth2

Extends Zend Mail library with XOauth2 authentication method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imap XOAuth2 PHP library

Description

Extends Zend Mail component and supports XOAuth2 authentication method.

Install

Install using composer:

composer require ialert/imap-xoauth2

Usage

Use ImapOauth class instead of Zend\Mail\Protocol\Imap:

 $imapProtocol = new Ialert\Mail\Protocol\ImapOauth('ssl://imap.yandex.ru', 993, true);
 $imapProtocol->loginOauth($email, $accessToken);

About

Extends Zend Mail library with XOauth2 authentication method


Languages

Language:PHP 100.0%