io ho usato:

subtype = text/plain
charset = ISO-8859-1

codice:
message.setContent(this.text, new StringBuffer(this.subtype).append("; charset=").append(this.charset).toString());