File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,26 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1717## [ 2.0.0] - 2020-09-22
1818### Fixed
1919- Encoding / Decoding improved and exception fallback added
20+ - Missing pagination item records fixed (#287 , #329 )
21+ - Missing attachments problem solved (#284 , #277 )
2022
2123### Added
2224- php-imap module replaced by direct socket communication
2325- Package core moved to ` webklex/php-imap `
24- - Legacy support added
25- - True IDLE support added
26- - oAuth support added
26+ - Legacy protocol support added
27+ - True IMAP IDLE support added ( # 185 )
28+ - oAuth support added ( # 180 )
2729- Dynamic and customizable events added
30+ - Fetching all available headers (#282 )
2831
2932### Breaking changes
30- - Class namespaces have changed from ` IMAP ` to ` PHPIMAP `
33+ - Most class namespaces have changed from ` IMAP ` to ` PHPIMAP `
3134- Method response structure has changed in most classes
3235- Deprecated methods removed
36+ - New exceptions can occur
3337
3438### Affected Classes
35- - [ Message::class ] ( src/Message.php )
39+ - All
3640
3741## [ 1.6.2] - 2020-09-07
3842### Fixed
You can’t perform that action at this time.
0 commit comments