A NOTE has been added to this issue. ====================================================================== http://www.dbmail.org/mantis/view.php?id=776 ====================================================================== Reported By: dbakken Assigned To: ====================================================================== Project: DBMail Issue ID: 776 Category: IMAP daemon Reproducibility: always Severity: major Priority: normal Status: new target: ====================================================================== Date Submitted: 03-Mar-09 18:12 CET Last Modified: 03-Mar-09 19:54 CET ====================================================================== Summary: INTERNALDATE is wrong time zone Description: INTERNALDATE values returned by dbmail-imap are labeled with the wrong time zone. Internal dates are stored in UTC. When displayed in IMAP, INTERNALDATE is returned in UTC, but labeled as -0800. This confuses clients like Mac Mail.app which use INTERNALDATE for the IMAP folder list. ======================================================================
---------------------------------------------------------------------- (0002800) dbakken (reporter) - 03-Mar-09 19:54 http://www.dbmail.org/mantis/view.php?id=776#c2800 ---------------------------------------------------------------------- The problem is that dbmail assumes MySQL is set to the same timezone as the server. Dates are stored using the MySQL timezone but retrieved using the server's system timezone. This would be fine if conversion was done, but it isn't. Issue History Date Modified Username Field Change ====================================================================== 03-Mar-09 18:12 dbakken New Issue 03-Mar-09 19:54 dbakken Note Added: 0002800 ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
