Search Results

  1. 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.

  2. PHPIMAP 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.

  3. 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

  4. 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.

  5. Execute imap_list Online. Info and examples on imap_list PHP Function from IMAP, POP3 and NNTP - Mail Related Extensions

  6. Description imap_list ( resource $imap_stream , string $ref , string $pattern ) : array Read the list of mailboxes.

  7. Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8 Read the list of mailboxes Alias imap_listmailbox