Displaying 1 result from an estimated 1 matches for "unreadsentbefor".
Did you mean:
unreadsentbefore
2007 May 11
2
Problems with BEFORE searches.
...g to modify some code given to me by the author of the
dspam plugin for dovecot (sorry the name eludes me). I am modifying it
to handle UNSEEN differently than SEEN.
Below is the python code. I am not a python programmer, but I get the
basic idea.
ok, uids = conn.search(None, 'BEFORE', unreadsentbefore, 'SEEN')
"11-May-2007 06:18:29 -0600" is the value of unreadsentbefore.
However, this doesn't match any emails even though they are all dated as
5/10 and they have all been read for several hours (the time was the
current to figure out why it isn't working).
Is there...