PHP Class IMP_Mbox_Generate, horde

Author: Didi Rieder ([email protected])
Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
generate ( mixed $mboxes ) : resource Generates a string that can be saved out to an mbox format mailbox file for a mailbox (or set of mailboxes), optionally including all subfolders of the selected mailbox(es) as well. All mailboxes will be output in the same string.

Method Details

generate() public méthode

Generates a string that can be saved out to an mbox format mailbox file for a mailbox (or set of mailboxes), optionally including all subfolders of the selected mailbox(es) as well. All mailboxes will be output in the same string.
public generate ( mixed $mboxes ) : resource
$mboxes mixed A mailbox name (UTF-8), or list of mailbox names, to generate a mbox file for.
Résultat resource A stream resource containing the text of a mbox format mailbox file.