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
This has only been tested against plain text emails so far.
I think HTML emails should have the HTML stashed in a separate column.
Not sure how best to handle other attachments though, especially attachments that might be images included in the HTML.
Should also think about XSS attacks and suchlike: should this tool run HTML through https://bleach.readthedocs.io/ or should tha be left as an exercise for the user?
The text was updated successfully, but these errors were encountered:
This has only been tested against plain text emails so far.
I think HTML emails should have the HTML stashed in a separate column.
Not sure how best to handle other attachments though, especially attachments that might be images included in the HTML.
Should also think about XSS attacks and suchlike: should this tool run HTML through https://bleach.readthedocs.io/ or should tha be left as an exercise for the user?
The text was updated successfully, but these errors were encountered: