Skip to content

Commit f51a2d5

Browse files
committed
Release information added
1 parent 36198d1 commit f51a2d5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

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.0.0",
26+
"webklex/php-imap": "^6.1.0",
2727
"laravel/framework": ">=6.0.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)