We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d56d6d commit 6990abbCopy full SHA for 6990abb
CHANGELOG.md
@@ -6,10 +6,18 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## [UNRELEASED]
8
### Fixed
9
-- NaN
+- Problem with Message::moveToFolder() and multiple moves #31
10
+- Problem with encoding conversion #203
11
12
### Added
13
- Mailbox fetching exception added #201
14
+- Message::moveToFolder() fetches new Message::class afterwards #31
15
+
16
+### Affected Classes
17
+- [Message::class](src/IMAP/Message.php)
18
19
+### Breaking changes
20
+- Message::moveToFolder() returns either a Message::class instance or null and not a boolean
21
22
## [1.4.0] - 2019-03-18
23
0 commit comments