You are here

public function MailhandlerParser::sourceDefaults in Mailhandler 6.2

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

Define defaults.

Overrides FeedsPlugin::sourceDefaults

File

plugins/feeds/plugins/MailhandlerParser.class.php, line 28
MailhandlerParser class.

Class

MailhandlerParser
Parses an IMAP stream.

Code

public function sourceDefaults() {
  return array(
    'auth_required' => $this->config['auth_required'],
    'default_commands' => $this->config['default_commands'],
    'commands_failed_auth' => $this->config['commands_failed_auth'],
  );
}