Commit 4d06305b authored by Riccardo Padovani's avatar Riccardo Padovani

Added invisimail module

parent 69a83a6a
This diff is collapsed.
<?php
// $Id: invisimail.api.php,v 1.1.2.1 2010/11/18 22:36:56 crell Exp $
/**
* Defines encoders available to invisimail to get turned into formatters.
*/
function hook_invisimail_encoder_info() {
}
/**
* Allows modules to alter the encoder definitions provided by other modules.
*/
function hook_invisimail_encoder_info_alter(&$encoders) {
}
\ No newline at end of file
; $Id: invisimail.info,v 1.1.4.1.2.2 2010/11/18 21:01:13 crell Exp $
name = Invisimail
description = Attempts to thwart spam-bots by encoding email addresses.
dependencies[] = filter
core = 7.x
files[] = invisimail.module
; Information added by drupal.org packaging script on 2011-01-06
version = "7.x-1.1"
core = "7.x"
project = "invisimail"
datestamp = "1294290657"
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment