Sandro Pazzi wrote:
since I install the 0.3 stable read mailbox was very slow. The sended folder have 3000 messages and I must wait 80 sec with 20 records per page. My inbox have 700 messages and I wait 3 seconds (this is ok... I am on google imap).
Have u changed something? I need some configuration?
Yes and No. In 0.3 messages sorting has been fixed for servers without SORT capability. Because Roundcube currently does not support sorting by message index (never did), sorting is "required", it's not possible to use default messages order. To sort messages in this case we need to fetch headers of all messages. This is slow. For servers without SORT, the only solution would be to implement "sorting by message index" in Roundcube.