Lines Matching refs:imap

20 …function imap_reopen(IMAP\Connection $imap, string $mailbox, int $flags = 0, int $retries = 0): bo…  argument
22 function imap_close(IMAP\Connection $imap, int $flags = 0): bool {} argument
24 function imap_num_msg(IMAP\Connection $imap): int|false {} argument
26 function imap_num_recent(IMAP\Connection $imap): int {} argument
28 function imap_headers(IMAP\Connection $imap): array|false {} argument
30 …function imap_headerinfo(IMAP\Connection $imap, int $message_num, int $from_length = 0, int $subje… argument
38 function imap_body(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
41 … function imap_fetchtext(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
43 …function imap_bodystruct(IMAP\Connection $imap, int $message_num, string $section): \stdClass|fals… argument
45 …function imap_fetchbody(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):… argument
47 …function imap_fetchmime(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):… argument
50 …function imap_savebody(IMAP\Connection $imap, $file, int $message_num, string $section = "", int $… argument
52 …function imap_fetchheader(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
54 …function imap_fetchstructure(IMAP\Connection $imap, int $message_num, int $flags = 0): \stdClass|f… argument
56 function imap_gc(IMAP\Connection $imap, int $flags): bool {} argument
58 function imap_expunge(IMAP\Connection $imap): bool {} argument
60 function imap_delete(IMAP\Connection $imap, string $message_nums, int $flags = 0): bool {} argument
62 function imap_undelete(IMAP\Connection $imap, string $message_nums, int $flags = 0): bool {} argument
64 function imap_check(IMAP\Connection $imap): \stdClass|false {} argument
66 …function imap_listscan(IMAP\Connection $imap, string $reference, string $pattern, string $content)… argument
69 …function imap_scan(IMAP\Connection $imap, string $reference, string $pattern, string $content): ar… argument
72 …function imap_scanmailbox(IMAP\Connection $imap, string $reference, string $pattern, string $conte… argument
74 …function imap_mail_copy(IMAP\Connection $imap, string $message_nums, string $mailbox, int $flags =… argument
76 …function imap_mail_move(IMAP\Connection $imap, string $message_nums, string $mailbox, int $flags =… argument
80 function imap_createmailbox(IMAP\Connection $imap, string $mailbox): bool {} argument
83 function imap_create(IMAP\Connection $imap, string $mailbox): bool {} argument
85 function imap_renamemailbox(IMAP\Connection $imap, string $from, string $to): bool {} argument
88 function imap_rename(IMAP\Connection $imap, string $from, string $to): bool {} argument
90 function imap_deletemailbox(IMAP\Connection $imap, string $mailbox): bool {} argument
92 function imap_subscribe(IMAP\Connection $imap, string $mailbox): bool {} argument
94 function imap_unsubscribe(IMAP\Connection $imap, string $mailbox): bool {} argument
96 …function imap_append(IMAP\Connection $imap, string $folder, string $message, ?string $options = nu… argument
98 function imap_ping(IMAP\Connection $imap): bool {} argument
110 function imap_status(IMAP\Connection $imap, string $mailbox, int $flags): \stdClass|false {} argument
112 function imap_mailboxmsginfo(IMAP\Connection $imap): \stdClass {} argument
114 …function imap_setflag_full(IMAP\Connection $imap, string $sequence, string $flag, int $options = 0… argument
116 …function imap_clearflag_full(IMAP\Connection $imap, string $sequence, string $flag, int $options =… argument
118 …function imap_sort(IMAP\Connection $imap, int $criteria, bool $reverse, int $flags = 0, ?string $s… argument
120 function imap_uid(IMAP\Connection $imap, int $message_num): int|false {} argument
122 function imap_msgno(IMAP\Connection $imap, int $message_uid): int {} argument
124 function imap_list(IMAP\Connection $imap, string $reference, string $pattern): array|false {} argument
127 …function imap_listmailbox(IMAP\Connection $imap, string $reference, string $pattern): array|false … argument
129 function imap_lsub(IMAP\Connection $imap, string $reference, string $pattern): array|false {} argument
132 …function imap_listsubscribed(IMAP\Connection $imap, string $reference, string $pattern): array|fal… argument
134 …function imap_getsubscribed(IMAP\Connection $imap, string $reference, string $pattern): array|fals… argument
136 …function imap_getmailboxes(IMAP\Connection $imap, string $reference, string $pattern): array|false… argument
138 …function imap_fetch_overview(IMAP\Connection $imap, string $sequence, int $flags = 0): array|false… argument
146 …function imap_search(IMAP\Connection $imap, string $criteria, int $flags = SE_FREE, string $charse… argument
160 function imap_thread(IMAP\Connection $imap, int $flags = SE_FREE): array|false {} argument
165 function imap_get_quota(IMAP\Connection $imap, string $quota_root): array|false {} argument
167 function imap_get_quotaroot(IMAP\Connection $imap, string $mailbox): array|false {} argument
169 function imap_set_quota(IMAP\Connection $imap, string $quota_root, int $mailbox_size): bool {} argument
171 …function imap_setacl(IMAP\Connection $imap, string $mailbox, string $user_id, string $rights): boo… argument
173 function imap_getacl(IMAP\Connection $imap, string $mailbox): array|false {} argument