Fix bug where big messages could not be saved to imap folder in low memory mode

pull/6604/head
Aleksander Machniak 6 years ago
parent fe5b4fd81d
commit 1767b256e4

@ -474,6 +474,7 @@ class rcmail_sendmail
if (!is_a($msg, 'PEAR_Error')) {
$msg = $mailbody_file;
$message->mailbody_file = $mailbody_file;
}
}
}

Loading…
Cancel
Save