Author Topic: SOLVED: sorting messages with MS Exchange 2003 IMAP backend  (Read 4363 times)

Offline guidobras

  • Newbie
  • *
  • Posts: 6
SOLVED: sorting messages with MS Exchange 2003 IMAP backend
« on: February 08, 2010, 11:41:44 AM »
Hi,
I'm testing v0.3.1 with our MS Exchange 2003 backend.

Unfortunately Exchange does not implement server side IMAP SORT and I have to work with that server.

Our users have 2000+ messages in their mailboxes

Roundcube is either too slow displaying message list and opening messages (with $rcmail_config['index_sort'] = FALSE)

or not accurate in sorting ($rcmail_config['index_sort'] = TRUE => messages are not sorted correctly)

Is there any patch or workaround to solve this issues?

Thanks in advance
Guido
« Last Edit: February 09, 2010, 11:11:21 AM by guidobras »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Sorting messages with MS Exchange 2003 IMAP backend
« Reply #1 on: February 08, 2010, 11:51:10 AM »
It sounds like this problem http://trac.roundcube.net/ticket/1486438

Offline guidobras

  • Newbie
  • *
  • Posts: 6
Sorting messages with MS Exchange 2003 IMAP backend
« Reply #2 on: February 08, 2010, 12:27:49 PM »
Actually this seems a different issue: the "Use message index for sorting by date" works well in my installation.

The problem is:
-if the option (in the check box or directly in the config file) is true/flagged, the date sort order is not correct. Why? I'm not moving/manipulating messages with outlook as in ticket 1486438

-if it is false/unflagged, it takes (everytime) forever to display the message list


Thank you
Guido

PS
by the way, what's the "message index"? Is it a (mysql) database index built by roundcube logic or is it an attribute found in the header of a generic email message?

Offline guidobras

  • Newbie
  • *
  • Posts: 6
Sorting messages with MS Exchange 2003 IMAP backend
« Reply #3 on: February 09, 2010, 11:07:35 AM »
This patch solved my issue:
Changeset 3247 ? Roundcube Webmail

Guido