mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 17:55:00 +02:00
@@ -72,7 +72,8 @@ class ControllerMessageRestore extends Controller {
|
||||
|
||||
$msg = $this->model_search_message->get_raw_message($this->data['piler_id']);
|
||||
|
||||
$this->model_search_message->remove_journal($msg);
|
||||
Piler_Mime_Decode::splitMessage($msg, $headers, $journal, $body);
|
||||
$msg = $headers . $body;
|
||||
|
||||
if(RESTORE_OVER_IMAP == 1) {
|
||||
if($this->model_mail_mail->connect_imap()) {
|
||||
|
Reference in New Issue
Block a user