You are here

public function MailhandlerFetcher::sourceDefaults in Mailhandler 7.2

Same name and namespace in other branches
  1. 6.2 plugins/feeds/plugins/MailhandlerFetcher.class.php \MailhandlerFetcher::sourceDefaults()

Define defaults.

File

plugins/feeds/plugins/MailhandlerFetcher.class.php, line 68
Checks for new messages in a mailbox (IMAP, POP3, etc...).

Class

MailhandlerFetcher
Implementation of FeedsFetcher.

Code

public function sourceDefaults() {
  return array(
    'source' => '',
  );
}