Created by: GoogleCodeExporter
Message list view requests all UIDs for folder messages, and if we have lots of
messages (e.g. I have 2000 in gmail) it could be a bit slow.
This thing does not make webpymail too slow on list view, but maby it's better
to get letters by ID in folder, and get number of messages from SELECT request?
(but in this situation using webpymail SORT functionality is the most narrow
part)
Original issue reported on code.google.com by akimov.alex on 17 Nov 2010 at 1:35
*Created by: GoogleCodeExporter*
```
Message list view requests all UIDs for folder messages, and if we have lots of
messages (e.g. I have 2000 in gmail) it could be a bit slow.
This thing does not make webpymail too slow on list view, but maby it's better
to get letters by ID in folder, and get number of messages from SELECT request?
(but in this situation using webpymail SORT functionality is the most narrow
part)
```
Original issue reported on code.google.com by `akimov.alex` on 17 Nov 2010 at 1:35