On 27 févr. 06, at 08:56, Leonard Bouchet wrote:

$ telnet imap-server.example.org 143
LOGIN username password
SELECT your_huge_mailbox_name
SORT (SUBJECT) US-ASCII ALL
# how much time does it take to get the answer?
UID SORT (SUBJECT) US-ASCII ALL
# how much time does it take to get the answer?

Note: some mail server stripped the first dots, so do

$ telnet imap-server.example.org 143
c1 LOGIN username password
c2 SELECT your_huge_mailbox_name
c3 SORT (SUBJECT) US-ASCII ALL
# how much time does it take to get the answer?
c4 UID SORT (SUBJECT) US-ASCII ALL
# how much time does it take to get the answer?

Regards,

-l


Reply via email to