MailhandlerParser.inc in Mailhandler 6.2
Same filename and directory in other branches
File
plugins/feeds/plugins/MailhandlerParser.incView source
<?php
/**
* @file
* MailhandlerParser class.
*/
$plugin = array(
'name' => 'Mailhandler IMAP stream parser',
'description' => 'Parses an IMAP stream.',
'handler' => array(
'parent' => 'FeedsParser',
'class' => 'MailhandlerParser',
),
);