[pear/Net_SMTP] 6975ae: Add SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCR...
[email protected] ("Armin Graefe via pear-cvs") Sun, 22 Oct 2023 21:52:26 -0700
| 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: 6975aefed9e8cb0e87d1af9eeaddd97327649281
https://github.com/pear/Net_SMTP/commit/6975aefed9e8cb0e87d1af9eeaddd97327649281
Author: Armin Graefe <[email protected]>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M Net/SMTP.php
M README.rst
Log Message:
-----------
Add SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCRAM-SHA-384 and SCRAM-SHA-512 support (#76)
* SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) + SCRAM-SHA-512(-PLUS) supports #57
* Update README.rst
* Sort authentication methods alphabetical and mark CRAM-MD5 and DIGEST-MD5 as DEPRECATED
* Mark LOGIN and PLAIN as DEPRECATED
* Mark CRAM-MD5, DIGEST-MD5, LOGIN and PLAIN as DEPRECATED in Sourcecode
* Trigger deprecation warning for CRAM-MD5, DIGEST-MD5, LOGIN and PLAIN in error-log
* Split lines for deprecation warnings
* SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) + SCRAM-SHA-512(-PLUS) supports #57
* Remove deprecation warning for PLAIN authentication method