Experimental changes to the default theme. Gradient
[citadel.git] / citadel / imap_misc.c
2007-07-26 Dave WestMoved to new module init structure.
2007-01-20 Wilfried Göesgens* more message pointers initialized.
2006-12-23 Art Cancro* Minor changes to debug logging
2006-12-08 Art CancroCtdlSetSeen() now silently returns without doing anything,
2006-05-18 Art CancroIMAP COPY messages in bulk. I think it works
2006-05-16 Art CancroSmall change to a log message
2005-10-11 Art Cancro* The 'set the flags' portion of IMAP COPY now sets...
2005-10-11 Art Cancro* Replication checks and EUID indexing are now only...
2005-10-10 Art Cancrochanged CtdlSetSeen() API
2005-10-09 Art Cancrocomments
2005-09-16 Art Cancro*** empty log message ***
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-06-02 Art Cancro* Set the correct flags in the target room after an...
2005-05-22 Art Cancro* Full text indexer is now switchable on/off
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-01 Art Cancro* When saving an RFC822 message, use a less expensive...
2005-02-28 Art Cancro* IMAP APPEND command now accepts the message text...
2005-02-25 Art Cancro* Ok, now we accept *all* the flags transmitted during...
2005-02-25 Art Cancro* Started working on a fix for the IMAP APPEND "flags...
2005-02-24 Art Cancro* Removed excessive trace messages that were slowing...
2005-02-20 Art Cancro* Repaired access control problem in IMAP SUBSCRIBE
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-09-10 Art Cancro* Added flush_output() calls to IMAP modules. (Do...
2004-06-28 Art Cancro* Properly re-terminate messages posted via IMAP APPEND...
2004-06-07 Art Cancro* Changed "express message" to "instant message" everyw...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-09 Art Cancro* IMAP RFC822 FETCH caching
2004-03-08 Art Cancro* When the last argument of an IMAP APPEND command...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-06-29 Art Cancro*** empty log message ***
2003-02-13 Art Cancro* IMAP service: fixed bug that was causing the wrong...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-08-31 Art Cancro* IMAP APPEND no longer forces messages to appear as...
2002-08-31 Art Cancro* Set version number to 6.00 in documentation and heade...
2002-06-19 Art Cancro* Added support for "transient goto" which allows entry...
2002-04-05 Michael Hampton* Send time-of-day with pages sent via IMAP
2002-03-12 Nathan Bryantmore sprintf removals
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-20 Art Cancro* IMAP LIST/LSUB: made it case insensitive. Also minor...
2001-04-14 Art Cancro* Fixed an unterminated string bug in IMAP APPEND....
2001-04-10 Art Cancro* Finished coding IMAP APPEND. It works, but there...
2001-04-03 Art Cancro* Began implementing IMAP APPEND
2001-03-11 Art Cancro* Mega sexy hack to deliver express messages THROUGH...
2001-03-06 Art Cancro* Probable completion of STATUS, COPY, STORE, and EXPUN...
2001-03-05 Art Cancro*** empty log message ***
2001-03-05 Art Cancro* IMAP COPY