Search Results
If you pass pattern as ' * ', you will get a list of the entire mailbox hierarchy. ' % ' means to return the current level only. ' % ' as the pattern parameter will return only the top level mailboxes; ' ~/mail/% ' on UW_IMAPD will return every mailbox in the ~/mail directory, but none in subfolders of that directory.
PHP−IMAP functions helps you to access email accounts, IMAP stands for Internet Mail Access Protocol using these functions you can also work with NNTP, POP3 protocols and local mailbox access methods.
imap_list 15 nov. 2018 17 fois (PHP 4, PHP 5, PHP 7, PHP 8) imap_list — Lit la liste des boîtes aux lettres
If you pass pattern as ' * ', you will get a list of the entire mailbox hierarchy. ' % ' means to return the current level only. ' % ' as the pattern parameter will return only the top level mailboxes; ' ~/mail/% ' on UW_IMAPD will return every mailbox in the ~/mail directory, but none in subfolders of that directory.
Execute imap_list Online. Info and examples on imap_list PHP Function from IMAP, POP3 and NNTP - Mail Related Extensions
Description imap_list ( resource $imap_stream , string $ref , string $pattern ) : array Read the list of mailboxes.
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8 Read the list of mailboxes Alias imap_listmailbox
