Skip to content

Commit f3e8628

Browse files
authored
Merge pull request #3 from gilbert1995/patch-1
Update README.md
2 parents bb9b404 + a624630 commit f3e8628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ $oClient->connect();
9494
$aMailboxes = $oClient->getFolders();
9595

9696
//Loop through every Mailbox
97+
/** @var \Webklex\IMAP\Folder $oMailbox */
9798
foreach($aMailboxes as $oMailbox){
9899

99100
//Get all Messages of the current Mailbox
101+
/** @var \Webklex\IMAP\Message $oMessage */
100102
foreach($oMailbox->getMessages() as $oMessage){
101103
echo $oMessage->subject.'<br />';
102104
echo $oMessage->getHTMLBody(true);
@@ -170,4 +172,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
170172
[link-scrutinizer]: https://scrutinizer-ci.com/g/Webklex/laravel-imap/code-structure
171173
[link-code-quality]: https://scrutinizer-ci.com/g/Webklex/laravel-imap
172174
[link-downloads]: https://packagist.org/packages/Webklex/laravel-imap
173-
[link-author]: https://github.com/webklex
175+
[link-author]: https://github.com/webklex

0 commit comments

Comments
 (0)