fix all the <time.h> vs. <sys/time.h> issues, hopefully
[citadel.git] / citadel / serv_pop3.c
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...