You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| getFolder | string $folder_name, int $attributes = 32, int or null $delimiter | Folder | Get a Folder instance by name |
280
-
| getFolders | bool $hierarchical, string or null $parent_folder |array | Get folders list. If hierarchical order is set to true, it will make a tree of folders, otherwise it will return flat array. |
280
+
| 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. |
281
281
| openFolder | Folder $folder, $attempts || Open a given folder. |
282
282
| createFolder | string $name || Create a new folder. |
283
283
| getMessages | Folder $folder, string $criteria, bool $parse_body | MessageCollection | Get messages from folder. |
0 commit comments