Releases: Webklex/laravel-imap
Releases · Webklex/laravel-imap
1.3.0
11 Mar 20:37
Compare
Sorry, something went wrong.
No results found
Fixed
Fix sender name in non-latin emails sent from Gmail (#155 )
Fix broken non-latin characters in body in ASCII (us-ascii) charset #156
Message::getMessageId() returns wrong value #197
Message date validation extended #45 #192
Added
Invalid message date exception added (\Webklex\IMAP\Exceptions\InvalidMessageDateException::class)
1.2.9
15 Sep 18:31
Compare
Sorry, something went wrong.
No results found
Fixed
Removed "-i" from "iso-8859-8-i" in Message::parseBody #146
Added
1.2.8
14 Aug 18:40
Compare
Sorry, something went wrong.
No results found
Fixed
Folder delimiter check added #137
1.2.7
06 Aug 19:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Fixing undefined index error if associative config array isn't properly filled #131
1.2.4
26 Jul 20:36
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
WhereQuery aliases for all where methods added