@@ -133,7 +133,7 @@ You can define your accounts inside the `config/imap.php` file:
133133```
134134
135135## Documentation
136- ### \Webklex\ IMAP\ Client
136+ ### [ Client::class ] ( src/ IMAP/ Client.php )
137137| Method | Arguments | Return | Description |
138138| --------------------- | ------------------------------------------------- | :-----: | ---------------------------------------------------------------------------------------------------------------------------- |
139139| setConfig | array $config | self | Set the Client configuration. Take a look at ` config/imap.php ` for more inspiration. |
@@ -157,7 +157,7 @@ You can define your accounts inside the `config/imap.php` file:
157157| expunge | | bool | Delete all messages marked for deletion |
158158| checkCurrentMailbox | | object | Check current mailbox |
159159
160- ### \Webklex\ IMAP\ Message
160+ ### [ Message::class ] ( src/ IMAP/ Message.php )
161161| Method | Arguments | Return | Description |
162162| -------------- | ----------------------------- | :---------: | -------------------------------------- |
163163| delete | | | Delete the current Message |
@@ -171,7 +171,7 @@ You can define your accounts inside the `config/imap.php` file:
171171| getHTMLBody | | string | Get the Message html body |
172172| getAttachments | | collection | Get all message attachments |
173173
174- ### \Webklex\ IMAP\ Folder
174+ ### [ Folder::class ] ( src/ IMAP/ Folder.php )
175175| Method | Arguments | Return | Description |
176176| ------------- | ------------------------------------------------------- | :-----: | ---------------------------------------------- |
177177| hasChildren | | bool | Determine if folder has children. |
0 commit comments