Releases: barbushin/php-imap
Releases · barbushin/php-imap
5.0.1
What's Changed
- Fix for
IMAP\Connection is already closed
#680 by @underdpt in #690 - Prevent TypeError while constructing ConnectionException. by @Andrew-Staves-Activ in #674
New Contributors
- @Andrew-Staves-Activ made their first contribution in #674
Full Changelog: 5.0.0...5.0.1
5.0.0: Drop support for EoL PHP versions
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
What's Changed
- Issue #657: Fix encoding issues by @christianasche / @Sebi94nbg in #666
Full Changelog: 4.5.2...4.5.3
4.5.2: Bugfixes and code style improvements
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
- @alebedev80 made their first contribution in #659
Full Changelog: 4.5.1...4.5.2
4.5.1: Fix slowness on PHP 8.1
What's Changed
- #655: Add missing PHP 8.1 support by @christianasche / @Sebi94nbg in #656
Full Changelog: 4.5.0...4.5.1
4.5.0: Add email flag properties and improve attachment handling
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
4.3.0: Bug fixes, improvements and PHP 8.1 support
- Fix various de-/encoding issues
- #604: Add
X-Original-To
header property - #582: Make
Cc
-list equivalent toTo
-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
- #619: Fix syntax error in DataPartInfo.php on line 113
4.2.0: Bug fixes, improvements and PHP 8.x support
- Fix various encoding issues
- Fix broken inline images
- Fix incorrect MIME decoding
- Fix deprecated methods
- Avoid
TypeError
due to$lastError
beingboolean
(false) instead of astring
(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