File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414### Affected Classes
1515- NaN
1616
17+ ## [ 1.2.0] - 2018-07-22
18+ ### Fixed
19+ - Charset error fixed #109
20+ - Potential imap_close() error fixed #118
21+ - Plain text attachments have a content type of other/plain of text/plain #119
22+ - Carbon Exception Parse Data #45
23+
24+ ### Added
25+ - Protocol option added #124
26+ - Message collection key option added
27+ - Message collection sorting option added
28+ - Search Query functionality added
29+ - Flag collection added
30+ - Search methods updated
31+
32+ ### Affected Classes
33+ - [ Folder::class] ( src/IMAP/Folder.php )
34+ - [ Client::class] ( src/IMAP/Client.php )
35+ - [ Message::class] ( src/IMAP/Message.php )
36+ - [ Attachment::class] ( src/IMAP/Attachment.php )
37+ - [ Query::class] ( src/IMAP/Query/Query.php ) [ WhereQuery::class] ( src/IMAP/Query/WhereQuery.php )
38+
1739## [ 1.1.1] - 2018-05-04
1840### Fixed
1941- Force to add a space between criteria in search query, otherwise no messages are fetched. Thanks to @cent89
You can’t perform that action at this time.
0 commit comments