From: Paul L. <pa...@sq...> - 2020-07-21 01:09:35
|
On Sun, July 19, 2020 11:33 pm, Alexey Shpakovsky via squirrelmail-devel wrote: > Hello SquirrelMail devs, > > First of all, thanks for all the hard work on this long-standing project! > > Second, my problem: when reading HTML-only mails, SquirrelMail can render > them both as HTML and in "plaintext converted from HTML by stripping tags" The plaintext version is not something SquirrelMail creates by sanitizing the HTML part of an email. It is used to display the text/plain content part of messages that have such a part. The reason your example message doesn't have that link is because there is no plaintext part in that message. I hope that clarifies things. Cheers, -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php |