Experimental changes to the default theme. Gradient
[citadel.git] / citadel / imap_tools.c
2007-04-11 Art CancroFixed gratuitous use of strlen() in imap_strout()
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-13 Art Cancro* IMAP flag twiddling with STORE was broken because...
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2005-01-09 Art Cancro* Applied a patch sent in by David Given for handling...
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-03-31 Art Cancro* Change the IMAP folder delimiter from "|" to "/"...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-19 Art Cancro* Instead of doing the silly "Kolab reserved folder...
2004-02-11 Art Cancro* The groupware folders "Calendar", "Contacts", "Notes...
2003-07-27 Art Cancro* Implemented all IMAP date-based search criteria....
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...