Releases: Webklex/laravel-imap
Releases · Webklex/laravel-imap
1.0.3.5
Messageset issue resolved #31
1.0.3.4
Fixed:
- E-mails parsed without a content type of multipart present no body #27
- Do not resolve uid to msgno if using FT_UID #25
1.0.3.3
General code style and documentation fixed & updated
Several getter methods added to the Message class
1.0.3.2
- Fix implode error in Client.php, beacause imap_errors() can return FALSE instand of array
- FT_UID changed to $this->options which references to
imap.options.fetch
1.0.3.1
getConnection method added
Using a bit more fail save uid / msgNo by calling imap_msgno()
1.0.3.0
Carbon removed - it is already part of the Laravel package. No need to keep an extra dependency.
1.0.2.12
Fixing text attachment issue - overwrite mail body (thx to radicalloop)
1.0.2.11
Attachment disposition (special thanks to radicalloop)
Missing method added to README.md
1.0.2.10
$fetch_option setter added
1.0.2.9
-Merged configuration
-New config parameter added
-"Known issues" added to README.md
-Typo fixed