You are here

MailhandlerFetcher.inc in Mailhandler 6.2

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

File

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

/**
 * @file
 * Checks for new messages in a mailbox (IMAP, POP3, etc...).
 */
$plugin = array(
  'name' => 'Mailhandler fetcher',
  'description' => 'Connects to an IMAP/POP mailbox.',
  'handler' => array(
    'parent' => 'FeedsFetcher',
    'class' => 'MailhandlerFetcher',
  ),
);