Skip to content

Commit 55426a7

Browse files
committed
Merge branch '2.x'
2 parents 3391e8a + 3d25f51 commit 55426a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+267
-6098
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,31 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9-
- Encoding / Decoding improved and exception fallback added
9+
- NaN
1010

1111
### Added
1212
- NaN
1313

1414
### Breaking changes
1515
- NaN
1616

17+
## [2.0.0] - 2020-09-22
18+
### Fixed
19+
- Encoding / Decoding improved and exception fallback added
20+
21+
### Added
22+
- php-imap module replaced by direct socket communication
23+
- Package core moved to `webklex/php-imap`
24+
- Legacy support added
25+
- True IDLE support added
26+
- oAuth support added
27+
- Dynamic and customizable events added
28+
29+
### Breaking changes
30+
- Class namespaces have changed from `IMAP` to `PHPIMAP`
31+
- Method response structure has changed in most classes
32+
- Deprecated methods removed
33+
1734
### Affected Classes
1835
- [Message::class](src/Message.php)
1936

0 commit comments

Comments
 (0)