MailhandlerCommandsDefault.inc in Mailhandler 6.2
Same filename and directory in other branches
File
plugins/mailhandler/commands/MailhandlerCommandsDefault.incView source
<?php
/**
* @file
* MailhandlerCommandsDefault class.
*/
$plugin = array(
'name' => 'Default commands processor',
'description' => 'Default Mailhandler command parser and processor for nodes',
'handler' => array(
'class' => 'MailhandlerCommandsDefault',
'parent' => 'MailhandlerCommands',
),
);