Skip to content

Releases: Webklex/laravel-imap

1.0.3.5

18 Oct 20:46
Compare
Choose a tag to compare

Messageset issue resolved #31

1.0.3.4

04 Oct 21:59
Compare
Choose a tag to compare

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

22 Sep 14:49
Compare
Choose a tag to compare

General code style and documentation fixed & updated
Several getter methods added to the Message class

1.0.3.2

06 Sep 22:45
Compare
Choose a tag to compare
  • 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

05 Sep 21:37
Compare
Choose a tag to compare

getConnection method added
Using a bit more fail save uid / msgNo by calling imap_msgno()

1.0.3.0

31 Aug 09:48
Compare
Choose a tag to compare

Carbon removed - it is already part of the Laravel package. No need to keep an extra dependency.

1.0.2.12

27 Aug 05:11
Compare
Choose a tag to compare

Fixing text attachment issue - overwrite mail body (thx to radicalloop)

1.0.2.11

25 Aug 13:31
Compare
Choose a tag to compare

Attachment disposition (special thanks to radicalloop)
Missing method added to README.md

1.0.2.10

11 Aug 21:59
Compare
Choose a tag to compare

$fetch_option setter added

1.0.2.9

12 Jul 20:08
Compare
Choose a tag to compare

-Merged configuration
-New config parameter added
-"Known issues" added to README.md
-Typo fixed