]> Sergey Matveev's repositories - public-inbox.git/commit
msgiter: msg_part_text returns undef on text/html
authorEric Wong <e@80x24.org>
Wed, 18 Dec 2019 09:14:43 +0000 (09:14 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Dec 2019 03:57:23 +0000 (03:57 +0000)
commit55b11c59936125aab26694e17631828c7ea9954e
tree322782ae55d86f8666855ccd1fd7d33b1afdc46d
parent3f14ba1c9e8d6b90904474a73a1ff6070a5799c6
msgiter: msg_part_text returns undef on text/html

We want HTML parts to be downloadable, but not displayed as
unreadable (but injection-safe) HTML source in our own web
and Atom interfaces.

This affects indexing, too, as HTML tags/comments won't be
indexed anymore, but existing indices are only cleaned after
--reindex.  HTML-only mail won't be indexed at all, but we won't
cross that bridge until somebody cares about that crap.   We'll
continue to actively discourage such waste of CPU cycles,
bandwidth, cache and storage.

Fixes: 7d82a8bc04ce2e68 (handle "multipart/mixed" messages which are not multipart')
lib/PublicInbox/MsgIter.pm