I need to write a program that read the .eml files from IIS’s mail drop box, but I can’t find a definitive source that tells me the encoding of the .eml files. Is there a specification somewhere that tells me the encoding of the files, or do I just have to guess/assume one?
I need to write a program that read the .eml files from IIS’s mail
Share
I found my answer at en.wikipedia.org/wiki/MIME: “The basic Internet e-mail transmission protocol, SMTP, supports only 7-bit ASCII characters… “