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
| 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. |
283
283
| openFolder | Folder $folder, $attempts || Open a given folder. |
284
284
| createFolder | string $name || Create a new folder. |
285
-
| getMessages | Folder $folder, string $criteria, bool $parse_body| MessageCollection | Get messages from folder. |
286
-
| getUnseenMessages | Folder $folder, string $criteria, bool $parse_body| MessageCollection | Get Unseen messages from folder. |
287
-
| searchMessages | array $where, Folder $folder, $fetch_options, bool $parse_body, string $charset | MessageCollection | Get specific messages from a given folder. |
285
+
| getMessages | Folder $folder, string $criteria, bool $fetch_body, bool $fetch_attachment| MessageCollection | Get messages from folder. |
286
+
| getUnseenMessages | Folder $folder, string $criteria, bool $fetch_body, bool $fetch_attachment| MessageCollection | Get Unseen messages from folder. |
287
+
| searchMessages | array $where, Folder $folder, $fetch_options, bool $fetch_body, string $charset, bool $fetch_attachment| MessageCollection | Get specific messages from a given folder. |
288
288
| getQuota || array | Retrieve the quota level settings, and usage statics per mailbox |
289
289
| getQuotaRoot | string $quota_root | array | Retrieve the quota settings per user |
290
290
| countMessages || int | Gets the number of messages in the current mailbox |
| 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. |
339
+
| getMessage | integer $uid, integer or null $msglist, int or null fetch_options, bool $fetch_body, bool $fetch_attachment| Message | Get a specific message from folder. |
340
+
| getMessages | string $criteria, bool $fetch_body, bool $fetch_attachment| MessageCollection | Get messages from folder. |
341
+
| getUnseenMessages | string $criteria, bool $fetch_body, bool $fetch_attachment| MessageCollection | Get Unseen messages from folder. |
342
+
| searchMessages | array $where, $fetch_options, bool $fetch_body, string $charset, bool $fetch_attachment| MessageCollection | Get specific messages from a given folder. |
343
343
| delete ||| Delete the current Mailbox |
344
344
| move | string $mailbox || Move or Rename the current Mailbox |
345
345
| getStatus | integer $options | object | Returns status information on a mailbox |
0 commit comments