We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8acc2 commit 4a0e0afCopy full SHA for 4a0e0af
CHANGELOG.md
@@ -14,6 +14,17 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
14
### Affected Classes
15
- NaN
16
17
+## [1.2.7] - 2018-08-06
18
+### Fixed
19
+- Broken non-latin characters in subjects and attachments #133
20
+
21
+### Added
22
+- Required php extensions added to composer.json
23
24
+### Affected Classes
25
+- [Message::class](src/IMAP/Message.php)
26
+- [Attachment::class](src/IMAP/Attachment.php)
27
28
## [1.2.6] - 2018-08-04
29
### Fixed
30
- Message subjects and attachment names will now be decoded with a guessed encoding #97 #107
0 commit comments