I think what he's after is the auto whitelist angle, in which case, a simple way to do it would be to implement an approved folder with a cron job that scans the folder and adds the from addresses - perhaps dumping the mail to inbox on completion... if you want to be efficient, make your program a daemon tied into FAM, so that it doesn't have to scan, just add watches for the folders.
FAM seems to be pretty common for imap maildir support (courier does it quite nicely) so it would already be there and potentially not even increase load as the folders may already be actively watched. m/ > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Jason R. Mastaler > Sent: Tuesday, February 24, 2004 11:41 AM > To: [EMAIL PROTECTED] > Subject: Re: View and release pending messages through an IMAP server? > > > Adam Morley <[EMAIL PROTECTED]> writes: > > > I saw that, and it actually looked a lot like a pending queue over > > IMAP, but not a way to release over IMAP. > > ``Releasing'' a message over IMAP is simply saving the message to your > inbox with your mail client, right? > _____________________________________________ > tmda-users mailing list ([EMAIL PROTECTED]) > http://tmda.net/lists/listinfo/tmda-users > _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
