We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f273c75 commit 0448830Copy full SHA for 0448830
CHANGELOG.md
@@ -6,13 +6,17 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## [UNRELEASED]
8
### Fixed
9
-- NaN
+- Search performance increased by fetching all headers, bodies and flags at once #42
10
+- Legacy protocol support updated
11
12
### Added
13
+- Missing message setter methods added
14
+- `Folder::overview()` method added to fetch all headers of all messages in the current folder
15
16
### Affected Classes
17
+- [Message::class](src/Message.php)
18
+- [Folder::class](src/Folder.php)
19
+- [Query::class](src/Query/Query.php)
20
21
### Breaking changes
22
- NaN
0 commit comments