php-ews
php-ews copied to clipboard
Incorrect tag conversion
When I try to get body ( $mail->getBody()->_ ) from email I get this body with incorrect tags display: some of tags displayed as "<p" some as "p" and some of them as "\p". So when I try to use strip_tags and leave only part of tags I get a problem: mail item is clipped more than expected (even allowed tags, listed in strip_tags as second argument are clipped) and I have in DB only a part of message. How can I fix it?