mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
further improvement for the import of Mail messages
This commit is contained in:
parent
402c0308dd
commit
b82110bcd7
@ -1385,7 +1385,10 @@ class uiinfolog
|
|||||||
while(list($key,$value) = @each($newBody))
|
while(list($key,$value) = @each($newBody))
|
||||||
{
|
{
|
||||||
if (trim($value) != '') {
|
if (trim($value) != '') {
|
||||||
if ($value != "\r") $value .= "\n";
|
#if ($value != "\r") $value .= "\n";
|
||||||
|
} else {
|
||||||
|
// if you want to strip all empty lines uncomment the following
|
||||||
|
#continue;
|
||||||
}
|
}
|
||||||
$bodyAppend = $bofelamimail->wordwrap($value,75,"\n");
|
$bodyAppend = $bofelamimail->wordwrap($value,75,"\n");
|
||||||
$message .= $bodyAppend;
|
$message .= $bodyAppend;
|
||||||
|
Loading…
Reference in New Issue
Block a user