unable to encode special characters email in right format, gmail api & ae.net.mail
问题 I'm working on an application that can send emails out with attachments and it works, until I try special characters æ, ø, å. I played a bit around testing different encodings and it looks like the subject is being encoded in ISO-8859-1 while the rest of the mail is encoded in UTF-8. Here is my method that generates a Google Gmail API message public Message CreateMessage(string to, string from, string body, string subject, GmailService service, string[] files = null, string bcc = null) { AE