@@ -332,20 +332,20 @@ $aMessage = $oFolder->getMessages('ALL', null, false);
332332| getRawBody | | mixed | Get the current raw message body |
333333
334334### [ Folder::class] ( src/IMAP/Folder.php )
335- | Method | Arguments | Return | Description |
336- | ----------------- | --------------------------------------------------------------- | :---------------: | ---------------------------------------------- |
337- | hasChildren | | bool | Determine if folder has children. |
338- | setChildren | array $children | self | Set children. |
339- | getMessage | integer $uid, integer or null $msglist | Message | Get a specific message from folder. |
340- | getMessages | string $criteria, bool $parse_body | MessageCollection | Get messages from folder. |
341- | getUnseenMessages | string $criteria, bool $parse_body | MessageCollection | Get Unseen messages from folder. |
342- | searchMessages | array $where, $fetch_options, bool $parse_body, string $charset | MessageCollection | Get specific messages from a given folder. |
343- | delete | | | Delete the current Mailbox |
344- | move | string $mailbox | | Move or Rename the current Mailbox |
345- | getStatus | integer $options | object | Returns status information on a mailbox |
346- | appendMessage | string $message, string $options, string $internal_date | bool | Append a string message to the current mailbox |
347- | getClient | | Client | Get the current Client instance |
348-
335+ | Method | Arguments | Return | Description |
336+ | ----------------- | ----------------------------------------------------------------------------------- | :---------------: | ---------------------------------------------- |
337+ | hasChildren | | bool | Determine if folder has children. |
338+ | setChildren | array $children | self | Set children. |
339+ | getMessage | integer $uid, integer or null $msglist, int or null fetch_options, bool $parse_body | Message | Get a specific message from folder. |
340+ | getMessages | string $criteria, bool $parse_body | MessageCollection | Get messages from folder. |
341+ | getUnseenMessages | string $criteria, bool $parse_body | MessageCollection | Get Unseen messages from folder. |
342+ | searchMessages | array $where, $fetch_options, bool $parse_body, string $charset | MessageCollection | Get specific messages from a given folder. |
343+ | delete | | | Delete the current Mailbox |
344+ | move | string $mailbox | | Move or Rename the current Mailbox |
345+ | getStatus | integer $options | object | Returns status information on a mailbox |
346+ | appendMessage | string $message, string $options, string $internal_date | bool | Append a string message to the current mailbox |
347+ | getClient | | Client | Get the current Client instance |
348+
349349### [ Attachment::class] ( src/IMAP/Attachment.php )
350350| Method | Arguments | Return | Description |
351351| -------------- | ------------------------------ | :------------: | ------------------------------------------------------ |
0 commit comments