Skip to content

Commit 57609df

Browse files
committed
Release information added
1 parent f51a2d5 commit 57609df

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414
### Breaking changes
1515
- NaN
1616

17+
## [6.2.0] - 2025-04-25
18+
### Fixed
19+
- When using the chunk function, some messages do not have an element with index 0 (thanks @zeddmaster)
20+
- Get folders list in hierarchical order (thanks @rskrzypczak)
21+
- Fix remaining implicit marking of parameters as nullable (PHP 8.4) (thanks @steffenweber)
22+
- Fix case sensitivity of folder attribute parsing (\NoSelect, \NoInferiors) (thanks @smajti1)
23+
- Fix error on getUid(null) with 0 results (thanks @pierement)
24+
- Fix Date parsing on non-standard format from Aqua Mail (thanks @lm-cmxkonzepte)
25+
26+
### Added
27+
- SSL stream context options added (thanks @llemoine)
28+
- Support copy/move Message with utf7 folder path (thanks @loc4l)
29+
- Public `Query::search()` method (Thanks @madbob)
30+
1731
## [6.1.0] - 2025-01-19
1832
### Fixed
1933
- Filename sanitization is now optional (enabled via default)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^8.0.2",
26-
"webklex/php-imap": "^6.1.0",
26+
"webklex/php-imap": "^6.2.0",
2727
"laravel/framework": ">=6.0.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)