In a message dated: Mon, 24 Jun 2002 16:07:27 EDT
Rich Payne said:
>On Mon, 24 Jun 2002, mike ledoux wrote:
>
>That's one way, however you'd be transfering the message to the client,
>figuring out where to put it and then sending it back again. What's would
>be even better would be just to move the message on the imap server. Yes
>you'd still have to pull the message down, but you wouldn't need to send
>it back again. So instead of giving putmail the entire message, just give
>it the message's unique message ID on the IMAP server and the destination
>folder.
>
>You would also need to be careful about maintaining message flags (unread
>etc....).
Doesn't IMAP have commands to only grab headers and to re-file a msg?
If so, this shouldn't be all that difficult to implement with
procmail, since *most* filtering of e-mail is done on the headers.
Of course, I do wierd things like actually filter and sort based on
body content as well, which would then require tranferring the msg
from the server to the client for processing, then sending it back to
the server for filing. A lot of overhead, but if IMAP has a properly
designed interface, it should be doable.
--
Seeya,
Paul
----
It may look like I'm just sitting here doing nothing,
but I'm really actively waiting for all my problems to go away.
If you're not having fun, you're not doing it right!
*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************