Re: How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-15 Thread Ken Murchison
Lawrence Greenfield wrote: > >From: Amos Gouaux <[EMAIL PROTECTED]> >Date: Fri, 15 Feb 2002 09:18:11 -0600 > >> On Fri, 15 Feb 2002 09:41:27 -0500, >> Ken Murchison <[EMAIL PROTECTED]> (km) writes: > >km> As Cillian stated, you can proxy as the user, so doing this

Re: How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-15 Thread Lawrence Greenfield
From: Amos Gouaux <[EMAIL PROTECTED]> Date: Fri, 15 Feb 2002 09:18:11 -0600 > On Fri, 15 Feb 2002 09:41:27 -0500, > Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> As Cillian stated, you can proxy as the user, so doing this in perl or km> some other scripting languag

Re: How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-15 Thread Amos Gouaux
> On Fri, 15 Feb 2002 09:41:27 -0500, > Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> As Cillian stated, you can proxy as the user, so doing this in perl or km> some other scripting language is fairly easy. Alternatively, if you km> want to do this outside of the IMAP protocol take

Re: How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-15 Thread Ken Murchison
Don Jackson wrote: > > Each of my users has a mailbox that contains their voice mail messages. > I want to write an application that turns on the user's message waiting > indicator if they have unread messages in their voice mail mailbox. In > order to do so, I need to know if they have any un

Re: How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-15 Thread Dimitry
Cillian Sharkey <[EMAIL PROTECTED]> wrote: > Don Jackson <[EMAIL PROTECTED]> wrote: >> I wrote a perl script that uses the IMAP protocol to do this for myself. >> In order to get this info for a user, my perl script has to log into the >> cyrus server as the user. So my script needs to know the p

Re: How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-15 Thread Cillian Sharkey
Don Jackson <[EMAIL PROTECTED]> wrote: > I wrote a perl script that uses the IMAP protocol to do this for myself. > In order to get this info for a user, my perl script has to log into the > cyrus server as the user. So my script needs to know the password for > each user. This is pretty unaccep

How can a program securely get new/unread msg status on lots of Cyrus mailboxes?

2002-02-14 Thread Don Jackson
Each of my users has a mailbox that contains their voice mail messages. I want to write an application that turns on the user's message waiting indicator if they have unread messages in their voice mail mailbox. In order to do so, I need to know if they have any unread messages. I wrote a perl