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
1414### Breaking changes
1515- NaN
1616
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+
1733## [ 6.0.0] - 2025-01-17
1834### Fixed
1935- Legacy protocol support fixed (object to array conversion)
Original file line number Diff line number Diff line change 2323 ],
2424 "require" : {
2525 "php" : " ^8.0.2" ,
26- "webklex/php-imap" : " ^6.0 .0" ,
26+ "webklex/php-imap" : " ^6.1 .0" ,
2727 "laravel/framework" : " >=6.0.0"
2828 },
2929 "autoload" : {
You can’t perform that action at this time.
0 commit comments