You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Client::getFolderPath()` return null if folder is not set #506 (thanks @arnolem)
19
+
- Fix implicit marking of parameters as nullable, deprecated in PHP 8.4 #518 (thanks @campbell-m)
16
20
17
21
### Added
18
22
- IMAP STATUS command support added `Folder::status()`#424 (thanks @InterLinked1)
@@ -21,6 +25,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
21
25
- Config handling moved into a new class `Config::class` to allow class serialization (sponsored by elb-BIT GmbH)
22
26
- Support for Carbon 3 added #483
23
27
- Custom decoder support added
28
+
- Decoding filename with non-standard encoding #535 (thanks @grnsv)
24
29
25
30
### Breaking changes
26
31
- The decoder config has been moved from `options.decoder` to `decoding` and contains now the `decoder` class to used as well as their decoding fallbacks
0 commit comments