Skip to content

Mail 1.8.4 released

Compare
Choose a tag to compare
@derickr derickr released this 17 Oct 10:37
· 46 commits to master since this release
1.8.4

This is a bug fix release that addresses the following issues:

  • Fixed #51: User names and passwords need to be escaped if they contain spaces.
  • Fixed #61: create_function() is deprecated in PHP 7.2.
  • Fixed implode() argument order.
  • Fixed #68: regexp patterns for PHP 7.3 and later.

Thanks to:

  • Mark Burdett
  • Michael Kliewe