This repository has been archived by the owner on Feb 9, 2025. It is now read-only.
Releases: stevebauman/php-imap
Releases · stevebauman/php-imap
v5.7.3
v5.7.2
v5.7.1
v5.7.0
Added
- Strict types on parameters that previously did not have any
Changed
- Rebuilt and refactored IMAP IDLE functionality:
- Automatically reconnect when server (or local) timeout is encountered
- Use separate stream timeout to prevent using a long IDLE timeout as the connection timeout
- Stop IDLE safely after local stream timeout by issuing proper
DONE
command to restart IDLE without closing and re-opening connection
v5.6.0
Changed
- Adjusted formatting in all areas and removed unnecessary
@throws
annotations everywhere - Throw
ConnectionTimedOutException
orConnectionClosedException
if retrieving next line from stream fails - 3864c0f
Fixed
- Flatten all tokens to properly display them in
ImapServerErrorException
to prevent array to string conversion exception - 1d0e167