Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cglusky/mail2web
- Owner: cglusky
- License: gpl-2.0
- Created: 2009-01-18T16:18:04.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-18T19:08:24.000Z (almost 16 years ago)
- Last Synced: 2024-04-21T01:01:17.063Z (8 months ago)
- Homepage: http://metanomy.org
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
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.