@@ -14,6 +14,51 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414### Breaking changes
1515- NaN
1616
17+ ## [ 2.2.0] - 2020-10-16
18+ ### Fixed
19+ - Prevent text bodies from being fetched as attachment
20+ - Missing variable check added to prevent exception while parsing an address #356
21+ - Missing variable check added to prevent exception while parsing a part subtype
22+ - Missing variable check added to prevent exception while parsing a part content-type #356
23+ - Mixed message header attribute ` in_reply_to ` "unified" to be always an array
24+ - Potential message moving / copying problem fixed
25+ - Move messages by using ` Protocol::moveMessage() ` instead of ` Protocol::copyMessage() ` and ` Message::delete() `
26+ - Boundary detection problem fixed ([ @DasTobbel ] ( https://github.com/DasTobbel ) )
27+ - Content-Type detection problem fixed ([ @DasTobbel ] ( https://github.com/DasTobbel ) )
28+ - If content disposition is multiline, implode the array to a simple string ([ @DasTobbel ] ( https://github.com/DasTobbel ) )
29+ - Potential problematic prefixed white-spaces removed from header attributes
30+ - Fix inline attachments and embedded images ([ @dwalczyk ] ( https://github.com/dwalczyk ) )
31+ - Possible error during address decoding fixed ([ @Slauta ] ( https://github.com/Slauta ) )
32+ - Flag event dispatching fixed
33+ - Fixed ` Query::paginate() ` ([ @Max13 ] ( https://github.com/Max13 ) )
34+ - ` Message::getAttributes() ` hasn't returned all parameters
35+ - Wrong message content property reference fixed
36+ - Fix header extension values
37+ - Part header detection method changed
38+ - Possible decoding problem fixed
39+ - ` Str::class ` dependency removed from ` Header::class `
40+ - Dependency problem in ` Attachement::getExtension() ` fixed
41+ - Quota handling fixed
42+
43+ ### Added
44+ - ` Protocol::moveMessage() ` method added
45+ - Expended ` Client::getFolder($name, $deleimiter = null) ` to accept either a folder name or path ([ @DasTobbel ] ( https://github.com/DasTobbel ) )
46+ - Special MS-Exchange header decoding support added
47+ - ` ClientManager::make() ` method added to support undefined accounts
48+ - Alternative attachment names support added ([ @oneFoldSoftware ] ( https://github.com/oneFoldSoftware ) )
49+ - Fetch message content without leaving a "Seen" flag behind
50+ - Support multiple boundaries ([ @dwalczyk ] ( https://github.com/dwalczyk ) )
51+ - Part number added to attachment
52+ - ` Client::getFolderByPath() ` added ([ @Max13 ] ( https://github.com/Max13 ) )
53+ - ` Client::getFolderByName() ` added ([ @Max13 ] ( https://github.com/Max13 ) )
54+ - Throws exceptions if the authentication fails ([ @Max13 ] ( https://github.com/Max13 ) )
55+ - Default account config fallback added
56+
57+ ### Breaking changes
58+ - Text bodies might no longer get fetched as attachment
59+ - ` Message::$in_reply_to ` type changed from mixed to array
60+
61+
1762## [ 2.1.1] - 2020-10-15
1863### Fixed
1964- Missing default config parameter added #346
0 commit comments