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
14
14
### Breaking changes
15
15
- NaN
16
16
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
+
17
31
## [ 6.1.0] - 2025-01-19
18
32
### Fixed
19
33
- Filename sanitization is now optional (enabled via default)
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^8.0.2" ,
26
- "webklex/php-imap" : " ^6.1 .0" ,
26
+ "webklex/php-imap" : " ^6.2 .0" ,
27
27
"laravel/framework" : " >=6.0.0"
28
28
},
29
29
"autoload" : {
You can’t perform that action at this time.
0 commit comments