Experimental changes to the default theme. Gradient
[citadel.git] / citadel / imap_store.c
2007-07-26 Dave WestMoved to new module init structure.
2005-10-10 Art Cancrooptimize IMAP STORE
2005-10-10 Art Cancrochanged CtdlSetSeen() API
2005-08-10 Art Cancro* Added "instant expunge" and "allow spoofing" site...
2005-08-10 Art Cancro* moved "instant expunge" to imap_do_store() so that...
2005-08-10 Art Cancro* Experimental "instant expunge" option. For now,...
2005-06-09 Art Cancro*** empty log message ***
2005-06-02 Art Cancro* Set the correct flags in the target room after an...
2005-06-01 Art Cancro* Implemented a workaround for the IMAP "expungebob...
2005-05-28 Art Cancro*** empty log message ***
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-02 Art Cancro* Toned down some of the hostility in the code's commen...
2005-03-01 Art Cancro* When saving an RFC822 message, use a less expensive...
2005-02-13 Art Cancro* IMAP flag twiddling with STORE was broken because...
2003-11-30 Art Cancro* Support IMAP \Answered flag
2003-07-24 Art Cancro* Began implementation of the IMAP SEARCH command....
2003-04-23 Art Cancro* Allow IMAP STORE of more than one flag at a time...
2003-04-08 Art Cancro* Implemented the ".SILENT" protocol option in IMAP...
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...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-26 Art Cancro* Finished the implementation of per-message seen/unsee...
2001-03-10 Art Cancro* Implement proper access control for deleting messages...
2001-03-06 Art Cancro* Probable completion of STATUS, COPY, STORE, and EXPUN...
2001-03-05 Art Cancro* IMAP COPY
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-24 Art Cancro* More of IMAP STORE. Works for \Deleted now, but...
2001-02-24 Art Cancro* Wrote a bit of the IMAP STORE command
2001-02-24 Art Cancro* imap
2001-02-20 Art Cancro* IMAP: implemented the STATUS command (sort of).