Skip to content

Commit 4b6ca8c

Browse files
committed
Typo fixed
1 parent 6aa44d0 commit 4b6ca8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ foreach($folders as $folder){
176176
echo $message->getHTMLBody();
177177

178178
//Move the current Message to 'INBOX.read'
179-
if($message->moveToFolder('INBOX.read') == true){
179+
if($message->move('INBOX.read') == true){
180180
echo 'Message has ben moved';
181181
}else{
182182
echo 'Message could not be moved';

0 commit comments

Comments
 (0)