You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of generating the files directly, we could write a single response on STDOUT that is actually formatted as Multipart MIME Message. Standard system tools like UUDeview could be used to split this into multiple files.
mhtml, created using the mail gem, may be another useful format.
At least Google Chrome seems to support it well. But I could not get it to be displayed when served via HTTP (even passing the appropriate HTTP response headers), only with local files.
Instead of generating the files directly, we could write a single response on STDOUT that is actually formatted as Multipart MIME Message. Standard system tools like UUDeview could be used to split this into multiple files.
See also this code:
The text was updated successfully, but these errors were encountered: