Re: IMAP mail filtering

2001-04-24 Thread Sam Roberts
Quoting Brian Salter-Duke <[EMAIL PROTECTED]>, who wrote: > On Mon, Apr 23, 2001 at 10:48:57AM +1000, Jeff Turner wrote: > > If one uses POP3 to download mail, then filtering can be done with procmail, > > and everyone's happy. However I'd like to use IMAP, since I access mail from > > various com

Re: IMAP mail filtering

2001-04-24 Thread Brian Salter-Duke
On Mon, Apr 23, 2001 at 10:48:57AM +1000, Jeff Turner wrote: > Hi, > > I've been wondering about this for a long time.. > > If one uses POP3 to download mail, then filtering can be done with procmail, > and everyone's happy. However I'd like to use IMAP, since I access mail from > various comput

Re: IMAP mail filtering

2001-04-23 Thread Conor Daly
On Mon, Apr 23, 2001 at 10:31:32AM -0500 or thereabouts, Joe Rice wrote: > I've been working on something to do my IMAP filtering in a pre-mutt > execution. I use the perl module Mail::IMAPClient and perl's great > regex for my filtering. I've only spent about 30 minutes working > on it so, it's

Re: IMAP mail filtering

2001-04-23 Thread Joe Rice
I've been working on something to do my IMAP filtering in a pre-mutt execution. I use the perl module Mail::IMAPClient and perl's great regex for my filtering. I've only spent about 30 minutes working on it so, it's no where close to what i want but, it will work and do exactly what i'm looking

IMAP mail filtering

2001-04-22 Thread Jeff Turner
Hi, I've been wondering about this for a long time.. If one uses POP3 to download mail, then filtering can be done with procmail, and everyone's happy. However I'd like to use IMAP, since I access mail from various computers. So the question is, how can one do IMAP-based email filtering? How do