* Full text indexer is now switchable on/off
[citadel.git] / citadel / serv_imap.c
2005-05-22 Art Cancro* Full text indexer is now switchable on/off
2005-05-09 Art Cancro* Interactive room deletions are now deferred. The...
2005-05-02 Art Cancro* More IMAP optimizations, including the application...
2005-05-02 Art Cancro* serv_imap.c: implemented the RFC 3501 suggestion...
2005-04-29 Art Cancro* More complex cache handling for IMAP fetch operations...
2005-04-23 Art Cancro* serv_imap.c: don't respond "OK DELETE completed"...
2005-04-22 Art Cancro* is_msg_is_mset() has been renamed to is_msg_in_sequen...
2005-03-22 Art Cancro*** empty log message ***
2005-03-22 Art Cancro* Fixed a couple of memory allocation bugs
2005-03-12 Art Cancro* Trying to fix a memory bug somewhere.
2005-03-03 Art Cancro* Finished removing the use of temp files in IMAP.
2005-03-02 Art Cancro* msgbase.c: fixed a buffer overflow error
2005-03-02 Art Cancro* Toned down some of the hostility in the code's commen...
2005-02-24 Art Cancro* Removed excessive trace messages that were slowing...
2005-02-23 Art Cancro* When auto-creating Mail>, Sent Items>, etc... set...
2005-02-21 Art Cancro* Master listening sockets are now non blocking, in...
2005-02-20 Art Cancro* Repaired access control problem in IMAP SUBSCRIBE
2005-02-13 Art Cancro* Did the server port hooks etc. for SSL listeners...
2005-02-13 Art Cancro* IMAP flag twiddling with STORE was broken because...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-02-01 Art Cancro* Changed CtdlRoomAccess() calling syntax in order...
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2005-01-07 Art Cancro* serv_imap.c: fail with a "BAD" error response if...
2004-09-28 Art Cancro* Improve output of RECENT flag in IMAP
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-10 Art Cancro* Added flush_output() calls to IMAP modules. (Do...
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-24 Art Cancro* serv_imap.c: when an IMAP socket breaks while a folde...
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-06-07 Art Cancro* Changed "express message" to "instant message" everyw...
2004-03-31 Art Cancro* Change the IMAP folder delimiter from "|" to "/"...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-21 Michael Hampton* Fix a few remaining lprintf(9, ...) to lprintf(CTDL_D...
2004-03-14 Art Cancro* Cache IMAP "BODY" fetches in an already-converted...
2004-03-09 Art Cancro* IMAP RFC822 FETCH caching
2004-03-01 Art Cancro* Implement the NAMESPACE extension of IMAP (RFC 2342)
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-27 Art Cancro* Fixed a bug in PLAIN authentication
2004-02-19 Art Cancro* Instead of doing the silly "Kolab reserved folder...
2004-02-16 Art Cancro* Implement RFC 2487 - SMTP Service Extension for Secur...
2004-02-16 Art Cancro* IMAP and Citadel protocols now use the same code...
2004-02-16 Michael Hampton* Fixed IMAP STARTTLS; trouble was in client_read_ssl...
2004-02-15 Art Cancro* More work on IMAP TLS. Still not working correctly...
2004-02-14 Art Cancro* STARTTLS attempt #2. Still disabled because it's...
2004-02-12 Art Cancro* Removed PLAIN because there are two different ways...
2004-02-12 Art Cancro* Support for PLAIN logins in IMAP (need to test!)
2003-12-19 Art Cancro* Changes to auto-expunge algorithm to support correct...
2003-12-11 Art Cancro* Removed a "FIXME this needs blah blah" comment becaus...
2003-11-30 Art Cancro* Support IMAP \Answered flag
2003-08-13 Art Cancro* Temporarily disabled IMAP TLS support due to the...
2003-07-24 Art Cancro* Began implementation of the IMAP SEARCH command....
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
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...
next