Skip to content

Commit 4f7bcc2

Browse files
committed
Merge laravel-imap 1.4.2
1 parent 831948c commit 4f7bcc2

19 files changed

+2141
-592
lines changed

CHANGELOG.md

+57
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,63 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414
### Affected Classes
1515
- NaN
1616

17+
## [1.4.2] - 2019-07-02
18+
### Fixed
19+
- Pagination count total bug #213
20+
- Changed internal message move and copy methods #210
21+
- Query::since() query returning empty response #215
22+
- Carbon Exception Parse Data #45
23+
- Reading a blank body (text / html) but only from this sender #203
24+
- Problem with Message::moveToFolder() and multiple moves #31
25+
- Problem with encoding conversion #203
26+
- Message null value attribute problem fixed
27+
- Client connection path handling changed to be handled inside the calling method #31
28+
- iconv(): error suppressor for //IGNORE added #184
29+
- Typo Folder attribute fullName changed to full_name
30+
- Query scope error fixed #153
31+
- Replace embedded image with URL #151
32+
- Fix sender name in non-latin emails sent from Gmail (#155)
33+
- Fix broken non-latin characters in body in ASCII (us-ascii) charset #156
34+
- Message::getMessageId() returns wrong value #197
35+
- Message date validation extended #45 #192
36+
- Removed "-i" from "iso-8859-8-i" in Message::parseBody #146
37+
38+
### Added
39+
- Message::getFolder() method
40+
- Create a fast count method for queries #216
41+
- STARTTLS encryption alias added
42+
- Mailbox fetching exception added #201
43+
- Message::moveToFolder() fetches new Message::class afterwards #31
44+
- Message structure accessor added #182
45+
- Shadow Imap const class added #188
46+
- Connectable "NOT" queries added
47+
- Additional where methods added
48+
- Message attribute handling changed
49+
- Attachment attribute handling changed
50+
- Message flag handling updated
51+
- Message::getHTMLBody($callback) extended
52+
- Masks added (take look at the examples for more information on masks)
53+
- More examples added
54+
- Query::paginate() method added
55+
- Imap client timeout can be modified and read #186
56+
- Decoder config options added #175
57+
- Message search criteria "NOT" added #181
58+
- Invalid message date exception added
59+
- Blade examples
60+
61+
### Breaking changes
62+
- Message::moveToFolder() returns either a Message::class instance or null and not a boolean
63+
- Folder::fullName is now Folder::full_name
64+
- Attachment::image_src might no longer work as expected - use Attachment::getImageSrc() instead
65+
66+
### Affected Classes
67+
- [Folder::class](src/Folder.php)
68+
- [Client::class](src/Client.php)
69+
- [Message::class](src/Message.php)
70+
- [Attachment::class](src/Attachment.php)
71+
- [Query::class](src/Query/Query.php)
72+
- [WhereQuery::class](src/Query/WhereQuery.php)
73+
1774
## 0.0.3 - 2018-12-02
1875
### Fixed
1976
- Folder delimiter check added #137

0 commit comments

Comments
 (0)