Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cglusky/mail2web

Drupal 6 mail2web dev copy
https://github.com/cglusky/mail2web

Last synced: about 1 month ago
JSON representation

Drupal 6 mail2web dev copy

Awesome Lists containing this project

README

        

Unless otherwise noted everything in here is GPL

This is a development version of the Drupal 6 mail2web module

Based on my proposal here: http://drupal.org/node/351260

Please see main project page here http://drupal.org/project/mail2web

Due to $message now being passed as an object vice array this module depends on a Messaging version dated after Dec 25, 2008

There are several changes made to this module that have not been incorporated yet to the official version

1) Addition of message id to body of email to handle cases when email clients strip needed header info.
See http://drupal.org/node/290214
2) Handles changes made by email clients to the to address.
E.g. example@example gets changed to "example"
See http://drupal.org/node/290214
3) Removes extra text inserted by some mail clients when replying to an email.
E.g. "On 1 Jan example wrote"
*Note that this is not applied as a filter as in the D5 version.
This version actually removes the text before it is saved.
4) If the marker from mail2web settings can not be found then the entire email will be used as the comment body.
This allows for inline commenting, which was a feature request from user testing.