Hello, it seems to me that the geronimo javamail implementation has some encoding problems. I use G2.1.1 I retrieve Message via POP3 and than I start parsing the parts in the Message class. Everything works fine as long as I the mails are UTF-8 mails. If there's an mail lets say with ISO-8859-1 the subject has the correct encoding conversion, but not the content of the parts.
If I try the same with the javamail implementation from sun, it works well. Do I have to set some properties or something like that? Mark -- View this message in context: http://www.nabble.com/Encoding-problem-in-geronimo-javamail-implementation-tp17595809s134p17595809.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
