Releases: Webklex/laravel-imap
Releases · Webklex/laravel-imap
1.2.0
21 Jul 22:56
Compare
Sorry, something went wrong.
No results found
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
1.1.2
19 May 18:20
Compare
Sorry, something went wrong.
No results found
Fixed issue with unsetFlag() (#99 )
1.1.1
04 May 14:25
Compare
Sorry, something went wrong.
No results found
Attachment::getMimeType() and Attachment::getExtension() added
Force to add a space between criteria in search query, otherwise no messages are fetched. Thanks to @cent89
1.1.0
24 Apr 16:37
Compare
Sorry, something went wrong.
No results found
Client::createFolder($name) fixed #91
Versions will now follow basic Semantic Versioning guidelines (MAJOR.MINOR.PATCH)
Connection validation added
Client::renameFolder($old_name, $new_name) and Client::deleteFolder($name) methods added #91
Find the folder containing a message #92
Change all incoming encodings to iconv() supported ones #94
1.0.5.9
14 Apr 01:59
Compare
Sorry, something went wrong.
No results found
Handle Carbon instances in message search criteria #82
$message->getRawBody() throws Exception #88
Request: add getReferences method to Message class #83
1.0.5.8
08 Apr 21:36
Compare
Sorry, something went wrong.
No results found
Specify provider name when publishing the config #80
Enable package discovery #81
1.0.5.7
04 Apr 21:47
Compare
Sorry, something went wrong.
No results found
Added option for optional attachment download #76
Added option for optional body download
Renamed "fetch" parameters
hasAttachment() method added
1.0.5.6
03 Apr 15:46
Compare
Sorry, something went wrong.
No results found
More explicit date validation statements
Resolving getMessage is not returning the body of the message #75
1.0.5.5
28 Mar 18:09
Compare
Sorry, something went wrong.
No results found
New validation rule for a new invalid date format added (Exception Parse Data #45 )
Default config keys are now fixed (Confusing default configuration values #66 )
1.0.5.4
27 Mar 21:57
Compare
Sorry, something went wrong.
No results found
Clear error stack before imap_close #72