Robin Bowes zei:
> Rick,
>
> Allow me to leap to William's defence... :o)
>
> I too would like to be able to perform operations on whole folders,
> specifically marking all messages as read, deleting all messages, etc.
With the toggle all link you can select all messages in a folder.
>
> All that would be required would be a small check box to indicate "Select
> whole folder", and then the existing buttons could perform the necessary
> operations.
Toggle All
>
> Also, and I'm only guessing here based on subjective impressions of the
> speed with which Outlook can mark all messages read, I suspect there may
> be IMAP commands which apply to whole folders rather than having to loop
> through each individual message in the folder and sending separate
> commands.
>
> What I mean is a construct like:
>
> Send_IMAP_Command("Mark all messages in folder foo as read")
>
> rather than
>
> For each message in folder foo
> Send_IMAP_Command("Mark this message as read")
Actually, the imap command is:
STORE msgs_id +FLAGS (\Seen)
msgs_id is in the form: 1:3,7:45,48,49 etc
in case of a select all it will be 1:*
In stable and in 1.3.2 we called imap for each selected message. In devel
1.3.3 CVS I modified this and make use of the msgs_id string so we need only
one imap-call.
>
>
> I hope my ramblings prove useful!
>
Test 1.3.3 devel and you will see it was usefull :-)
Regards,
Marc Groot Koerkamp
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users