You are here

MailhandlerParser.inc in Mailhandler 6.2

Same filename and directory in other branches
  1. 7.2 plugins/feeds/plugins/MailhandlerParser.inc

File

plugins/feeds/plugins/MailhandlerParser.inc
View source
<?php

/**
 * @file
 * MailhandlerParser class.
 */
$plugin = array(
  'name' => 'Mailhandler IMAP stream parser',
  'description' => 'Parses an IMAP stream.',
  'handler' => array(
    'parent' => 'FeedsParser',
    'class' => 'MailhandlerParser',
  ),
);