Releases: bytestream/Imap_Client
Releases · bytestream/Imap_Client
v2.33.4
What's Changed
- Test on PHP 8.4 by @bytestream in #17
- Fix "Passing null to parameter #2 ($code) of type int is deprecated" by @bytestream in #18
Full Changelog: v2.33.3...v2.33.4
v2.33.3
v2.33.2
What's Changed
- Test on PHP 8.3 by @bytestream in #14
- fix: STORE FLAGS for iCloud and other strict IMAP servers by @miaulalala in #15
Full Changelog: v2.33.1...v2.33.2
v2.33.1
What's Changed
- Fix imap date on POP3 by @bytestream in #13
- Test on PHP 8.2 by @bytestream in #9
Full Changelog: v2.33.0...v2.33.1
v2.33.0
What's Changed
- Improve read_timeout handling by @bytestream in #11
Full Changelog: v2.32.0...v2.33.0
v2.32.0
v2.31.4
What's Changed
- Fix undefined index 'count' on invalid ESEARCH response by @bytestream in #8
Full Changelog: v2.31.3...v2.31.4
v2.31.3
What's Changed
- Fix PHP 8.1 deprecation notice when passing null to Collator by @bytestream in #7
- Force _fromSeqenceString result array values to
int
by @miaulalala in #6
New Contributors
- @miaulalala made their first contribution in #6
Full Changelog: v2.31.2...v2.31.3
v2.31.2
What's Changed
- Fix PHP8.1 tentative return types by @ChristophWurst in #3
- Fix PHP8.1 DateTime constructor null time by @ChristophWurst in #4
- Add __serialize/__unserialize by @ChristophWurst in #5
Full Changelog: v2.31.1...v2.31.2
v2.31.1
What's Changed
- Fix memory leak if headers are requested parsed by @ChristophWurst in #2
New Contributors
- @ChristophWurst made their first contribution in #2
Full Changelog: v2.31.0...v2.31.1