File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66
77## [ UNRELEASED]
88### Fixed
9+ - NaN
10+
11+ ### Added
12+ - NaN
13+
14+ ### Breaking changes
15+ - NaN
16+
17+ ### Affected Classes
18+ - NaN
19+
20+ ## [ 1.6.1] - 2020-09-04
21+ ### Fixed
922- Greatly increased IDLE performance
1023- Message::fetchStructure() redundant code removed
1124
1225### Added
1326- Read an overview of the information in the headers of a given message or sequence
14- - Folder name encoding added (#324 )
15- - Add a fallback when aliasing encodings for iconv (#325 )
27+ - Folder name encoding added (#324 ) ( @ aperture-it )
28+ - Add a fallback when aliasing encodings for iconv (#325 ) ( @ Hokan22 )
1629- Method to receive the encoded folder name added
1730
18- ### Breaking changes
19- - NaN
20-
2131### Affected Classes
2232- [ Client::class] ( src/Client.php )
2333- [ Message::class] ( src/Message.php )
@@ -62,7 +72,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6272### Fixed
6373- Point to root namespace if handling native functions (#279 )
6474- Use address charset from header information if set (#286 )
65- - Fix Attachment::getExtension() under Laravel 7.x (#290 )
75+ - Fix Attachment::getExtension() under Laravel 7.x (#290 ) ( @ ThanhSonITNIC )
6676- Custom and X-Spam search criteria fixed (#296 )
6777
6878### Added
You can’t perform that action at this time.
0 commit comments