Lines Matching defs:imap

13 function imap_reopen($imap, string $mailbox, int $flags = 0, int $retries = 0): bool {}
18 function imap_close($imap, int $flags = 0): bool {}
21 function imap_num_msg($imap): int|false {}
24 function imap_num_recent($imap): int {}
27 function imap_headers($imap): array|false {}
30 function imap_headerinfo($imap, int $message_num, int $from_length = 0, int $subject_length = 0): s…
39 function imap_body($imap, int $message_num, int $flags = 0): string|false {}
45 function imap_fetchtext($imap, int $message_num, int $flags = 0): string|false {}
51 function imap_bodystruct($imap, int $message_num, string $section) {}
54 function imap_fetchbody($imap, int $message_num, string $section, int $flags = 0): string|false {}
57 function imap_fetchmime($imap, int $message_num, string $section, int $flags = 0): string|false {}
63 function imap_savebody($imap, $file, int $message_num, string $section = "", int $flags = 0): bool …
66 function imap_fetchheader($imap, int $message_num, int $flags = 0): string|false {}
69 function imap_fetchstructure($imap, int $message_num, int $flags = 0): stdClass|false {}
74 function imap_gc($imap, int $flags): bool {}
79 function imap_expunge($imap): bool {}
84 function imap_delete($imap, string $message_nums, int $flags = 0): bool {}
89 function imap_undelete($imap, string $message_nums, int $flags = 0): bool {}
92 function imap_check($imap): stdClass|false {}
95 function imap_listscan($imap, string $reference, string $pattern, string $content): array|false {}
101 function imap_scan($imap, string $reference, string $pattern, string $content): array|false {}
107 function imap_scanmailbox($imap, string $reference, string $pattern, string $content): array|false …
110 function imap_mail_copy($imap, string $message_nums, string $mailbox, int $flags = 0): bool {}
113 function imap_mail_move($imap, string $message_nums, string $mailbox, int $flags = 0): bool {}
118 function imap_createmailbox($imap, string $mailbox): bool {}
124 function imap_create($imap, string $mailbox): bool {}
127 function imap_renamemailbox($imap, string $from, string $to): bool {}
133 function imap_rename($imap, string $from, string $to): bool {}
136 function imap_deletemailbox($imap, string $mailbox): bool {}
139 function imap_subscribe($imap, string $mailbox): bool {}
142 function imap_unsubscribe($imap, string $mailbox): bool {}
145 function imap_append($imap, string $folder, string $message, ?string $options = null, ?string $inte…
148 function imap_ping($imap): bool {}
164 function imap_status($imap, string $mailbox, int $flags) {}
167 function imap_mailboxmsginfo($imap): stdClass {}
170 function imap_setflag_full($imap, string $sequence, string $flag, int $options = 0): bool {}
173 function imap_clearflag_full($imap, string $sequence, string $flag, int $options = 0): bool {}
176 function imap_sort($imap, int $criteria, bool $reverse, int $flags = 0, ?string $search_criteria = …
179 function imap_uid($imap, int $message_num): int|false {}
182 function imap_msgno($imap, int $message_uid): int {}
185 function imap_list($imap, string $reference, string $pattern): array|false {}
191 function imap_listmailbox($imap, string $reference, string $pattern): array|false {}
194 function imap_lsub($imap, string $reference, string $pattern): array|false {}
200 function imap_listsubscribed($imap, string $reference, string $pattern): array|false {}
203 function imap_getsubscribed($imap, string $reference, string $pattern): array|false {}
206 function imap_getmailboxes($imap, string $reference, string $pattern): array|false {}
209 function imap_fetch_overview($imap, string $sequence, int $flags = 0): array|false {}
218 function imap_search($imap, string $criteria, int $flags = SE_FREE, string $charset = ""): array|fa…
233 function imap_thread($imap, int $flags = SE_FREE): array|false {}
239 function imap_get_quota($imap, string $quota_root): array|false {}
242 function imap_get_quotaroot($imap, string $mailbox): array|false {}
245 function imap_set_quota($imap, string $quota_root, int $mailbox_size): bool {}
248 function imap_setacl($imap, string $mailbox, string $user_id, string $rights): bool {}
251 function imap_getacl($imap, string $mailbox): array|false {}