<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
LALOT Dominique wrote:
<blockquote
 cite="mid:1617f8010905192336u6cdb3s7395254cc6e2856d@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
Hello,<br>
  <br>
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.<br>
  <br>
Thanks in advance<br>
  <br>
Dom<br>
  <br>
</blockquote>
<br>
Connecting via IMAP would be more portable. See 'imtestExample.pl'
within Mail::IMAPClient for something to start with.<br>
<br>
With that script, you would do, e.g.:<br>
<br>
./imtestExample.pl -m DIGEST-MD5 -a cyrus -u <a class="moz-txt-link-abbreviated" href="mailto:dwhite@olp.net">dwhite@olp.net</a> -w mysecret<br>
<br>
where 'cyrus' is an admin, and '<a class="moz-txt-link-abbreviated" href="mailto:dwhite@olp.net">dwhite@olp.net</a>' is the user who's
mailbox you want to examine. You'll need to add logic to the script to
view seen state.<br>
<br>
- Dan<br>
</body>
</html>