-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

eCet wrote:
> How can that big mailbox handled in SM? I'm not familiar with imap, but
> can that be not to query, and sort all messages at once? Only smaller
> peaces of it (eg5000 messages per slice). Than if user wants to view
> older mails then read another 5000 mails in the interval the user vants?

That's easy to do when you're not sorting.  Especially if you're not
threading.  You can't grab the entire thread without looking for all the
pieces.

I suggest you either reduce the size of the mailbox being examined or
implement an IMAP server which supports server-side sorting and
threading.  You may also want to examine the mailbox storage that your
IMAP server uses - maildir vs. mbox vs. other.


- --
Chris Hilts
[EMAIL PROTECTED]
Say it with flowers -- Send them a triffid!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (MingW32)

iD8DBQFEHshK98ixrK2vMtARApkaAKCXprtLEU55Yq1Woe06F3FUlWW50gCgi0H1
lpgAMVvk2GkD+OP3GijwokU=
=9m2S
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to