Skip to content

Commit

Permalink
Release information added
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Jan 19, 2025
1 parent 36198d1 commit f51a2d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Breaking changes
- NaN

## [6.1.0] - 2025-01-19
### Fixed
- Filename sanitization is now optional (enabled via default)
- Address parsing improved and extended to include more cases
- Boundary parsing fixed and improved to support more formats
- Decode partially encoded address names
- Enforce RFC822 parsing if enabled

### Added
- Security configuration options added
- Spoofing detection added
- RFC4315 MOVE fallback added (thanks @freescout-help-desk)
- Content fetching RFC standard support added (thanks @ybizeul)
- Support unescaped dates inside the search conditions
- `Client::clone()` looses account configuration (thanks @netpok)

## [6.0.0] - 2025-01-17
### Fixed
- Legacy protocol support fixed (object to array conversion)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": "^8.0.2",
"webklex/php-imap": "^6.0.0",
"webklex/php-imap": "^6.1.0",
"laravel/framework": ">=6.0.0"
},
"autoload": {
Expand Down

0 comments on commit f51a2d5

Please sign in to comment.