File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments