diff doc/user_guide.txt @ 6408:ef7bc1fac35a

Update user_guide to include support for html messages.
author John Rouillard <rouilj@ieee.org>
date Mon, 10 May 2021 23:11:31 -0400
parents f9c059921ccc
children 98082155ffea
line wrap: on
line diff
--- a/doc/user_guide.txt	Mon May 10 22:20:28 2021 -0400
+++ b/doc/user_guide.txt	Mon May 10 23:11:31 2021 -0400
@@ -513,10 +513,15 @@
 E-Mail Message Content
 ----------------------
 
-Roundup only associates plain text (MIME type ``text/plain``) as
-messages for items. Any other parts of a message are associated as
-downloadable files. If no plain text part is found, the message is
-rejected.
+By default Roundup only associates plain text (MIME type
+``text/plain``) as messages for items. Any other parts of a message
+are associated as downloadable files. If no plain text part is found,
+the message is rejected. The tracker can be configured to enable
+``convert_htmltotext``. If this is enabled, an email with an HTML
+message (MIME type ``text/html``) and no ``text/plain`` part will be
+accepted. The first HTML part will be converted to text and used as
+the message for the item. Subsequent parts will be treated as
+attachments.
 
 To do this, incoming messages are examined for multiple parts:
 

Roundup Issue Tracker: http://roundup-tracker.org/