On Wed, 18 Jun 2003, Markus Stoff wrote:
>Tried it, but it seems to not have any effect at all. (bincimap version is
>1.1.8).
>By the way - you meant the "src/mailbox/message.cc"'s function
>"getInternalDate()", didn't you?
>Thats where I changed it at line 127.

Yes, you're right. :-)

>Hmmm - I always thought the date is parsed out of the message from the mail
>clients - but it seems to me they get it somewhere explicit over the imap
>protocol.
>Am I right at this point?

The INTERNALDATE property of a message is in Maildir stored as the
time(NULL) part of the message filename. So the Date: and Received: header
lines are not part of this at all.

What happens if you manually log in to the imap server, then do a 
1 FETCH 1:* INTERNALDATE

The dates that are listed in the response are the result of
getInternalDate in message.cc.

Andy :-)

-- 
Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP    | Nil desperandum

Reply via email to