Author Topic: Unable to send command: A0007 FETCH 1:* (UID INTERNALDATE BODY.PEEK[HEADER.FIELD  (Read 6199 times)

Offline FrivolousGimp

  • Newbie
  • *
  • Posts: 1
Hi,

I have a roundcube 1.0.1 installation on Debian 7 install (Virtualmin/Dovecot).

I have a spam folder with less than 7000 mails in it, upon clicking the folder in the roundcube web interface, i get the following popup error:

Code: [Select]
Server Error: Unable to send command: A0007 FETCH 1:* (UID INTERNALDATE BODY.PEEK[HEADER.FIELDS (DATE)])




Here's a log at the time when this happens:

Code: [Select]
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
[15-Jul-2014 09:43:34 +0000]: [BC29] C: A0001 ID ("name" "Roundcube" "version" "1.0.1" "php" "5.4.4-14+deb7u12" "os" "Linux" "command" "/?_task=mail&_refresh=1&_mbox=spam&_page=1&_action=list&_remote=1&_unlock=loading1405417419804&_=1405417328685")
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * ID NIL
[15-Jul-2014 09:43:34 +0000]: [BC29] S: A0001 OK ID completed.
[15-Jul-2014 09:43:34 +0000]: [BC29] C: A0002 AUTHENTICATE PLAIN AHNpbW9uAGJsZW1pc2g5Nmd1YXJkXw==
[15-Jul-2014 09:43:34 +0000]: [BC29] S: A0002 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE] Logged in
[15-Jul-2014 09:43:34 +0000]: [BC29] C: A0003 STATUS spam (MESSAGES UNSEEN)
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * STATUS "spam" (MESSAGES 6740 UNSEEN 2524)
[15-Jul-2014 09:43:34 +0000]: [BC29] S: A0003 OK Status completed.
[15-Jul-2014 09:43:34 +0000]: [BC29] C: A0004 SELECT spam
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft $NotJunk NotJunk $Junk Junk JunkRecorded $Forwarded Forwarded)
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $NotJunk NotJunk $Junk Junk JunkRecorded $Forwarded Forwarded \*)] Flags permitted.
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * 6740 EXISTS
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * 0 RECENT
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * OK [UNSEEN 3645] First unseen.
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * OK [UIDVALIDITY 1362336488] UIDs valid
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * OK [UIDNEXT 286038] Predicted next UID
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * OK [HIGHESTMODSEQ 192011] Highest
[15-Jul-2014 09:43:34 +0000]: [BC29] S: A0004 OK [READ-WRITE] Select completed.
[15-Jul-2014 09:43:34 +0000]: [BC29] C: A0005 UID SEARCH 6740
[15-Jul-2014 09:43:34 +0000]: [BC29] S: * SEARCH 286037
[15-Jul-2014 09:43:34 +0000]: [BC29] S: A0005 OK Search completed (0.000 secs).
[15-Jul-2014 09:43:34 +0000]: [BC29] C: A0006 UID SORT (DATE) US-ASCII ALL


Using the latest 1.0.1 version, but also happened when I was using 0.9.x.

I can see the spam folder fine using my Mail.app client on Mac OS X Mavericks.

Any help would be appreciated.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
This error means that previous command (SORT) failed. So, look for errors in dovecot log.