We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7b897 commit d286eadCopy full SHA for d286ead
CHANGELOG.md
@@ -7,9 +7,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
7
## [UNRELEASED]
8
### 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
14
15
### Added
-- NaN
16
+- Attachment content hash added
17
18
### Breaking changes
19
- NaN
0 commit comments