Releases: Webklex/laravel-imap
Releases · Webklex/laravel-imap
1.2.7
Fixed
- Broken non-latin characters in subjects and attachments #133
Added
- Required php extensions added to composer.json
1.2.6
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
Fixed
- Fixing undefined index error if associative config array isn't properly filled #131
1.2.4
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
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
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
Added
- WhereQuery aliases for all where methods added
1.2.0
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
- 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