Releases: barbushin/php-imap
Releases · barbushin/php-imap
6.0.0
What's Changed
- Issue #411: Implement OAuth support by @Sebbo94BY in #738
- Extend unit tests and fix decoding bug by @Sebbo94BY in #742
- Add note regarding unbundled ext-imap for PHP 8.4.x and newer by @Sebbo94BY in #743
- Fix implicit nullability deprecation by @Sebbo94BY in #744
- Fix wrong German Umlauts conversion by @Sebbo94BY in #745
- Add fallback for SEEN SINCE searches and document IMAP behavior by @Sebbo94BY in #746
- Issue 691: Expose missing Message-ID reference headers by @Sebbo94BY in #747
- Fix broken decodeStringFromUtf7ImapToUtf8() function by @Sebbo94BY in #748
- Fix flattenParts() for PARTY_TYPE_TWO by @Sebbo94BY in #749
- Deduplicate and fix disposition checks by @Sebbo94BY in #750
- Preserve original attachment filenames by @Sebbo94BY in #751
- Refactor php-cs-fixer config, apply changes and fix PHPUnit error by @Sebbo94BY in #752
- Add support for keep original attachment filenames by @Sebbo94BY in #753
- Fix incorrect IMAP-style sequence-set element handling by @Sebbo94BY in #754
- Fix boolean received error in getFileInfo() by @Sebbo94BY in #755
- Issue #700: Automatically expose all custom headers by @Sebbo94BY in #756
Full Changelog: 5.0.0...6.0.0
5.1.0: Add OAuth Support
What's Changed
- Issue #411: Implement OAuth support by @Sebbo94BY in #738
Full Changelog: 5.0.0...5.1.0
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-Toheader 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