You are here

public function MailhandlerCommands::parse in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.2 plugins/mailhandler/commands/MailhandlerCommands.class.php \MailhandlerCommands::parse()

Parse commands from email body.

Parameters

$object: Node object of the node being built for submission.

1 method overrides MailhandlerCommands::parse()
MailhandlerCommandsDefault::parse in plugins/mailhandler/commands/MailhandlerCommandsDefault.class.php
Parse commands from email body.

File

plugins/mailhandler/commands/MailhandlerCommands.class.php, line 25
Definition of MailhandlerCommands class.

Class

MailhandlerCommands
Allows additional Feeds Processor sources to be mapped.

Code

public function parse(&$message, $source, $client) {
  return;
}