5 Replies Latest reply on Oct 27, 2006 12:32 AM by acoliver

    IMAP Problems with 1.0M5?

    bjwaski

      I'm trying to use IMAP to retrieve messages from JBoss Mail. I'm able to get the array of messages, but when I try to iterate through them and print out the message subjects, I get:


      Exception in thread "main" javax.mail.MessagingException: Failed to load IMAP envelope
      at com.sun.mail.imap.IMAPMessage.loadEnvelope(IMAPMessage.java:1196)
      at com.sun.mail.imap.IMAPMessage.getSubject(IMAPMessage.java:302)



      And the server has this error message:


      13:34:41,201 ERROR [STDERR] TODO Implement subfolders for LIST command
      13:34:41,342 ERROR [STDERR] TODO implement FETCH
      13:34:41,405 INFO [ConnectionHandler] ConnectionHandler finished
      13:34:41,405 ERROR [STDERR] Exception in thread "Thread-23"
      13:34:41,405 ERROR [STDERR] java.lang.RuntimeException: java.net.SocketException: Connection reset
      13:34:41,405 ERROR [STDERR] at org.jboss.mail.ConnectionHandler.runSocket(ConnectionHandler.java:222)
      13:34:41,405 ERROR [STDERR] at org.jboss.mail.ConnectionHandler.run(ConnectionHandler.java:97)


      Any ideas? Has this functionality perhaps not yet been fully implemented?

      Because of how our environment works, I need to stay within the JavaMail API, rather than using MBeans to get the mail.

      Thanks for your help.