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 d7309b2 commit 36198d1Copy full SHA for 36198d1
README.md
@@ -94,7 +94,7 @@ foreach($folders as $folder){
94
95
//Move the current Message to 'INBOX.read'
96
if($message->move('INBOX.read') == true){
97
- echo 'Message has ben moved';
+ echo 'Message has been moved';
98
}else{
99
echo 'Message could not be moved';
100
}
0 commit comments