We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d286ead commit 3c23c8fCopy full SHA for 3c23c8f
CHANGELOG.md
@@ -19,6 +19,18 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
19
- NaN
20
21
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
34
## [5.4.0] - 2023-06-24
35
### Fixed
36
- Legacy protocol support fixed (object to array conversion) #411
0 commit comments