File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,35 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414### Affected Classes
1515- NaN
1616
17+ ## [ 1.4.0] - [ UNRELEASED]
18+ ### Fixed
19+ - iconv(): error supressor for //IGNORE added #184
20+ - Typo Folder attribute fullName changed to full_name
21+
22+ ### Added
23+ - Message structure accessor added #182
24+ - Shadow Imap const class added #188
25+ - Connectable "NOT" queries added
26+ - Additional where methods added
27+ - Message attribute handling changed
28+ - Attachment attribute handling changed
29+ - Message flag handling updated
30+ - Message::getHTMLBody($callback) extended
31+ - Masks added (take look at the examples for more information on masks)
32+ - More examples added
33+
34+ ### Affected Classes
35+ - [ Folder::class] ( src/IMAP/Folder.php )
36+ - [ Client::class] ( src/IMAP/Client.php )
37+ - [ Message::class] ( src/IMAP/Message.php )
38+ - [ Attachment::class] ( src/IMAP/Attachment.php )
39+ - [ Query::class] ( src/IMAP/Query/Query.php )
40+ - [ WhereQuery::class] ( src/IMAP/Query/WhereQuery.php )
41+
42+ ### Breaking changes
43+ - Folder::fullName is now Folder::full_name
44+ - Attachment::image_src might no longer work as expected - use Attachment::getImageSrc() instead
45+
1746## [ 1.3.1] - 2019-03-12
1847### Fixed
1948- Replace embedded image with URL #151
You can’t perform that action at this time.
0 commit comments