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. 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? ----- Original Message ----- From: "Andreas Aardal Hanssen" <[EMAIL PROTECTED]> To: "Binc IMAP Server" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 11:46 AM Subject: Re: [bincimap] time zone problem > Hi, Markus! > > On Tue, 17 Jun 2003, Markus Stoff wrote: > >Hi! > >As I set up bincimap without any problems, my congratulations to the author. > >I'm running qmail+vpopmail+bincimap on my freebsd box. > >The problem is, when I read a mail with, for example outlook express (it is > >the same behaviour with squirrelmail), I have a receive time of 2 hours in > >future. > >The weird thing is, this only happens by reading mail through bincimap > >(accessing the mail over pop3 (e.g. qpopper) works fine). > > Try changing the gmtime() call in src/mailbox/mailbox.cc's getInternalDate > (line 127) function to localtime(). The outcome of this function depends > on wether or not the MTA stores the files' names using UTC or a local > offset... and it shouldn't, really :). > > And - please report back :-) > > Andy :-) > > -- > Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg > Author of Binc IMAP | Nil desperandum > >

