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 0a7f05b commit 835875dCopy full SHA for 835875d
CHANGELOG.md
@@ -14,6 +14,20 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
14
### Affected Classes
15
- NaN
16
17
+## [1.2.4] - 2018-07-26
18
+### Fixed
19
+- fetch_flags default set to true on all methods
20
+- Missing fetch_flags attribute added
21
+
22
+### Added
23
+- Folder::query() aliases added
24
+- Priority fetching added
25
26
+### Affected Classes
27
+- [Folder::class](src/IMAP/Folder.php)
28
+- [Message::class](src/IMAP/Message.php)
29
+- [Query::class](src/IMAP/Query/Query.php)
30
31
## [1.2.3] - 2018-07-23
32
### Fixed
33
- Config loading fixed and moved to a custom solution
0 commit comments