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 7e53afe commit d170f4bCopy full SHA for d170f4b
CHANGELOG.md
@@ -14,6 +14,18 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
14
### Affected Classes
15
- NaN
16
17
+## [1.2.2] - 2018-07-22
18
+### Fixed
19
+- Don't set the charset if it isn't used - prevent strange outlook mail server errors #100
20
+- Protocol option added -minor Fix #126
21
+
22
+### Added
23
+- Query extended with markAsRead() and leaveUnread() methods
24
25
+### Affected Classes
26
+- [Query::class](src/IMAP/Query/Query.php)
27
+- [Client::class](src/IMAP/Client.php)
28
29
## [1.2.1] - 2018-07-22
30
### Added
31
- WhereQuery aliases for all where methods added
0 commit comments