MIME | Content | ||||||
---|---|---|---|---|---|---|---|
{{ body.get_content_type }} | {{ body.as_string() }} | {% else %}{{ body.get_content_type }} | Currently only text bodies are supported! | {% endif %} {% endfor %} {% else %} {% if message.get_content_maintype == 'text' %}{{ message.get_content_type }} | {{ message.as_string() }} | {% else %}{{ message.get_content_type }} | Currently only text bodies are supported! | {% endif %} {% endif %}