Skip to content

Commit

Permalink
Release information added
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Jan 18, 2023
1 parent 45244da commit 9038139
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,34 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- NaN


## [4.1.2] - 2023-01-18
### Fixed
- Type casting added to several ImapProtocol return values
- Remove IMAP::OP_READONLY flag from imap_reopen if POP3 or NNTP protocol is selected (thanks @xianzhe18)
- Several statements optimized and redundant checks removed
- Check if the Protocol supports the fetch method if extensions are present
- Detect `NONEXISTENT` errors while selecting or examining a folder
- Missing type cast added to `PaginatedCollection::paginate` (thanks @rogerb87)
- Fix multiline header unfolding (thanks @sulgie-eitea)
- Fix problem with illegal offset error (thanks @szymekjanaczek)
- Typos fixed
- RFC 822 3.1.1. long header fields regular expression fixed (thanks @hbraehne)
- Fix assumedNextTaggedLine bug (thanks @Blear)
- Fix empty response error for blank lines (thanks @bierpub)
- Fix empty body (thanks @latypoff)
- Fix imap_reopen folder argument (thanks @latypoff)
- Fix for extension recognition (thanks @pwoszczyk)
- Missing null check added (thanks @spanjeta)
- Leading white-space in response causes an infinite loop (thanks @thin-k-design)
- Fix error when creating folders with special chars (thanks @thin-k-design)
- `Client::getFoldersWithStatus()` recursive loading fixed (thanks @szymekjanaczek)
- Fix Folder name encoding error in `Folder::appendMessage()` (thanks @rskrzypczak)
- Attachment ID can return an empty value
- Additional message date format added (thanks @amorebietakoUdala)

### Added
- Added possibility of loading a Folder status (thanks @szymekjanaczek)

## [4.0.0] - 2022-08-19
### Fixed
- PHP dependency updated to support php v8.0 (thanks @freescout-helpdesk)
Expand Down

0 comments on commit 9038139

Please sign in to comment.