MailhandlerRetrieve.inc in Mailhandler 6.2
Same filename and directory in other branches
File
plugins/mailhandler/retrieve/MailhandlerRetrieve.incView source
<?php
/**
* @file
* MailhandlerRetrieve class.
*/
$plugin = array(
'hidden' => TRUE,
'handler' => array(
'class' => 'MailhandlerRetrieve',
),
'file' => 'MailhandlerRetrieve.class.php',
);