DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36856>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36856 ------- Additional Comments From [EMAIL PROTECTED] 2005-12-18 16:15 ------- Created an attachment (id=17239) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17239&action=view) patch for "order fixed calling methods". Hello Philip, I applied the patch you made. But other problem cames up then. The problem is "order of calling method would be fixed statically". For example... 1 email.setCharset("gb2312"); 2 email.setMsg("foo"); 3 email.setCharset("ISO-2022-JP"); In this case, charset "ISO-2022-JP" won't be used. then I tried to make patch for this problem. Please check it, and give me some comments. Thank you. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
