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());
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());
La vita sarebbe piu' facile se avessi il codice sorgente!