Skip to content

Releases: Webklex/laravel-imap

1.2.9

15 Sep 18:31
0528c38
Compare
Choose a tag to compare

Fixed

  • Removed "-i" from "iso-8859-8-i" in Message::parseBody #146

Added

  • Blade examples

1.2.8

14 Aug 18:40
Compare
Choose a tag to compare

Fixed

  • Folder delimiter check added #137

1.2.7

06 Aug 19:27
Compare
Choose a tag to compare

Fixed

  • Broken non-latin characters in subjects and attachments #133

Added

  • Required php extensions added to composer.json

1.2.6

04 Aug 21:07
Compare
Choose a tag to compare

Fixed

  • Message subjects and attachment names will now be decoded with a guessed encoding #97 #107

Added

  • Expunge option added to critical imap operations

1.2.5

30 Jul 20:23
Compare
Choose a tag to compare

Fixed

  • Fixing undefined index error if associative config array isn't properly filled #131

1.2.4

26 Jul 20:36
Compare
Choose a tag to compare

Fixed

  • fetch_flags default set to true on all methods
  • Missing fetch_flags attribute added

Added

  • Folder::query() aliases added
  • Priority fetching added

1.2.3

23 Jul 21:23
Compare
Choose a tag to compare

Fixed

  • Config loading fixed and moved to a custom solution
  • Set Encryption type correctly #128
  • Moving a message takes now a uid #127

1.2.2

22 Jul 15:16
Compare
Choose a tag to compare

Fixed

  • Don't set the charset if it isn't used - prevent strange outlook mail server errors #100
  • Protocol option added -minor Fix #126

Added

  • Query extended with markAsRead() and leaveUnread() methods

1.2.1

22 Jul 01:01
Compare
Choose a tag to compare

Added

  • WhereQuery aliases for all where methods added

1.2.0

21 Jul 22:56
Compare
Choose a tag to compare

Fixed

  • Charset error fixed #109
  • Potential imap_close() error fixed #118
  • Plain text attachments have a content type of other/plain of text/plain #119
  • Carbon Exception Parse Data #45

Added

  • Protocol option added #124
  • Message collection key option added
  • Message collection sorting option added
  • Search Query functionality added
  • Flag collection added
  • Search methods updated