File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -513,10 +513,15 @@ via e-mail like this.
513513E-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
521526To do this, incoming messages are examined for multiple parts:
522527
You can’t perform that action at this time.
0 commit comments