Skip to content

Commit

Permalink
Version information added
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Aug 4, 2018
1 parent db2cb21 commit 22ef428
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [UNRELEASED]
### Fixed
- Message subjects and attachment names will now be decoded with a guessed encoding #97 #107
- NaN

### Added
- NaN

### Affected Classes
- NaN

## [1.2.6] - 2018-08-04
### Fixed
- Message subjects and attachment names will now be decoded with a guessed encoding #97 #107

### Added
- Expunge option added to critical imap operations

### Affected Classes
- [Folder::class](src/IMAP/Folder.php)
- [Client::class](src/IMAP/Client.php)
- [Message::class](src/IMAP/Message.php)
- [Attachment::class](src/IMAP/Attachment.php)

Expand Down

0 comments on commit 22ef428

Please sign in to comment.