Trying to look for emails with specific subjects that can be sent in multiple languages I ran into this issue. This is being sent to a gmail account. It seems after some digging that gmail encodes the subject into utf-8 and then into base64. I have been somewhat successful in manually decoding back to readable text.

Trying to look for emails with specific subjects that can be sent in multiple languages I ran into this issue. This is being sent to a gmail account. It seems after some digging that gmail encodes the subject into utf-8 and then into base64. I have been somewhat successful in manually decoding back to readable text.
