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 c0abab3 commit 1a7973eCopy full SHA for 1a7973e
CHANGELOG.md
@@ -6,10 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## [UNRELEASED]
8
### Fixed
9
-- NaN
+- Client::createFolder($name) fixed #91
10
11
### Added
12
- Connection validation added
13
+- Client::renameFolder($old_name, $new_name) and Client::deleteFolder($name) methods added #91
14
+- Find the folder containing a message #92
15
16
### Affected Classes
17
- [Client::class](src/IMAP/Client.php)
0 commit comments