Sets the character set of mail message.
Will be ignored if mimeType contains ....; Charset=... substring or
encoding is not a mime.
Parameters: charset - the character encoding to use. since: Ant 1.6
Shorthand method to set type of the text message, text/plain by default
but text/html or text/xml is quite feasible.
Parameters: type - The new MessageMimeType value.