https://bz.apache.org/bugzilla/show_bug.cgi?id=62701
--- Comment #2 from Ramesh <[email protected]> --- I could able to create .msg files using java code with plain text body but wants to extend the same to support HTML content as well. To make HTML support, what are things required so that i can upload the patch if it is done from my end. A small piece of code that am using right now. if(body!=null) { topLevelChunk.setProperty(new PropertyValue(MAPIProperty.BODY, FLAG_READABLE | FLAG_WRITEABLE, StringUtil.getToUnicodeLE(body))); } Any help here is greatly useful and solves lot of problems -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
