CHANGELOG.txt |
CHANGELOG.txt |
|
mailhandler 6.x-1.x-dev
=======================
by ilo: fixed some warnings for missing variables.
by ilo: remove taxonomy dependency for commands parsing.
Issue #1159604 by ilo: Watchdog messages about deprecated functions.
Issue #1045738 by ilo:… |
mailhandler.admin.inc |
mailhandler.admin.inc |
|
Administrator pages for the Mailhandler module. |
mailhandler.api.php |
mailhandler.api.php |
|
Hooks provided by the Mailhandler module. |
mailhandler.info |
mailhandler.info |
|
name = Mailhandler
description = Accepts content submissions via e-mail.
core = 6.x |
mailhandler.install |
mailhandler.install |
|
Install, uninstall, schema and update functions for Mailhandler module. |
mailhandler.module |
mailhandler.module |
|
Mailhandler module code. |
mailhandler.retrieve.inc |
mailhandler.retrieve.inc |
|
Mailbox connection code. |
mailhandler.test |
mailhandler.test |
|
Simpletest case for mailhandler module. |
README.txt |
README.txt |
|
# $Id$
Summary
-------
The Mailhandler module allows registered users to create or edit content (nodes
and comments) via email. Authentication is usually based on email addres of the
'From:' e-mail header, but can be extended to use… |