You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
6
7
7
## [UNRELEASED]
8
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
9
+
- NaN
14
10
15
11
### Added
16
-
-Attachment content hash added
12
+
-IMAP STATUS command support added`Folder::status()`#424 (thanks @InterLinked1)
17
13
18
14
### 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.
0 commit comments