From: Alexander Brill (no email)
Date: Wed Apr 02 2003 - 06:06:02 EST
I am trying to set the internaldate for a message, but it doesn't store
properly.
This is what I try (using python)
imap.store(1,"+FLAGS","INTERNALDATE 22-Mar-2003 02:10:31 +0100")
> ('OK', ['1 (FLAGS (INTERNALDATE 22-Mar-2003 02:10:31 +0100))'])
It replies with an OK (prefixed with an >), and that the INTERNALDATE
has been altered.
But when I try to fetch the same message it tells me that the
INTERNALDATE is:
('OK', ['1 (INTERNALDATE "25-Mar-2003 02:10:31 +0100")'])
So it doesn't store the values, even though it returns an OK. Any hints?
-- Alexander Brill <> http://www.project23.no PGP-key: http://alexb.egil.org/key.pub
|
|
|