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 46acaa9 commit 73f44abCopy full SHA for 73f44ab
CHANGELOG.md
@@ -15,6 +15,15 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
15
- All
16
17
18
+## [1.0.3.4] - 2017-10-04
19
+### Fixed
20
+- E-mails parsed without a content type of multipart present no body [#27](https://github.com/Webklex/laravel-imap/pull/27)
21
+- Do not resolve uid to msgno if using FT_UID [#25](https://github.com/Webklex/laravel-imap/pull/25)
22
+
23
+### Affected Classes
24
+- [Message::class](src/IMAP/Message.php)
25
26
27
## [1.0.3.3] - 2017-09-22
28
### Fixed
29
- General code style and documentation
0 commit comments