mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-16 15:03:17 +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);
|
$this->plaintextMessage .= trim($messageBody);
|
||||||
} else {
|
} elseif (strtolower($structure->subtype) === 'html') {
|
||||||
if (isset($this->htmlMessage)) {
|
if (isset($this->htmlMessage)) {
|
||||||
$this->htmlMessage .= '<br><br>';
|
$this->htmlMessage .= '<br><br>';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user