Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Sep 24, 2020
1 parent 4932ce5 commit df94e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $folders = $oClient->getFolders();
/** @var \Webklex\PHPIMAP\Folder $folder */
foreach($folders as $folder){

//Get all Messages of the current Mailbox $oFolder
//Get all Messages of the current Mailbox $folder
/** @var \Webklex\PHPIMAP\Support\MessageCollection $messages */
$messages = $folder->messages()->all()->get();

Expand Down

0 comments on commit df94e43

Please sign in to comment.