Generic `text/*` mimetype support

If I am not mistaken, when dealing with multi-part messages, currently DeltaChat displays text/plain by default, and hides text/html under the “Show full Message…” button.

text/calendar and other mimetypes are currently not displayed anywhere, right? Would it be possible to either have a dropdown in the “Show full Message” screen that lets you select the mimetype for the content to be displayed?

1 Like

I suggest you try it with a real message and see what happens. Most likely unknown MIME type will appear as a separate message bubble with an attachment or a “file” attachment that you can download.

This thread was indeed prompted by a few mutiparts messages I was recently sent by non-delta-chat users. Text/calendar is visible in normal email clients, but ignored by DeltaChat.

I can upload the EML or something if this is not the intended behaviour.

It’s not indended behavior, attachments should not disappear.

If you can send it to me in PM (click on my avatar) or as an attachment to delta@merlinux.eu, I can turn it into a test case.

Thanks! I just sent the email with the attached EML file. I am terribly sorry for the late response.

1 Like

I have looked into the message. It is a message generated by MS Exchange with a multipart/alternative content type and three “alternative” parts: text/plain, text/html and text/calendar. Calendar attachment is not displayed because this is technically an alternative to the text or HTML representation.

I opened an issue on GitHub with more details.

1 Like