Skip to content

Commit 1fc802a

Browse files
committed
Update user_guide to include support for html messages.
1 parent 0fd4ea1 commit 1fc802a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/user_guide.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,15 @@ via e-mail like this.
513513
E-Mail Message Content
514514
----------------------
515515

516-
Roundup only associates plain text (MIME type ``text/plain``) as
517-
messages for items. Any other parts of a message are associated as
518-
downloadable files. If no plain text part is found, the message is
519-
rejected.
516+
By default Roundup only associates plain text (MIME type
517+
``text/plain``) as messages for items. Any other parts of a message
518+
are associated as downloadable files. If no plain text part is found,
519+
the message is rejected. The tracker can be configured to enable
520+
``convert_htmltotext``. If this is enabled, an email with an HTML
521+
message (MIME type ``text/html``) and no ``text/plain`` part will be
522+
accepted. The first HTML part will be converted to text and used as
523+
the message for the item. Subsequent parts will be treated as
524+
attachments.
520525

521526
To do this, incoming messages are examined for multiple parts:
522527

0 commit comments

Comments
 (0)