Cesar Bonadio wrote: <snipped> > the problem occours whem I try to get the subject line whith > getSubject() > > I have created a little program that simulates the problem > > > import javax.mail.internet.MimeMessage; > import java.io.*; > import javax.mail.*; > import javax.*; > import javax.mail.internet.*; > import javax.activation.*; > import java.util.Properties; > import java.util.Date;
Cesar, You might also try asking this on the JavaMail forum - http://forum.java.sun.com/forum.jsp?forum=43 - as your example shows that the problem is related purely to JavaMail. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
