]> code.citadel.org Git - citadel.git/history - citadel/imap_store.c
* extract_token() now expects to be supplied with the size of the
[citadel.git] / citadel / imap_store.c
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).