Skip to content

Commit 3d56d6d

Browse files
committed
Message::class changes added
1 parent 239f6d0 commit 3d56d6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,12 @@ if you're just wishing a feature ;)
606606
| Method | Arguments | Return | Description |
607607
| --------------- | ----------------------------- | :------------------: | -------------------------------------- |
608608
| parseBody | | Message | Parse the Message body |
609-
| delete | | | Delete the current Message |
610-
| restore | | | Restore a deleted Message |
611-
| copy | string $mailbox, int $options | | Copy the current Messages to a mailbox |
612-
| move | string $mailbox, int $options | | Move the current Messages to a mailbox |
609+
| delete | boolean $expunge | boolean | Delete the current Message |
610+
| restore | boolean $expunge | boolean | Restore a deleted Message |
611+
| copy | string $mailbox, int $options | boolean | Copy the current Messages to a mailbox |
612+
| move | string $mailbox, int $options | boolean | Move the current Messages to a mailbox |
613613
| getContainingFolder | Folder or null $folder | Folder or null | Get the folder containing the message |
614-
| moveToFolder | string $mailbox, int $options | | Move the Message into an other Folder |
614+
| moveToFolder | string $mailbox, boolean $expunge, boolean $create_folder | Message | Move the Message into an other Folder |
615615
| setFlag | string or array $flag | boolean | Set one or many flags |
616616
| unsetFlag | string or array $flag | boolean | Unset one or many flags |
617617
| hasTextBody | | | Check if the Message has a text body |

0 commit comments

Comments
 (0)