<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Tue, Apr 14, 2015, at 06:10 PM, Alexey Shilin wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>Hi!<br></div>
<div> </div>
<div>I need to generate reports on the daily basis on how many messages are not seen in any given user mailbox.<br></div>
<div> </div>
<div>I looked at 'john.doe.seen' database file (with 'strings' and 'skiplist.py' )and could not figure out how I might be able to get this info.<br></div>
</div>
</blockquote><div> </div>
<div>Unfortunately, the file itself doesn't have enough information. First thing we need to know is what version you're running, because seen changed a lot from 2.3 to 2.4.<br></div>
<div> </div>
<div>It seems that the best way to do this might be an option to mbexamine to allow you to dump the seen state data for any particular user. The other way, if you can proxy authenticate as a particular user via IMAP, is to just do a STATUS UNSEEN for each mailbox of each user. That will be the most efficient, because it can even take advantage of the statuscache.<br></div>
<div> </div>
<div>Bron.<br></div>
<div> </div>
<div id="sig567075"><div class="signature">--<br></div>
<div class="signature">Bron Gondwana<br></div>
<div class="signature">brong@fastmail.fm<br></div>
<div class="signature"> </div>
</div>
<div> </div>
</body>
</html>