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 f182552 commit 304bfc1Copy full SHA for 304bfc1
CHANGELOG.md
@@ -14,6 +14,15 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
14
### Affected Classes
15
- NaN
16
17
+## [1.0.4.0] - 2018-01-28
18
+### Added
19
+- Set and unset flags added `$oMessage->setFlag(['Seen', 'Spam']) or $oMessage->unsetFlag('Spam')`
20
+- Get raw header string `$oMessage->getHeader()`
21
+- Get additional header information `$oMessage->getHeaderInfo()`
22
+
23
+### Affected Classes
24
+- [Message::class](src/IMAP/Message.php)
25
26
## [1.0.3.11] - 2018-01-01
27
### Added
28
- New experimental function added [#48 How can I specify a single folder?](https://github.com/Webklex/laravel-imap/issues/48)
0 commit comments