mailhandler.css |
mailhandler.css |
|
div.email {
font-family: 'Courier New', Courier, monospace;
font-size: 0.95em;
background-color: #f0f0f0;
margin: 5px 0px;
line-height: 110%;
padding: 5px;
overflow: auto;
height: auto;
border: 1px solid;
text-align:… |
mailhandler.info |
mailhandler.info |
|
; $Id $
name = Mailhandler
description = "Accepts submissions via e-mail." |
mailhandler.install |
mailhandler.install |
|
|
mailhandler.module |
mailhandler.module |
|
|
README.txt |
README.txt |
|
Readme
------
The Mailhandler module allows registered users to create or edit nodes and comments via email. Authentication
is usually based on the From: email address. Users may post taxonomy terms, teasers, and other node parameters using the… |