kopia lustrzana https://github.com/newroco/mail2deck
convert to MD only if needed
rodzic
4c3f68a52c
commit
7eafb95fcd
|
@ -89,7 +89,9 @@ if ($emails)
|
|||
if($base64encode) {
|
||||
$description = base64_decode($description);
|
||||
}
|
||||
$description = (new ConvertToMD($description))->execute();
|
||||
if($description != strip_tags($description)) {
|
||||
$description = (new ConvertToMD($description))->execute();
|
||||
}
|
||||
$data->description = $description;
|
||||
$mailSender = new stdClass();
|
||||
$mailSender->userId = $overview->reply_to[0]->mailbox;
|
||||
|
|
Ładowanie…
Reference in New Issue