You are here

README.txt in Mailhandler 6.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Overview
 * Features
 * More documentation

OVERVIEW
--------

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
Commands capability.

FEATURES
--------

Mailhandler 2.x leans on other frameworks where possible in order to
reduce the amount of code that lives in Mailhandler itself when that code 
consists of patterns better provided by other library or framework modules.

- Retrieve mail from any IMAP / POP3 mailbox using a variety of settings, and
  export/import mailbox configurations using CTools / Features.
- Extensible authentication system- authenticate users by matching "from"
  address to Drupal user accounts, or by using more advanced token- and
  password-based authentication methods
- Extensible commands system- set node properties and CCK fields using a
  simple key: value system, or use more complex command plugins.
- Filters allow you to strip signatures and other cruft from messages.

MORE DOCUMENTATION
------------------

See the INSTALL.txt for setup instructions.

More documentation is located at http://drupal.org/handbook/modules/mailhandler
which discusses topics such as how to configure mailboxes for specific email
providers.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Overview
  4. * Features
  5. * More documentation
  6. OVERVIEW
  7. --------
  8. The Mailhandler module allows registered users to create or edit nodes and
  9. comments via email. Authentication is usually based on the From: email address.
  10. Users may post taxonomy terms, teasers, and other node parameters using the
  11. Commands capability.
  12. FEATURES
  13. --------
  14. Mailhandler 2.x leans on other frameworks where possible in order to
  15. reduce the amount of code that lives in Mailhandler itself when that code
  16. consists of patterns better provided by other library or framework modules.
  17. - Retrieve mail from any IMAP / POP3 mailbox using a variety of settings, and
  18. export/import mailbox configurations using CTools / Features.
  19. - Extensible authentication system- authenticate users by matching "from"
  20. address to Drupal user accounts, or by using more advanced token- and
  21. password-based authentication methods
  22. - Extensible commands system- set node properties and CCK fields using a
  23. simple key: value system, or use more complex command plugins.
  24. - Filters allow you to strip signatures and other cruft from messages.
  25. MORE DOCUMENTATION
  26. ------------------
  27. See the INSTALL.txt for setup instructions.
  28. More documentation is located at http://drupal.org/handbook/modules/mailhandler
  29. which discusses topics such as how to configure mailboxes for specific email
  30. providers.