@@ -140,7 +140,7 @@ You can define your accounts inside the `config/imap.php` file:
140140## Documentation
141141### \Webklex\IMAP\Client
142142| Method | Arguments | Return | Description |
143- | --------------------- | : ---------------------------------------------------: | :---------------: | ----------------------------------------------------------------------------------------------------------------------------: |
143+ | --------------------- | ----------------------------------------------------- | :---------------: | ---------------------------------------------------------------------------------------------------------------------------- |
144144| setConfig | array $config | self | Set the Client configuration. Take a look at ` config/imap.php ` for more inspiration. |
145145| setReadOnly | bool $readOnly | self | Set read only property and reconnect if it's necessary. |
146146| isReadOnly | | bool | Determine if connection is in read only mode. |
@@ -163,21 +163,21 @@ You can define your accounts inside the `config/imap.php` file:
163163| checkCurrentMailbox | | object | Check current mailbox |
164164
165165### \Webklex\IMAP\Message
166- | Method | Arguments | Return | Description |
167- | --------------------- | : ---------------------------------------------------: | :--------------- : | ---------------------------------------: |
168- | delete | | | Delete the current Message |
169- | restore | | | Restore a deleted Message |
170- | copy | string $mailbox, int $options | | Copy the current Messages to a mailbox |
171- | move | string $mailbox, int $options | | Move the current Messages to a mailbox |
172- | moveToFolder | string $mailbox | | Move the Message into an other Folder |
173- | hasTextBody | | | Check if the Message has a text body |
174- | hasHTMLBody | | | Check if the Message has a html body |
175- | getTextBody | | | Get the Message text body |
176- | getHTMLBody | | | Get the Message html body |
166+ | Method | Arguments | Return | Description |
167+ | --------------------- | ----------------------------- | :-----: | ---------------------------------------- |
168+ | delete | | | Delete the current Message |
169+ | restore | | | Restore a deleted Message |
170+ | copy | string $mailbox, int $options | | Copy the current Messages to a mailbox |
171+ | move | string $mailbox, int $options | | Move the current Messages to a mailbox |
172+ | moveToFolder | string $mailbox | | Move the Message into an other Folder |
173+ | hasTextBody | | | Check if the Message has a text body |
174+ | hasHTMLBody | | | Check if the Message has a html body |
175+ | getTextBody | | string | Get the Message text body |
176+ | getHTMLBody | | string | Get the Message html body |
177177
178178### \Webklex\IMAP\Folder
179179| Method | Arguments | Return | Description |
180- | --------------------- | : -------------------------------------------------------: | :---------------: | ------------------------------------------------: |
180+ | --------------------- | --------------------------------------------------------- | :---------------: | ------------------------------------------------- |
181181| hasChildren | | bool | Determine if folder has children. |
182182| setChildren | array $children | self | Set children. |
183183| getMessages | string $criteria | array | Get messages. |
0 commit comments