* Reference count adjustments are now deferred by queuing
[citadel.git] / citadel / serv_pop3.c
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-07-28 Art CancroBugfix for previous commit: IMAP and POP3 expunge opera...
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-03-13 Art CancroImplemented POP3 capability detection as per RFC2449
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2005-10-08 Art Cancrobugzilla 164
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-06-09 Art Cancro* Do not log IMAP/POP/SMTP password commands
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-12 Art Cancro* Trying to fix a memory bug somewhere.
2005-03-04 Art Cancro* IMAP FETCH RFC822.SIZE now honors the cached rfc822...
2005-03-03 Art Cancro* Realized that memreadline() does NOT return a NULL...
2005-03-02 Art Cancro* Finished moving the POP3 server to the new redirect_b...
2005-03-01 Art Cancro* Began implementation of a third RedirectOutput mode...
2005-02-13 Art Cancro* Did the server port hooks etc. for SSL listeners...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-01-25 Art Cancro* serv_pop3.c: minor change to logging output
2005-01-22 Art Cancro* Each message's metadata now has the ability to cache...
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-16 Art Cancro* Support POP3 over TLS
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-06-29 Art Cancro*** empty log message ***
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-07-28 Art Cancro* Augmented the "headers only" functionality of the...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2001-12-03 Art Cancro* quick fix
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-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-03-25 Michael Hampton* serv_pop3.c: Fixed APOP. Now logs in properly. Also...
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-14 Art Cancro* Fixed POP3 server responses ending in \n instead...
2001-02-08 Art Cancro* Fixed namespace problems resulting from the automatic...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-08-31 Art Cancro* Still trying to fix a socket connect bug
2000-08-22 Art Cancro* nonce (for APOP-style auth) is now generated when...
2000-08-14 Brian Costello- Added constant sizes for usernames and the nonce...
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-07 Art Cancro* socket stuff
2000-02-17 Art Cancro* Tried to fix breakage with MS Outlook
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-02-08 Art Cancro* Implemented the deprecated "LAST" command in POP3...
2000-01-17 Art Cancro* Minor comment updates
2000-01-17 Art Cancro* CR to CRLF hacks (lose, lose, lose)
2000-01-17 Art Cancro* Completed POP3 server. All RFC1939 commands except...
2000-01-17 Art Cancro* Implemented LIST and STAT commands in the pop3 server
2000-01-17 Art Cancro* Started fleshing out the POP3 server (will need same...
2000-01-17 Art Cancro* citserver.c: cleanup hook functions are now run under...
2000-01-17 Art Cancro*** empty log message ***
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-26 Art Cancro* serv_vcard: don't run hooks when not logged in (such...