Releases: Webklex/laravel-imap
Releases · Webklex/laravel-imap
1.1.2
- Fixed issue with unsetFlag() (#99)
1.1.1
- 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
- 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
- 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
- Specify provider name when publishing the config #80
- Enable package discovery #81
1.0.5.7
- Added option for optional attachment download #76
- Added option for optional body download
- Renamed "fetch" parameters
- hasAttachment() method added
1.0.5.6
- More explicit date validation statements
- Resolving getMessage is not returning the body of the message #75
1.0.5.5
- 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
- Clear error stack before imap_close #72
1.0.5.3
- FolderCollection::class added
- Comments updated