All Versions
105
Latest Version
Avg Release Cycle
48 days
Latest Release
538 days ago

Changelog History
Page 1

  • v6.6.5 Changes

    October 07, 2022
    • Don't try to issue RSET if there has been a connection error
    • Reject attempts to add folders as attachments
    • Don't suppress earlier error messages on close()
    • πŸ– Handle Host === null better
    • πŸ’… Update Danish and Polish translations
    • πŸ”„ Change recommendation for Microsoft OAuth package to thenetworg/oauth2-azure
    • ⬆️ Bump some GitHub action versions
  • v6.6.4 Changes

    August 22, 2022
    • ⚑️ Update Greek translation
    • βž• Add text/csv MIME type
    • πŸ›  Fix DKIM when sending to anonymous group via mail()
    • πŸ‘Œ Improve docs around auth following gmail & MS deprecations
    • ⚑️ Update GitHub action deps
    • βž• Add OpenSSF Scorecard security health metrics
  • v6.6.3 Changes

    June 20, 2022
    • βž• Add an HTML form to the OAuth setup script
    • Minor CS improvements
    • βž• Add Mongolian translation
    • βœ‚ Remove bogus "ch" translation
  • v6.6.2 Changes

    June 14, 2022
    • πŸ›  Fix docs deployment GitHub action
    • ⚑️ Updates to parallel-lint and console highlighter, thanks to @jrfnl
  • v6.6.1 Changes

    June 14, 2022
    • Don't clear errors on RSET, so they can still be obtained when using keepalive
    • ⬆️ Bump some GitHub action versions
    • πŸ›  Fix some tests
    • πŸ‡ΊπŸ‡¦ Slava Ukraini!
  • v6.6 Changes

    February 28, 2022
    • Introduce interface for OAuth providers, making it easier to use OAuth libraries other than the League one, thanks to @pdscopes.
    • βž• Add more contextual information to TLS connection failure error messages, and throw exceptions on TLS connection errors, thanks to @miken32
  • v6.5.4 Changes

    February 17, 2022
    • If we can't use escaping functions, refuse to do unsafe things
    • Avoid PHP 8.1 trim issue
    • βž• Add tests for XMailer
    • πŸ›  Fix bug in use of CharSet property
    • πŸ›  Fix bug in file upload example
    • ⚑️ Update dev dependencies
  • v6.5.3 Changes

    November 25, 2021
    • πŸš€ Wrong commit tagged for the 6.5.2 release!
    • πŸ”– Version file updated
  • v6.5.2 Changes

    November 25, 2021
    • πŸ‘ Enable official support for PHP 8.1
    • πŸ‘ Enable experimental support for PHP 8.2
    • πŸ›  Fix for PHP 5.6
    • πŸ›  Fix for incorrect options for punyencoding IDNs
  • v6.5.1 Changes

    August 18, 2021
    • πŸ‘ Provisional support for PHP 8.1
    • βœ… Major overhaul of test suite
    • βž• Add codecov.io coverage reporting
    • 0️⃣ Prefer implicit TLS on port 465 as default encryption scheme in examples, as per RFC8314
    • πŸ›  Fix potential noisy output from IMAP address parser
    • Stricter checking of custom MessageID validity
    • 0️⃣ Replace invalid default From address
    • πŸ‘Œ Support fallback for languages, so a request for pt_xx will fall back to pt rather than the default en.
    • πŸ‘Œ Support multi-line RFC2047 addresses in parseAddresses
    • πŸ‘Œ Improved Japanese translation

    Many thanks to @jrfnl for all her work.