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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,14 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
7
7
## [UNRELEASED]
8
8
### Fixed
9
9
- Prevent text bodies from being fetched as attachment #27
10
+
- Missing variable check added to prevent exception while parsing an address [webklex/laravel-imap #356](https://github.com/Webklex/laravel-imap/issues/356)
10
11
11
12
### Added
12
13
- NaN
13
14
14
15
### Affected Classes
15
16
-[Message::class](src/Message.php)
17
+
-[Header::class](src/Header.php)
16
18
17
19
### Breaking changes
18
20
- Text bodies might no longer get fetched as attachment
0 commit comments