File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Laravel IMAP is an easy way to integrate the native php imap library into your *
2222 - [ Search] ( #search-for-messages )
2323 - [ Result limiting] ( #result-limiting )
2424 - [ Pagination] ( #pagination )
25+ - [ View examples] ( #view-examples )
2526 - [ Fetch a specific message] ( #fetch-a-specific-message )
2627 - [ Message flags] ( #message-flags )
2728 - [ Attachments] ( #attachments )
@@ -361,6 +362,9 @@ $paginator = $oFolder->search()
361362```
362363> You can also paginate a Folder-, Attachment- or FlagCollection instance.
363364
365+ #### View examples
366+ You can find a few blade examples under [ /examples] ( /Webklex/laravel-imap/examples ) .
367+
364368#### Fetch a specific message
365369Get a specific message by uid (Please note that the uid is not unique and can change):
366370``` php
You can’t perform that action at this time.
0 commit comments