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

