diff --git a/composer.json b/composer.json
index dc4a774..0f8c99b 100644
--- a/composer.json
+++ b/composer.json
@@ -5,6 +5,11 @@
"name": "Chuck Hagenbuch",
"role": "Lead"
},
+ {
+ "email": "schengawegga@gmail.com",
+ "name": "Armin Graefe",
+ "role": "Lead"
+ },
{
"email": "richard@phpguru.org",
"name": "Richard Heyes",
diff --git a/package.xml b/package.xml
index 7392648..f1a9ac4 100644
--- a/package.xml
+++ b/package.xml
@@ -4,6 +4,12 @@
pear.php.net
Class that provides multiple interfaces for sending emails
PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends. Currently supported backends include: PHP's native mail() function, sendmail, and SMTP. This package also provides a RFC822 email address list validation utility class.
+
+ Armin Graefe
+ schengawegga
+ schengawegga@gmail.com
+ yes
+
Chuck Hagenbuch
chagenbu
@@ -20,11 +26,11 @@
Aleksander Machniak
alec
alec@alec.pl
- yes
+ no
- 2017-04-11
+ 2022-11-29
- 1.4.1
+ 1.5.0
1.3.0
@@ -33,10 +39,8 @@
New BSD License
-* Loosen recognition of "queued as" server response (PR #10)
-
-* Bug #20463: domain-literal parsing error
-* Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection
+ * New Feature: Establish STARTTLS connection without authentication (add new param 'starttls') #17
+ * BugFix: Del: deprecation warnings (PHP 8.1 E_DEPRECATED warnings when you provide null values) #20
@@ -72,7 +76,7 @@
Net_SMTP
pear.php.net
- 1.4.1
+ 1.10.0