Roundcube Community Forum

 

Problems to search and navigate between pages.

Started by Drakon, May 03, 2011, 06:11:14 AM

Previous topic - Next topic

Drakon

Hi crew!

We have problems to search and navigate between pages.
On Inbox I search a specific domain, when I try to go to page 2 the next error appears:
"Server error: Unable to send command: A0004 FETCH (UID RFC822.SIZE FLAGS INTERNALDATE BODY.PEEK[HEADER.FIELDS (DATE FROM TO SUBJECT CONTENT-TYPE LIST-POST DISPOSITION-NOTIFICATION-TO)])"

I think that the problem is on the number of the e-mails I have but I might need to change the configuration of courier-imap.

Can you help me?

Thanks and regards,
Jose.

SKaero


Drakon

Dear Skaero,

I think that the problem is betweet courier-imap and Roundcube config settings. The file "mail.err" shows: "max atom size too small" when the Roundcube webclient shows "Server error: Unable to send command: A0004 FETCH .....".

Can you help me? How I can activate imap_debug?

Thanks and regards,
Jose.

MKelma

in main.inc.php
Quote$rcmail_config['imap_debug'] = true;

MKelma

in main.inc.php
Quote$rcmail_config['imap_debug'] = true;

Drakon

I debugged my imap connection. The imap log shows the next message error:

Quote[24-Jun-2011 12:52:53 +0200]: S: * BYE [ALERT] Fatal error: max atom size too small: No such file or directory
[24-Jun-2011 12:53:01 +0200]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA ACL ACL2=UNION  XIMAPPROXY] Courier-IMAP ready. Copyright 1998-2010 Double Precision, Inc. See COPYING for distribution information.

To reproduce the problem:
- I go to the Sent folder (I have more than 10.000 e-mails);
- I use the search engine and search for something that the result is greater than 5000;
- Select all the mails and attempt to move a folder and then the error appears;

I use courier-imap without SSL.

Drakon