[pear/Net_SMTP] 57c969: add support of OAUTHBEARER (#79)
[email protected] ("Edouard Vanbelle via pear-cvs") Fri, 09 Feb 2024 15:07:46 -0800
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/Net_SMTP/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pear/Net_SMTP
Commit: 57c969ed9114c79c6a50527fbc6008c5760ebd2b
https://github.com/pear/Net_SMTP/commit/57c969ed9114c79c6a50527fbc6008c5760ebd2b
Author: Edouard Vanbelle <[email protected]>
Date: 2024-02-10 (Sat, 10 Feb 2024)
Changed paths:
M Net/SMTP.php
Log Message:
-----------
add support of OAUTHBEARER (#79)
* add support of OAUTHBEARER
Signed-off-by: Edouard Vanbelle <[email protected]>
* add OAUTH pseudo method
* OAUTH pseudo method will elect either XOAUTH2 or OAUTHBEARER according to server's capabilities
Signed-off-by: Edouard Vanbelle <[email protected]>
---------
Signed-off-by: Edouard Vanbelle <[email protected]>