Skip to content

Releases: barbushin/php-imap

5.0.1

05 Dec 15:49
94107fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0: Drop support for EoL PHP versions

12 Mar 14:43
13bdfa9
Compare
Choose a tag to compare

What's Changed

  • Drop support for EoL PHP versions by @Sebi94nbg in #667

Starting with this release, the PHP versions 7.2 and 7.3 are not supported anymore by this project. Only PHP 7.4, 8.0 and 8.1 are supported.

Full Changelog: 4.5.3...5.0.0

4.5.3: Fix encoding issues

12 Mar 01:56
d4f62bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.2...4.5.3

4.5.2: Bugfixes and code style improvements

17 Feb 10:42
f1e316b
Compare
Choose a tag to compare

What's Changed

  • Fix php-cs-fixer formatting issue by @Sebi94nbg in #661
  • Bugfix: An argument $reverse of method \PhpImap\Imap::sort() has type boolean from PHP version 8 only by @alebedev80 in #659

New Contributors

Full Changelog: 4.5.1...4.5.2

4.5.1: Fix slowness on PHP 8.1

10 Jan 21:12
e630d64
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.5.1

4.5.0: Add email flag properties and improve attachment handling

08 Jan 17:23
a572a21
Compare
Choose a tag to compare

What's Changed

  • #529: Add email flags as properties by @Sebi94nbg in #653
  • #585: Avoid fetching attachments when they are already downloaded by @yrccondor / @Sebi94nbg in #654

Full Changelog: 4.4.0...4.5.0

4.4.0: Improve ConnectionException handling

07 Jan 18:35
6332a9c
Compare
Choose a tag to compare

What's Changed

  • Update outdated readme by @Sebi94nbg in #649
  • Fix incorrect badge code in README by @Sebi94nbg in #650
  • Fix workflow pipeline by @Sebi94nbg in #651
  • #571: Improve ConnectionException handling by @Sebi94nbg in #652

Full Changelog: 4.3.0...4.4.0

4.3.0: Bug fixes, improvements and PHP 8.1 support

27 Dec 23:38
110add7
Compare
Choose a tag to compare
  • Fix various de-/encoding issues
  • #604: Add X-Original-To header property
  • #582: Make Cc-list equivalent to To-list
  • #603: Add support for IMAP paths with leading/ending whitespaces
  • Add support for original filename for attachments
  • Add support for PHP 8.1
  • Deduplication of code for collecting the header properties
  • General code style improvements
  • Fix various pipeline issues

4.2.1: Fix syntax error

21 Nov 01:00
f401d85
Compare
Choose a tag to compare
  • #619: Fix syntax error in DataPartInfo.php on line 113

4.2.0: Bug fixes, improvements and PHP 8.x support

20 Nov 21:09
fb8be23
Compare
Choose a tag to compare
  • Fix various encoding issues
  • Fix broken inline images
  • Fix incorrect MIME decoding
  • Fix deprecated methods
  • Avoid TypeError due to $lastError being boolean (false) instead of a string (strict types)
  • Add support for PHP 8.x
  • Added new automated test cases, improved and removed some existing ones
  • Fixed and improved Travis CI integration
  • General code optimizations