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
$ java -jar emailconverter-3.0.0-all.jar test-subject-with-emojis.eml
Start converting test-subject-with-emojis.eml to test-subject-with-emojis.pdf
Mime Structure of test-subject-with-emojis.eml:
-----------Mime Message-----------
> multipart/mixed
> | text/html
----------------------------------
Extract the inline images
Start conversion to pdf
The switch --viewport-size, is not support using unpatched qt, and will be ignored.The switch --image-quality, is not support using unpatched qt, and will be ignored.Loading page (1/2)
Printing pages (2/2)
Done
Conversion finished
And to be clear, these types of messages are spam. My need to convert them to pdf is due to a hobby of mine. I like to cause problems for spammers and their service providers. I've dragged them into court in the past. Moving forward, I would like to ensure the lawyers and judge see the annoying emojis.
(It is more like return the favor to spammers and service providers, considering how much time and effort I waste on sifting through their crap while trying to maintain free software projects and their websites).
The text was updated successfully, but these errors were encountered:
Hi Everyone. Thanks for the tool. I've been looking for a tool to convert emails to pdfs for a while.
I noticed emoji's in the subject are not handled well. Encoding of subjects is covered in RFC2047:
Here's an example from GMail:
When I "view Original" in GMail and then "Download Original" message, the subject is encoded per RFC 2047 as:
Then, after conversion using email-to-pdf-converter, I see:
Notice the emojis have disappeared for the subject in the pdf. Emoji's in the body are also missing, but I am less concerned about that.
Attached is the original message, screen captures, and a converted email to pdf: test-subject-with-emojis.zip.
Here is the command I used to perform the conversion.
emailconverter-3.0.0-all.jar
was downloaded from this GitHub.which results in:
And if needed:
Libre Office has a similar bug at https://bugs.documentfoundation.org/show_bug.cgi?id=129523. In the past I tried to convert emails to pdf using Libre Office tools.
And to be clear, these types of messages are spam. My need to convert them to pdf is due to a hobby of mine. I like to cause problems for spammers and their service providers. I've dragged them into court in the past. Moving forward, I would like to ensure the lawyers and judge see the annoying emojis.
(It is more like return the favor to spammers and service providers, considering how much time and effort I waste on sifting through their crap while trying to maintain free software projects and their websites).
The text was updated successfully, but these errors were encountered: