log src/lib-imap/imap-date.c @ 12636:fa4b84059ae2

age author description
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 13 Jun 2008 03:29:24 +0300 Timo Sirainen Added imap_to_datetime_tz() to create IMAP date-time with specified timezone. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Tue, 12 Jun 2007 18:03:37 +0300 Timo Sirainen If utc_mktime() fails, it doesn't mean that the IMAP date was invalid. HEAD
Sun, 13 May 2007 16:24:35 +0300 Timo Sirainen imap_parse_date() returns failure now if there's any extra data after the HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Mon, 08 Sep 2003 03:57:36 +0300 Timo Sirainen imap_to_datetime_offset() isn't needed. optimized imap_to_datetime() a bit. HEAD
Tue, 22 Apr 2003 20:47:58 +0300 Timo Sirainen Still some timezone fixes HEAD
Mon, 20 Jan 2003 03:59:39 +0200 Timo Sirainen imap_parse_date() returned a bit wrong time: mktime() already builds the HEAD
Mon, 04 Nov 2002 09:11:32 +0200 Timo Sirainen Several minor fixes: signess, casting away const, missing static, etc. HEAD
Thu, 24 Oct 2002 03:15:38 +0300 Timo Sirainen Fixes to timezone handling which were handling quite badly. added HEAD
Mon, 02 Sep 2002 22:14:17 +0300 Timo Sirainen IMAP date+time parser bugfix HEAD
Mon, 02 Sep 2002 22:08:47 +0300 Timo Sirainen Whops, we were using RFC822 dates everywhere instead of IMAP dates. HEAD