User: developmentseed Branch: DRUPAL-6--1 Date: Fri, 13 Mar 2009 17:11:25 +0000 Modified files: /modules/mail2web INSTALL.txt /modules/mail2web/addon/mail2web_extras mail2web_extras.module /modules/mail2web mail2web.module Log message: break hook into two operations to allow for pre and post altering of the incoming email message. This will allow for actions to be take on the full text of the incoming email such as anything that appears below the delimiter. Once the incoming email has been split at the delimiter, further action can be taken using the hook's 'post' operation. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/mail2web/INSTALL.t... http://cvs.drupal.org/diff.php?path=contributions/modules/mail2web/addon/mai... http://cvs.drupal.org/diff.php?path=contributions/modules/mail2web/mail2web....