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
When you drag and drop emails to your desktop, some might have emoji's in the subject which causes the below error when trying to parse them.
email name example: 🔎 🔑 🚀 keyword research.eml
venv\Lib\site-packages\magic\magic.py", line 214, in maybe_decode
return s.decode('utf-8')
^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 74-76: invalid continuation byte
The text was updated successfully, but these errors were encountered:
When you drag and drop emails to your desktop, some might have emoji's in the subject which causes the below error when trying to parse them.
email name example: 🔎 🔑 🚀 keyword research.eml
The text was updated successfully, but these errors were encountered: