* Replaced all "Citadel/UX" references with "Citadel"
[citadel.git] / citadel / serv_smtp.c
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-07-03 Art Cancro* Check the "Permission to send Internet mail" access...
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
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-03-06 Art Cancro* serv_smtp.c: don't offer the STARTTLS extension if...
2004-03-06 Art Cancro* removed some debug messages
2004-03-06 Art Cancro* serv_smtp.c: do not offer the PIPELINING extension...
2004-03-05 Art Cancro* Added some more debugging to serv_smtp.c to try to...
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-18 Art Cancro* smtp: EHLO response now includes both "AUTH " and...
2004-02-17 Art Cancro* Support PLAIN auth method in SMTP
2004-02-16 Art Cancro* Support POP3 over TLS
2004-02-16 Art Cancro* Implement RFC 2487 - SMTP Service Extension for Secur...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-01-27 Art Cancro* serv_smtp.c: HELO and EHLO responses now reply with...
2003-12-08 Art Cancro* serv_smtp.c: validated and documented compliance...
2003-09-12 Art Cancro* serv_smtp.c: remember whether we're SMTP or LMTP...
2003-09-09 Art Cancro* Suppress domain forgery check when using LMTP
2003-09-08 Art Cancro* The unix domain socket used for citmail to talk to...
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-07-10 Art Cancro* Added cs_addr field to struct CitContext -- holds...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-19 Art Cancro*** empty log message ***
2003-06-19 Art Cancro* domain.c: use qsort() to sort MX records by preferenc...
2003-06-19 Art Cancro* Fixed a subtle but ugly bug in the SMTP sender that...
2003-05-28 Art Cancro* msgbase.c: validate_recipients() now rejects Internet...
2003-04-30 Art Cancro* Minor fix to ESMTP greeting (missing '-' screwed...
2003-04-30 Art Cancro* Added the ENHANCEDSTATUSCODES extention to ESMTP.
2003-04-28 Art Cancro* Added a site-configurable setting to suppress the...
2003-04-26 Art Cancro* remove extraneous break statements
2003-04-26 Art Cancro* Removal of individual "remote" lines from message...
2003-04-25 Art Cancro* same thing
2003-04-25 Art Cancro* When rejecting spam, use SMTP error code 550, not 552
2003-03-30 Art Cancro* Optimized CtdlReadMessageBody() and also gave it...
2003-03-06 Art Cancro* When entering a message into Citadel with authenticat...
2003-03-05 Art Cancro* serv_smtp.c: when authenticated, do not log out when...
2003-02-14 Art Cancro* Added support for any standard RBL
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-16 Art Cancro* CtdlWriteObject() encode in memory instead of on...
2002-09-15 Art Cancro* Renamed decode_base64() to CtdlDecodeBase64()
2002-08-25 Art Cancro* Hide the SMTP queue and the sysconfig rooms.
2002-07-28 Art Cancro* Augmented the "headers only" functionality of the...
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-06-07 Art Cancro* Added a new message function hook type EVT_SMTPSCAN...
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-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-01 Art Cancro* Cosmetic change to Received: line
2002-02-20 Art Cancro* Started adding better management of source IP address...
2002-01-26 Art Cancro* smtp FROM command now validates sender using the...
2002-01-25 Art Cancro* Greatly simplified the logic for validating recipient...
2002-01-25 Art Cancro* Fixed acceptance of inbound SMTP messages relaying...
2002-01-23 Art Cancro* Add vCards from incoming network messages in the...
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2002-01-13 Art Cancro* Allow incoming SMTP to relay to other Citadel nodes...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-03 Art Cancro* I think this is the last of the fixes for the new...
2002-01-02 Art Cancro* More message submission queue stuff
2002-01-01 Art Cancro* Finished the updates to serv_smtp.c, although I think...
2001-12-31 Art Cancro* Almost finished converting serv_smtp.c to the new...
2001-12-31 Art Cancro* mail stuff
2001-12-30 Art Cancro* Don't even think of running this code.
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-12-01 Art Cancro* Minor cosmetic changes to serv_smtp.c
2001-12-01 Art Cancro* Fixed an SMTP delivery problem that was causing certa...
2001-12-01 Art Cancro* Added a command "SMTP" to the Citadel protocol, to...
2001-11-16 Art Cancro* Eliminated the sock_puts_crlf() function and ensured...
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-10-03 Art Cancro* serv_smtp.c: implement RFC2920 ESMTP "pipelining...
2001-09-16 Art Cancro* serv_smtp.c: instead of doubling delivery retry times...
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-05-18 Art Cancro* Fixed bug in mime_parser.c that caused parts to be...
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-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-10-17 Art Cancro* IMAP date strings. More stupidity.
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-07-22 Art Cancro* fix?
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-22 Art Cancro* more IMAP
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-05-15 Art Cancro* Double the retry interval for SMTP deliveries after...
2000-05-11 Art Cancro* serv_smtp.c: clear the relevant state buffers after...
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-19 Art Cancro* SMTP hacks to deal with AOL braindamage
2000-03-18 Art Cancro* Support multiline responses from SMTP servers when...
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-07 Art Cancro* socket stuff
next