On Tue, 2004-01-20 at 11:01, Mary Gardiner wrote: > Hey everyone, > > I'm trying to modify the archivemail[1] source so that it will archive > using preauth IMAP as well as normal authenticated IMAP (preauth IMAP is > what happens when you run the imapd program on the command line -- it > trusts the system's authentication and allows you access to your > mailboxes without authenticating). archivemail uses this form of URI for > IMAP: > > imap://username:[EMAIL PROTECTED]/path/to/mailbox > > Is there an equivalent form for preauth IMAP?
Not that I've heard of. URI Format only allows one user & password section. You'd probably want to define preauthimap://.... OR, try using direct auth and if that fails auto switch OR use a command line switch to tell the method. Rob -- GPG key available at: <http://www.robertcollins.net/keys.txt>.
signature.asc
Description: This is a digitally signed message part
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
