mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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))
|
||||
{
|
||||
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");
|
||||
$message .= $bodyAppend;
|
||||
|
Loading…
Reference in New Issue
Block a user