Skip to content

Commit

Permalink
Version information updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Sep 22, 2020
1 parent 09a36bd commit 2c906c6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,26 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
## [2.0.0] - 2020-09-22
### Fixed
- Encoding / Decoding improved and exception fallback added
- Missing pagination item records fixed (#287, #329)
- Missing attachments problem solved (#284, #277)

### Added
- php-imap module replaced by direct socket communication
- Package core moved to `webklex/php-imap`
- Legacy support added
- True IDLE support added
- oAuth support added
- Legacy protocol support added
- True IMAP IDLE support added (#185)
- oAuth support added (#180)
- Dynamic and customizable events added
- Fetching all available headers (#282)

### Breaking changes
- Class namespaces have changed from `IMAP` to `PHPIMAP`
- Most class namespaces have changed from `IMAP` to `PHPIMAP`
- Method response structure has changed in most classes
- Deprecated methods removed
- New exceptions can occur

### Affected Classes
- [Message::class](src/Message.php)
- All

## [1.6.2] - 2020-09-07
### Fixed
Expand Down

0 comments on commit 2c906c6

Please sign in to comment.