File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,22 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
14
14
### Breaking changes
15
15
- NaN
16
16
17
+ ## [ 6.1.0] - 2025-01-19
18
+ ### Fixed
19
+ - Filename sanitization is now optional (enabled via default)
20
+ - Address parsing improved and extended to include more cases
21
+ - Boundary parsing fixed and improved to support more formats
22
+ - Decode partially encoded address names
23
+ - Enforce RFC822 parsing if enabled
24
+
25
+ ### Added
26
+ - Security configuration options added
27
+ - Spoofing detection added
28
+ - RFC4315 MOVE fallback added (thanks @freescout-help-desk )
29
+ - Content fetching RFC standard support added (thanks @ybizeul )
30
+ - Support unescaped dates inside the search conditions
31
+ - ` Client::clone() ` looses account configuration (thanks @netpok )
32
+
17
33
## [ 6.0.0] - 2025-01-17
18
34
### Fixed
19
35
- Legacy protocol support fixed (object to array conversion)
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.0 .0" ,
26
+ "webklex/php-imap" : " ^6.1 .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