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 cfd6f55 commit 0464a36Copy full SHA for 0464a36
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.0.5.2] - 2018-03-18
18
+### Added
19
+- Attachment::save() method added
20
+- Unnecessary methods declared deprecated
21
+
22
+### Affected Classes
23
+- [Client::class](src/IMAP/Client.php)
24
+- [Message::class](src/IMAP/Message.php)
25
+- [Folder::class](src/IMAP/Folder.php)
26
+- [Attachment::class](src/IMAP/Attachment.php)
27
28
## [1.0.5.1] - 2018-03-16
29
### Added
30
- Message collection moved to Support
0 commit comments