File tree 1 file changed +16
-8
lines changed
1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -6,28 +6,36 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
6
7
7
## [ UNRELEASED]
8
8
### Fixed
9
+ - NaN
10
+
11
+ ### Added
12
+ - NaN
13
+
14
+ ### Affected Classes
15
+ - NaN
16
+
17
+ ### Breaking changes
18
+ - NaN
19
+
20
+
21
+ ## [ 4.0.1] - 2022-08-25
22
+ ### Fixed
9
23
- Type casting added to several ImapProtocol return values #261
10
24
- Remove IMAP::OP_READONLY flag from imap_reopen if POP3 or NNTP protocol is selected #135 (thanks @xianzhe18 )
11
- - Several statements optimized and redundant check removed
25
+ - Several statements optimized and redundant checks removed
12
26
- Check if the Protocol supports the fetch method if extensions are present
13
- - Typos fixed
14
27
- Detect ` NONEXISTENT ` errors while selecting or examining a folder #266
15
28
- Missing type cast added to ` PaginatedCollection::paginate ` #267 (thanks @rogerb87 )
16
29
- Fix multiline header unfolding #250 (thanks @sulgie-eitea )
17
30
- Fix problem with illegal offset error #226 (thanks @szymekjanaczek )
18
-
19
- ### Added
20
- - NaN
31
+ - Typos fixed
21
32
22
33
### Affected Classes
23
34
- [ Query::class] ( src/Query/Query.php )
24
35
- [ ImapProtocol::class] ( src/Connection/Protocols/ImapProtocol.php )
25
36
- [ LegacyProtocol::class] ( src/Connection/Protocols/LegacyProtocol.php )
26
37
- [ PaginatedCollection::class] ( src/Support/PaginatedCollection.php )
27
38
28
- ### Breaking changes
29
- - NaN
30
-
31
39
32
40
## [ 4.0.0] - 2022-08-19
33
41
### Fixed
You can’t perform that action at this time.
0 commit comments