Skip to content

Commit c0abab3

Browse files
committed
Documentation for new methods added
1 parent 82ac9f1 commit c0abab3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,12 @@ $aMessage = $oFolder->getMessages('ALL', null, false, false);
294294
| disconnect | | | Disconnect from server. |
295295
| getFolder | string $folder_name, int $attributes = 32, int or null $delimiter | Folder | Get a Folder instance by name |
296296
| getFolders | bool $hierarchical, string or null $parent_folder | FolderCollection | Get folders list. If hierarchical order is set to true, it will make a tree of folders, otherwise it will return flat array. |
297-
| openFolder | Folder $folder, $attempts | | Open a given folder. |
298-
| createFolder | string $name | | Create a new folder. |
299-
| getMessages | Folder $folder, string $criteria, bool $fetch_body, bool $fetch_attachment | MessageCollection | Get messages from folder. |
300-
| getUnseenMessages | Folder $folder, string $criteria, bool $fetch_body, bool $fetch_attachment | MessageCollection | Get Unseen messages from folder. |
297+
| openFolder | Folder $folder, integer $attempts | | Open a given folder. |
298+
| createFolder | string $name | boolean | Create a new folder. |
299+
| renameFolder | string $old_name, string $new_name | boolean | Rename a folder. |
300+
| deleteFolder | string $name | boolean | Delete a folder. |
301+
| getMessages | Folder $folder, string $criteria, bool $fetch_body, bool $fetch_attachment | MessageCollection | Get messages from folder. |
302+
| getUnseenMessages | Folder $folder, string $criteria, bool $fetch_body, bool $fetch_attachment | MessageCollection | Get Unseen messages from folder. |
301303
| searchMessages | array $where, Folder $folder, $fetch_options, bool $fetch_body, string $charset, bool $fetch_attachment | MessageCollection | Get specific messages from a given folder. |
302304
| getQuota | | array | Retrieve the quota level settings, and usage statics per mailbox |
303305
| getQuotaRoot | string $quota_root | array | Retrieve the quota settings per user |

0 commit comments

Comments
 (0)