* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / imap_tools.c
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-05-03 Art Cancro* Change folder delimiter in room names from / to \
2002-04-20 Art Cancro* One more fix for the RENAME command wrt namespaces.
2002-04-17 Art Cancro* Finished the IMAP RENAME command. (I ended up using...
2002-04-05 Art Cancro* Minor tweak to nested folder algorithm to handle...
2002-04-05 Art Cancro* Support nested folders in IMAP. We might want to...
2002-04-04 Art Cancro* Experimental hacking to handle subfolderization in...
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-04-28 Art Cancro*** empty log message ***
2001-04-20 Art Cancro* IMAP LIST/LSUB: made it case insensitive. Also minor...
2001-03-21 Art Cancro* Added the new IMAP mailbox string compare submitted...
2001-03-18 Art Cancro* imap
2001-02-21 Art Cancro* Repaired buggy "ALL" macro in IMAP FETCH.
2001-02-13 Art Cancro* imap fetch
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-02-05 Art Cancro* Made some changes to functions which translate betwee...
2001-02-04 Art Cancro* Implemented the IMAP CREATE command
2001-02-04 Art Cancro* more imap. imap sucks. die crispin die.
2000-12-27 Art Cancro* IMAP stuff
2000-12-26 Art Cancro* More IMAP tweaks
2000-11-25 Art Cancro* Minor IMAP tweaks. It still doesn't work. :(
2000-10-07 Art Cancro* Dammit, I lost my changes
2000-10-07 Art Cancro* mini fix to imap
2000-10-05 Art Cancro* Slowly and painfully writing IMAP support
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...