Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistPop3Retrieve.inc
Go to the documentation of this file.
1 <?php
7 $plugin = array(
8  'name' => 'Mailinglist Pop3',
9  'description' => 'Retrieves mail from a Pop3 mailbox.',
10  'handler' => array(
11  'class' => 'MailinglistPop3Retrieve',
12  'parent' => 'MailinglistRetrieve'
13  ),
14  'file' => 'MailinglistPop3Retrieve.class.php',
15 );