emersion / hydroxide

A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
MIT License
1.64k stars 126 forks source link

Plain text message (Evolution) #164

Closed zarandya closed 3 years ago

zarandya commented 3 years ago

Evolution has the option to view incoming messages as plain text instead of html if possible. It works well with most providers but not with hydroxide. Could this be fixed as this is the only way to get a full dark theme in Evolution

emersion commented 3 years ago

Unfortunately ProtonMail doesn't seem to retain the plain-text copy when an incoming email has an HTML part. Or at least last time I looked at the API there was no way to retrieve it.

zarandya commented 3 years ago

Ah I see. Would it be possible to generate the plain text from the html? Removing the <...> tags would probably be a good approximation for most messages.

emersion commented 3 years ago

No, I don't believe this is a desirable feature, sorry.