]> code.citadel.org Git - citadel.git/history - citadel/imap_store.c
fix all the <time.h> vs. <sys/time.h> issues, hopefully
[citadel.git] / citadel / imap_store.c
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).