mjl- / mox

modern full-featured open source secure mail server for low-maintenance self-hosted email
https://www.xmox.nl
MIT License
3.71k stars 113 forks source link

Treat messages as text #91

Closed mattfbacon closed 1 year ago

mattfbacon commented 1 year ago

SMTP messages, which sometimes appear as attachments, are currently treated as "possibly binary" by mox webmail. Since SMTP messages are ASCII, we should be able to treat them as text.

mjl- commented 1 year ago

Thanks, makes sense to show content immediately instead of requiring a click.

There is also still a todo in the list at the top of webmail/webmail.ts about just rendering a message inside webmail. In a popup, or simply below the regular email (not sure how we would prevent confusion about what the original message vs the forwarded message is).