Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/12/2010, 06:56
Avatar de FiruzzZ
FiruzzZ
 
Fecha de Ingreso: diciembre-2007
Ubicación: en casa
Mensajes: 470
Antigüedad: 16 años, 5 meses
Puntos: 41
Respuesta: Problema con los emails

JavaMail 1.4.3 API.. te va ayudar mucho si le hechas una mirada..
Código Java:
Ver original
  1. public void setText(String text) throws MessagingException {}
  2. public void setText(String text, String charset) throws MessagingException {}
  3. public void setText(String text, String charset, String subtype) throws MessagingException {}
__________________
BadProgrammerException!