LALOT Dominique wrote:
Hello,

I'm following a previous thread. I would like to be able to open a seen skiplist database in order to verify if a particular user has red its mail. If possible, a way to do that in PERL would be perfect.

Thanks in advance

Dom


Connecting via IMAP would be more portable. See 'imtestExample.pl' within Mail::IMAPClient for something to start with.

With that script, you would do, e.g.:

./imtestExample.pl -m DIGEST-MD5 -a cyrus -u dwh...@olp.net -w mysecret

where 'cyrus' is an admin, and 'dwh...@olp.net' is the user who's mailbox you want to examine. You'll need to add logic to the script to view seen state.

- Dan
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to