Author Topic: Problems to search and navigate between pages.  (Read 4784 times)

Offline Drakon

  • Jr. Member
  • **
  • Posts: 45
Problems to search and navigate between pages.
« on: May 03, 2011, 06:11:14 AM »
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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Problems to search and navigate between pages.
« Reply #1 on: May 03, 2011, 08:29:16 AM »
Enable imap_debug and post the log.

Offline Drakon

  • Jr. Member
  • **
  • Posts: 45
Problems to search and navigate between pages.
« Reply #2 on: June 22, 2011, 05:45:49 AM »
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.

Offline MKelma

  • Jr. Member
  • **
  • Posts: 17
Problems to search and navigate between pages.
« Reply #3 on: June 22, 2011, 05:49:59 AM »
in main.inc.php
Quote
$rcmail_config['imap_debug'] = true;

Offline MKelma

  • Jr. Member
  • **
  • Posts: 17
Problems to search and navigate between pages.
« Reply #4 on: June 22, 2011, 05:50:43 AM »
in main.inc.php
Quote
$rcmail_config['imap_debug'] = true;

Offline Drakon

  • Jr. Member
  • **
  • Posts: 45
Problems to search and navigate between pages.
« Reply #5 on: June 24, 2011, 07:04:31 AM »
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.

Offline Drakon

  • Jr. Member
  • **
  • Posts: 45
Problems to search and navigate between pages.
« Reply #6 on: December 17, 2011, 07:50:44 AM »
My problem still persists... :(