Skip to content

Commit 9038139

Browse files
committed
Release information added
1 parent 45244da commit 9038139

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,34 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1515
- NaN
1616

1717

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+
1846
## [4.0.0] - 2022-08-19
1947
### Fixed
2048
- PHP dependency updated to support php v8.0 (thanks @freescout-helpdesk)

0 commit comments

Comments
 (0)