]> source.dussan.org Git - rspamd.git/commit
[Feature] Enchance text_part:get_content method
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Mar 2017 12:36:45 +0000 (12:36 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Mar 2017 12:38:28 +0000 (12:38 +0000)
commitf08fd055ce127140554d3a50f4feffdf0c803154
tree23a762126d2693907da519f49ff63d2b0f144be6
parent4240400bc04d6c06ce5e1cebdbd77441ff2fb35f
[Feature] Enchance text_part:get_content method

This method now supports otional `type` attribute which could be
following:

- `content` (default): utf8 content with HTML tags stripped and newlines preserved
- `content_oneline`: utf8 content with HTML tags and newlines stripped
- `raw`: raw content, not mime decoded nor utf8 converted
- `raw_parsed`: raw content, mime decoded, not utf8 converted
- `raw_utf`: raw content, mime decoded, utf8 converted (but with HTML tags and newlines)
src/libmime/message.c
src/libmime/message.h
src/lua/lua_mimepart.c