[EMAIL PROTECTED] wrote:
> 
> Ken Murchison writes:
> >
> >FYI, you might want to use the Cyrus::IMAP module and use AUTHENTICATE
> >PLAIN (or add PLAIN to Net::IMAP).  By doing this, you can proxy for
> >each user by logging in as an admin and assuming the user's identity
> >(see RFC2595 for details).  IMO this is cleaner than patching saslauthd.
> 
> Can Cyrus::IMAP do an append?  I couldn't see a function for that.
> If so, that would be better, because I use it for other administrative
> functions as well.

Not specifically. IIRC, Cyrus::IMAP only provides a generic framework
for creating IMAP commands.  Anything other than authentication needs to
be constructed using send() and the callback functions.

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to