* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / serv_imap.c
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-05-13 Art Cancro* Implemented the IMAP STARTTLS command as specified...
2003-05-06 Art Cancro* IMAP folder create and rename commands -- don't allow...
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-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2002-10-18 Art Cancro* Fixed a bug in CtdlRenameRoom() that caused the old...
2002-10-16 Art Cancro* CtdlWriteObject() encode in memory instead of on...
2002-09-15 Art Cancro* Renamed decode_base64() to CtdlDecodeBase64()
2002-06-19 Art Cancro* Added support for "transient goto" which allows entry...
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-04-20 Art Cancro* Cosmetic comment cleanup
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-15 Art Cancro* folder renaming...
2002-04-15 Art Cancro* Add error responses to imap_rename() and set up subfo...
2002-04-14 Art Cancro* Began implementing RENAME command in IMAP.
2002-04-10 Art Cancro* Began work on IMAP RENAME
2002-04-09 Art Cancro* Allow INBOX to have subfolders. There's no longer...
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...
2002-03-12 Nathan Bryantsprintf bashing
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-28 Art Cancro*** empty log message ***
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-04-20 Art Cancro* IMAP LIST/LSUB: made it case insensitive. Also minor...
2001-04-03 Art Cancro* Began implementing IMAP APPEND
2001-03-21 Art Cancro* Added the new IMAP mailbox string compare submitted...
2001-03-20 Art Cancro* Added the (\NoInferiors) tag to all rooms listed...
2001-03-18 Art Cancro* imap
2001-03-18 Art Cancro* some obscure stupid imap thing
2001-03-12 Art Cancro* Implemented SUBSCRIBE and UNSUBSCRIBE commands
2001-03-11 Art Cancro* Mega sexy hack to deliver express messages THROUGH...
2001-03-11 Art Cancro* IMAP DELETE command ... also split up access control...
2001-03-07 Art Cancro* Fixed some small IMAP bugs
2001-03-06 Art Cancro* Probable completion of STATUS, COPY, STORE, and EXPUN...
2001-03-05 Art Cancro* IMAP COPY
2001-03-04 Art Cancro* IMAP EXPUNGE responses -should- be correct now
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-24 Art Cancro* Wrote a bit of the IMAP STORE command
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-20 Art Cancro* IMAP: implemented the STATUS command (sort of).
2001-02-19 Art Cancro* IMAP server: added untagged, unsolicited server messa...
2001-02-13 Art Cancro* Worked out the remaining bugs in IMAP FETCH for the...
2001-02-06 Art Cancro* Added a floor listing (complete with \NoSelect flag...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-02-05 Art Cancro* imap sucks
2001-02-04 Art Cancro* Implemented the IMAP CREATE command
2001-02-04 Art Cancro* stuff
2001-02-04 Art Cancro* more imap. imap sucks. die crispin die.
2001-02-01 Art Cancro* IMAP minor change to mailbox name output
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-27 Art Cancro* Added a skeleton IMAP "SEARCH" command (based on...
2000-12-25 Art Cancro* imap_fetch.c: added support for fetch-->envelope...
2000-12-03 Art Cancro* Added db checkpoints to the Sleepycat backend
2000-10-25 Art Cancro* Implemented the AUTHENTICATE LOGIN command in IMAP
2000-10-25 Art Cancro* FETCH now works for ranges *and* sets, and with seque...
2000-10-25 Art Cancro* die crispin die
2000-10-25 Art Cancro* die crispin die
2000-10-25 Art Cancro* did some UID fetch
2000-10-17 Art Cancro* Added IMAP port number to struct config, etc.
2000-10-17 Art Cancro* little baby fix
2000-10-07 Art Cancro* Dammit, I lost my changes
2000-10-07 Art Cancro* mini fix to imap
2000-10-06 Art Cancro* Mark Crispin is a fscking idiot. IMAP is a convolute...
2000-10-05 Art Cancro* Slowly and painfully writing IMAP support
2000-10-05 Art Cancro* mini fix
2000-10-04 Art Cancro* Added skeleton versions of the LIST and LSUB commands...
2000-09-01 Art Cancro* Added 'author' command-line arg to aidepost. Closes...
2000-08-31 Art Cancro* Still trying to fix a socket connect bug
2000-07-16 Art Cancro* fix
2000-07-04 Art Cancro* imap
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-25 Art Cancro* imap
2000-06-25 Art Cancro* imap
2000-06-22 Art Cancro* more IMAP
2000-06-21 Art Cancro* IMAP is now legal but useless, supporting NOOP, LOGIN...
2000-06-21 Art Cancro* imap
2000-06-20 Art Cancro* worked on imap
2000-06-16 Art Cancro* added imap files