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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
8
8
### Fixed
9
9
- Prevent text bodies from being fetched as attachment #27
10
10
- Missing variable check added to prevent exception while parsing an address [webklex/laravel-imap #356](https://github.com/Webklex/laravel-imap/issues/356)
11
+
- Missing variable check added to prevent exception while parsing a part subtype #27
12
+
- Missing variable check added to prevent exception while parsing a part content-type [webklex/laravel-imap #356](https://github.com/Webklex/laravel-imap/issues/356)
13
+
- Mixed message header attribute `in_reply_to` "unified" to be always an array #26
14
+
- Potential message moving / copying problem fixed #29
15
+
- Move messages by using `Protocol::moveMessage()` instead of `Protocol::copyMessage()` and `Message::delete()`#29
11
16
12
17
### Added
13
18
-`Protocol::moveMessage()` method added #29
@@ -18,6 +23,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
18
23
19
24
### Breaking changes
20
25
- Text bodies might no longer get fetched as attachment
26
+
-`Message::$in_reply_to` type changed from mixed to array
0 commit comments