Skip to content

Releases: pear/Net_SMTP

1.12.1

15 Apr 19:44
Compare
Choose a tag to compare

Bug: Don't enable GSSAPI method if principal is not set (#81) (#82)

1.12.0

06 Apr 21:26
Compare
Choose a tag to compare

Feature: add support of OAUTHBEARER (#79)

1.11.1

01 Nov 20:33
Compare
Choose a tag to compare
  • BugFix: Triggering deprecation warnings in error-log causes system failures because of changing the behavior in error reporting (#76)

1.11.0

23 Oct 05:31
Compare
Choose a tag to compare
  • Feature: Add SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCRAM-SHA-384 and SCRAM-SHA-512 support (#76)
  • Task: Mark authentication methods CRAM-MD5, DIGEST-MD5 and LOGIN as DEPRECATED with deprecation warnings in the error-log (#76)
  • BugFix: SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start TLS) (#74)
  • BugFix: Issue with non-blocking streams on establishing STARTTLS encryption (#74)
  • BugFix: Implement TLS1.3 on STARTTLS encryption (#74)
  • BugFix: using implode() instead of join() (#74)

1.10.1

23 Sep 22:04
Compare
Choose a tag to compare
  • 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)

1.10.0

19 Mar 18:42
Compare
Choose a tag to compare
  • Add the starttls() method (#64, #65)

1.9.2

13 Aug 01:29
Compare
Choose a tag to compare
  • Fix documentation packaging (#62)

1.9.1

06 Jun 22:48
ee0e156
Compare
Choose a tag to compare
  • Added .gitattributes for nicer packaging (#59)

1.9.0

30 Nov 23:44
Compare
Choose a tag to compare
  • Added support for the XOAUTH2 authentication method

1.8.1

25 Sep 00:22
Compare
Choose a tag to compare
  • Don't disconnect when message size exceeds server limit
  • Added GSSAPI support via the PECL krb5 module
  • Updated composer requirements to use stable dependencies