You are here

MailhandlerCommandsHeaders.inc in Mailhandler 6.2

Same filename and directory in other branches
  1. 7.2 plugins/mailhandler/commands/MailhandlerCommandsHeaders.inc

File

plugins/mailhandler/commands/MailhandlerCommandsHeaders.inc
View source
<?php

/**
 * @file
 * MailhandlerCommandsHeaders class.
 */
$plugin = array(
  'name' => 'Headers processor',
  'description' => 'Provides IMAP headers as mapping sources.',
  'handler' => array(
    'class' => 'MailhandlerCommandsHeaders',
    'parent' => 'MailhandlerCommands',
  ),
  'weight' => 0,
);