log src/lib-imap/imap-quote.h @ 7182:efc78f6db374 HEAD

age author description
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sat, 18 Nov 2006 15:41:38 +0200 Timo Sirainen Cleanup: Don't put string literals into non-const pointers. HEAD
Sat, 14 Jan 2006 18:45:54 +0200 Timo Sirainen Fixed macro to put parameter in () 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, 23 Jun 2003 21:22:48 +0300 Timo Sirainen LIST and STATUS replies shouldn't strip tabs and spaces from mailbox names. HEAD
Wed, 04 Jun 2003 17:48:38 +0300 Timo Sirainen imap_quote*() will now pack all LWSP into a single space and convert NULs to HEAD
Wed, 26 Mar 2003 17:40:16 +0200 Timo Sirainen memory usage fixes HEAD
Sat, 08 Feb 2003 12:44:01 +0200 Timo Sirainen Don't do x-unknown mime encoding. Correct way is to just send them as HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:26:29 +0200 Timo Sirainen Use unsigned char* when accessing non-NUL terminating strings. Compiler HEAD
Tue, 01 Oct 2002 00:18:12 +0300 Timo Sirainen Several fields in BODY were unquoted. HEAD