MailhandlerAuthenticateTokenauth.inc in Mailhandler 6.2
Same filename and directory in other branches
File
modules/mailhandler_tokenauth/plugins/mailhandler/authenticate/MailhandlerAuthenticateTokenauth.incView source
<?php
/**
* @file
* MailhandlerAuthenticateTokenauth class.
*/
$plugin = array(
'name' => '"Tokenauth" address authentication',
'description' => 'Authenticate messages based on tokens from Tokenauth',
'handler' => array(
'class' => 'MailhandlerAuthenticateTokenauth',
'parent' => 'MailhandlerAuthenticate',
),
);