You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allow boundaries ending with a space or semicolon (thanks [@smartilabs](https://github.com/smartilabs))
35
+
- Ignore IMAP DONE command response
36
+
- Default `options.fetch` set to `IMAP::FT_PEEK`
37
+
- Address parsing fixed
38
+
- Alternative rfc822 header parsing fixed
39
+
- Parse more than one header key
40
+
- Fetch folder overview fixed
41
+
-`Message::getTextBody()` fallback value fixed
10
42
11
43
### Added
12
44
- Default folder locations added
45
+
- Search for messages by message-Id
46
+
- Search for messages by In-Reply-To
47
+
- Message threading added `Message::thread()`
48
+
- Default folder locations added
49
+
- Set fetch order during query [@Max13](https://github.com/Max13)
50
+
- Missing message setter methods added
51
+
-`Folder::overview()` method added to fetch all headers of all messages in the current folder
52
+
- Force a folder to be opened
53
+
- Proxy support added
54
+
- Flexible disposition support added
55
+
- New `options.message_key` option `uid` added
56
+
- Protocol UID support added
57
+
- Flexible sequence type support added
13
58
14
59
### Breaking changes
15
-
- NaN
60
+
- Depending on your configuration, your certificates actually get checked. Which can cause an aborted connection if the certificate can not be validated.
61
+
- Messages don't get flagged as read unless you are using your own custom config.
62
+
- All `Header::class` attribute keys are now in a snake_format and no longer minus-separated.
63
+
-`Message::getTextBody()` no longer returns false if no text body is present. `null` is returned instead.
0 commit comments