Skip to content

Commit 0966e53

Browse files
committed
Changelog updated
1 parent b08cbeb commit 0966e53

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9-
- Error token length mismatch in `ImapProtocol::readResponse` #400
10-
- Attachment name parsing fixed #410 #421 (thanks @nuernbergerA)
11-
- Additional Attachment name fallback added to prevent missing attachments
12-
- Attachment id is now static (based on the raw part content) and now longer random
13-
- Always parse the attachment description if it is available
9+
- NaN
1410

1511
### Added
16-
- Attachment content hash added
12+
- IMAP STATUS command support added `Folder::status()` #424 (thanks @InterLinked1)
1713

1814
### Breaking changes
19-
- NaN
15+
- `Folder::getStatus()` no longer returns the results of `EXAMINE` but `STATUS` instead. If you want to use `EXAMINE` you can use the `Folder::examine()` method instead.
2016

2117

2218
## [5.5.0] - 2023-06-28

0 commit comments

Comments
 (0)