-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da3c239
commit cfd963d
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,11 @@ | |
"email": "[email protected]", | ||
"name": "Chuck Hagenbuch", | ||
"role": "Lead" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Armin Graefe", | ||
"role": "Lead" | ||
} | ||
], | ||
"autoload": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,15 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2021-03-19</date> | ||
<lead> | ||
<name>Armin Graefe</name> | ||
<user>schengawegga</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2022-09-23</date> | ||
<version> | ||
<release>1.10.0</release> | ||
<release>1.10.1</release> | ||
<api>1.4.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -27,7 +33,9 @@ | |
</stability> | ||
<license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license> | ||
<notes> | ||
* Add the starttls() method | ||
* BugFix: (authXOAuth2) longer tokens violate maximum SMTP command line length #70 | ||
* BugFix: (disconnect) socket will not disconnect on erroneous response upon QUIT message #71 | ||
* BugFix: Fix PHP 8.2 deprecation warnings on undefined properties #72 | ||
</notes> | ||
<contents> | ||
<dir baseinstalldir="/" name="/"> | ||
|