Menu

#642 1.0RC3: Exception after deletion via IMAP

open
None
7
2005-09-06
2005-08-31
No

When I select a range of messages in an IMAP account and delete them, then click "Receive/Send", I get this exception:

org.columba.ristretto.imap.IMAPException: Message sequence 133 larger than message count (93)
at org.columba.ristretto.imap.IMAPProtocol.throwException(IMAPProtocol.java:299)
at org.columba.ristretto.imap.IMAPProtocol.fetchUid(IMAPProtocol.java:1206)
at org.columba.mail.imap.IMAPServer.fetchUids(IMAPServer.java:965)
at org.columba.mail.folder.imap.IMAPFolder.synchronizeHeaderlist(IMAPFolder.java:274)
at org.columba.mail.folder.command.CheckForNewMessagesCommand.execute(CheckForNewMessagesCommand.java:71)
at org.columba.core.command.Command.process(Command.java:94)
at org.columba.core.command.Worker.construct(Worker.java:108)
at org.columba.core.util.SwingWorker$2.run(SwingWorker.java:58)
at java.lang.Thread.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

On a sidenote: I have both a POP3 and an IMAP account. The POP3 account is not checked due to the above exception, but when I use File->Get new messages for...-><the POP3 account>, it works fine.

Discussion

  • Timo Stich

    Timo Stich - 2005-09-05

    Logged In: YES
    user_id=159246

    Could you please use the webstart snapshot and try if this
    error still persists?

    Thanks!

    http://columba.sf.net/webstarttest/columba.jnlp

     
  • Jörg Zieren

    Jörg Zieren - 2005-09-06

    Logged In: YES
    user_id=587869

    With the Webstart version I cannot even check the account. Starting from an empty account I sent a message to myself and got:

    java.lang.ArrayIndexOutOfBoundsException: 0
    at org.columba.mail.folder.imap.IMAPFolder.synchronizeHeaderlist(IMAPFolder.java:274)
    at org.columba.mail.folder.command.CheckForNewMessagesCommand.execute(CheckForNewMessagesCommand.java:71)
    at org.columba.core.command.Command.process(Command.java:94)
    at org.columba.core.command.Worker.construct(Worker.java:108)
    at org.columba.core.util.SwingWorker$2.run(SwingWorker.java:58)
    at java.lang.Thread.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

     
  • Timo Stich

    Timo Stich - 2005-09-06

    Logged In: YES
    user_id=159246

    The stack-trace looks like from a RC3 version. Did you maybe
    use the webstart link from our homepage? This was a bug then
    but is fixed in the current source version.

    Please make sure that you use the link i posted before:
    http://columba.sf.net/webstarttest/columba.jnlp

    Thanks again very much for your help! If there is still a
    problem i will fix it as soon as i can reproduce the error.
    -Timo

     
  • Timo Stich

    Timo Stich - 2005-09-06
    • priority: 5 --> 7
    • assigned_to: nobody --> tstich
     

Log in to post a comment.