Replies: 1 comment 1 reply
-
The "view in separate window" code is here: snappymail/dev/Model/Message.js Lines 339 to 364 in ed31ed2 Difference between RainLoop and SnappyMail is that SnappyMail can parse EML into a To see attachments, the code needs a complete rewrite with enhancements to handle attachments. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @the-djmaze,
I searched inside the issues but did not find if this is even possible. As there were some issues about the .eml attachments I made some tests and would like to discuss something.
Is there really some eml viewer inside of SnappyMail that will try to show the content of the .eml file? Or is SnappyMail only passing the correct mime type
message/rfc822
to the browser and therefore the browser is handling the visualization of the .eml?The problem that I see actually is, that some mails are not shown correctly when the user clicks on the .eml attachment and there seams no easy possibility to open the .eml with a local program (on computer, not mobile). The only workaround that I found is to download the attachment as zip and open it locally afterwards...
From the mobile first perspective to have a .eml viewer is perfectly fine - but maybe there should be an option to open the mail with a local program. What do you say about this idea?
Beta Was this translation helpful? Give feedback.
All reactions