Hi,
We are using James as our mail server for Workflow Management System (tBits
www.transbittech.com) and we are quite happy with it. 
I personally keep convincing people to use James in their organizations and
I feel proud about knowing it.
 
When people reply to issues, these replies are recieved by James and then
these mails are pulled by our system using Java Mail API 1.4. 
Our system keeps on marking a message as deleted once it is done reading it
in the following manner. 
    "curMessage.setFlag(Flags.Flag.DELETED, true);"
Then at the end, it closes the folder.
 
When there are lot of mails, sometimes I get this error:
 
    javax.mail.MessagingException: error loading POP3 headers;
      nested exception is:
            java.net.SocketException: Software caused connection abort: recv
failed
            at
com.sun.mail.pop3.POP3Message.loadHeaders(POP3Message.java:467)
            at com.sun.mail.pop3.POP3Message.getHeader(POP3Message.java:275)
            at
javax.mail.internet.MimeMessage.getSubject(MimeMessage.java:717)
 
Kindly suggest a solution.
 
Regards,
Sandeep Giri
 
 

Reply via email to