Skip to content

Commit 3c23c8f

Browse files
committed
v5.5.0 release information added
1 parent d286ead commit 3c23c8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1919
- NaN
2020

2121

22+
## [5.5.0] - 2023-06-28
23+
### Fixed
24+
- Error token length mismatch in `ImapProtocol::readResponse` #400
25+
- Attachment name parsing fixed #410 #421 (thanks @nuernbergerA)
26+
- Additional Attachment name fallback added to prevent missing attachments
27+
- Attachment id is now static (based on the raw part content) and now longer random
28+
- Always parse the attachment description if it is available
29+
30+
### Added
31+
- Attachment content hash added
32+
33+
2234
## [5.4.0] - 2023-06-24
2335
### Fixed
2436
- Legacy protocol support fixed (object to array conversion) #411

0 commit comments

Comments
 (0)