Skip to content

Commit f7ce01a

Browse files
committed
Changelog updated
1 parent c8051a5 commit f7ce01a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
88
### Fixed
99
- Prevent text bodies from being fetched as attachment #27
1010
- 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
1116

1217
### Added
1318
- `Protocol::moveMessage()` method added #29
@@ -18,6 +23,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1823

1924
### Breaking changes
2025
- Text bodies might no longer get fetched as attachment
26+
- `Message::$in_reply_to` type changed from mixed to array
2127

2228
## [2.1.13] - 2020-10-13
2329
### Fixed

0 commit comments

Comments
 (0)