[jira] Commented: (EMAIL-1) [email] setCharset() in Email does not set the charset for the message content

2006-12-21 Thread Ben Speakmon (JIRA)
[ http://issues.apache.org/jira/browse/EMAIL-1?page=comments#action_12460323 ] Ben Speakmon commented on EMAIL-1: -- This should be fixable without any additional charset code, shouldn't it? Quick glance through the source suggests that it can.

[jira] Commented: (EMAIL-1) [email] setCharset() in Email does not set the charset for the message content

2006-08-05 Thread Michael Stevens (JIRA)
[ http://issues.apache.org/jira/browse/EMAIL-1?page=comments#action_12426030 ] Michael Stevens commented on EMAIL-1: - As a workaround setContent can be used directly. For example mail.setCharset(Email.ISO_8859_1); // sets the charset fo