You are here

public function MailhandlerParser::sourceDefaults in Mailhandler 7.2

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

Define defaults.

File

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

Class

MailhandlerParser
Parses an IMAP stream.

Code

public function sourceDefaults() {
  return array(
    'auth_required' => TRUE,
    'default_commands' => 'status: 1',
    'commands_failed_auth' => 'status: 0',
  );
}