I am currently trying to decode an attachment of an image from my base64 e-mail (jpg) to unicode, and then export it to a file (so that I can return the image from raw data).
Now I have data decoded from base64 to Unicode, but how can I convert Unicode back to an image?
Hope you can help!
source
share