Problem with Message.getSubject() method
843834Dec 22 2009 — edited Dec 24 2009Hi,
When I try to get the subject of a message, sometimes it fails to decode and
?==?utf-8?Q?
=?utf-8?Q?
?==?utf-8?Q?
=?iso-8859-1?Q?
things like that appear in it. The method does not throw MessageException. Can you help me?
I'm using:
String subject = message.getSubject();
Thanks.