@@ -15,6 +15,34 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
15
15
- NaN
16
16
17
17
18
+ ## [ 4.1.2] - 2023-01-18
19
+ ### Fixed
20
+ - Type casting added to several ImapProtocol return values
21
+ - Remove IMAP::OP_READONLY flag from imap_reopen if POP3 or NNTP protocol is selected (thanks @xianzhe18 )
22
+ - Several statements optimized and redundant checks removed
23
+ - Check if the Protocol supports the fetch method if extensions are present
24
+ - Detect ` NONEXISTENT ` errors while selecting or examining a folder
25
+ - Missing type cast added to ` PaginatedCollection::paginate ` (thanks @rogerb87 )
26
+ - Fix multiline header unfolding (thanks @sulgie-eitea )
27
+ - Fix problem with illegal offset error (thanks @szymekjanaczek )
28
+ - Typos fixed
29
+ - RFC 822 3.1.1. long header fields regular expression fixed (thanks @hbraehne )
30
+ - Fix assumedNextTaggedLine bug (thanks @Blear )
31
+ - Fix empty response error for blank lines (thanks @bierpub )
32
+ - Fix empty body (thanks @latypoff )
33
+ - Fix imap_reopen folder argument (thanks @latypoff )
34
+ - Fix for extension recognition (thanks @pwoszczyk )
35
+ - Missing null check added (thanks @spanjeta )
36
+ - Leading white-space in response causes an infinite loop (thanks @thin-k-design )
37
+ - Fix error when creating folders with special chars (thanks @thin-k-design )
38
+ - ` Client::getFoldersWithStatus() ` recursive loading fixed (thanks @szymekjanaczek )
39
+ - Fix Folder name encoding error in ` Folder::appendMessage() ` (thanks @rskrzypczak )
40
+ - Attachment ID can return an empty value
41
+ - Additional message date format added (thanks @amorebietakoUdala )
42
+
43
+ ### Added
44
+ - Added possibility of loading a Folder status (thanks @szymekjanaczek )
45
+
18
46
## [ 4.0.0] - 2022-08-19
19
47
### Fixed
20
48
- PHP dependency updated to support php v8.0 (thanks @freescout-helpdesk )
0 commit comments