mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +03:00
Merge pull request #106 from luxifer/fix-message-decoding
Fix message decoding
This commit is contained in:
commit
08ff0caa1c
@ -504,7 +504,7 @@ class Message
|
||||
}
|
||||
|
||||
$this->plaintextMessage .= trim($messageBody);
|
||||
} else {
|
||||
} elseif (strtolower($structure->subtype) === 'html') {
|
||||
if (isset($this->htmlMessage)) {
|
||||
$this->htmlMessage .= '<br><br>';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user