Question:
Hi every one
I'm testing your component which seems very promising. I've a problem though.
I'm working with french characters and accents like "é", "à" and I can't correctly read them. When I read the headers, I can use the utf8 option and the accents are correctly encoded, but when I read the full email looping through the FetchBundle command, a question mark in a diamond replaces each caracter with an accent.
Do you have a solution please ?
I found the solution, my asp file was not encoded in UTF8... but ANSI... Solved !