File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments