PHP Класс IMP_Mbox_Generate, horde

Автор: Didi Rieder ([email protected])
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

generate() публичный Метод

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.
Результат resource A stream resource containing the text of a mbox format mailbox file.