Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistPhpImapRetrieve.inc
Go to the documentation of this file.
1 <?php
7 $plugin = array(
8  'name' => 'Mailinglist PHP IMAP',
9  'description' => 'Extends Mailhandlers Imap handler to get full headers of message',
10  'handler' => array(
11  'class' => 'MailinglistPhpImapRetrieve',
12  'parent' => 'MailinglistRetrieve'
13  ),
14  'file' => 'MailinglistPhpImapRetrieve.class.php',
15 );