File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,11 @@ $oClient->connect();
9494$aMailboxes = $oClient->getFolders();
9595
9696//Loop through every Mailbox
97+ /** @var \Webklex\IMAP\Folder $oMailbox */
9798foreach($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
You can’t perform that action at this time.
0 commit comments