Mail: Removing signatures, gpg, unnecessary line breaks

This commit is contained in:
Michael Vogel
2012-03-10 09:52:20 +01:00
parent cb1ecf2c5a
commit 15916a2cb7
3 changed files with 240 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
<?php
require_once("boot.php");
require_once("include/quoteconvert.php");
function poller_run($argv, $argc){
@@ -494,7 +493,7 @@ function poller_run($argv, $argc){
logger("Mail: can't fetch msg ".$msg_uid);
continue;
}
$datarray['body'] = escape_tags(convertquote($r['body'], false));
$datarray['body'] = escape_tags($r['body']);
logger("Mail: Importing ".$msg_uid);