struct recptypes now uses dynamically allocated
[citadel.git] / citadel / serv_smtp.c
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-04-03 Art CancroCleaned up some syntax. Also cleaned up a
2007-03-29 Art Cancro* When rejecting SMTP connections immediately upon...
2007-03-19 Art CancroOriginal message is now attached to smtp bounces.
2007-03-19 Art CancroSMTP bounces are now MIME format with a multipart/mixed
2007-03-15 Art CancroApplied ninjadroid's patch for removing the
2007-02-22 Wilfried Göesgens* fixup @'s in usernames when doing smtpauth client
2007-02-12 Art CancroObserve CC->nologin (too many users already online...
2007-02-04 Art Cancro* Added a config option to check RBL's immediately...
2007-01-20 Wilfried Göesgens* free the validated recipients
2007-01-20 Wilfried Göesgens* if the message is not valid, try to free the message...
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-12-14 Art CancroCleaned up some commented-out stuff that was left in...
2006-10-27 Art CancroWhen SMTP client can't connect and errno = 0, set
2006-10-23 Art CancroKeep track of envelope from and to headers
2006-10-17 Art CancroImplemented the REJECT extension
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-05-09 Art CancroFixed the PLAIN auth method in SMTP so that it accepts
2006-04-06 Art Cancroserv_smtp.c: when sending out mail, try EHLO first...
2006-02-10 Art CancroExtended status code update recommended by RFC 2476
2006-01-19 Art Cancro* support SMTP-AUTH for outbound connection to smart...
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2006-01-11 Art Cancro* Added a per-user client option to always compose...
2005-10-31 Art Cancro* When logging to syslog is enabled, SMTP transactions...
2005-10-27 Art Cancro* Allow 'host:port' syntax when specifying an outbound...
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2005-10-08 Art Cancrobugzilla 164
2005-09-16 Art Cancro*** empty log message ***
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-09-15 Art Cancro* serv_smtp.c: Allow the use of *any* RFC822-compliant...
2005-08-10 Art Cancro* Added "instant expunge" and "allow spoofing" site...
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-06-12 Art Cancro* Provide separate filtered and unfiltered LMTP sockets.
2005-06-09 Art Cancro* Do not log IMAP/POP/SMTP password commands
2005-06-07 Art Cancro* bounce messages need subjects
2005-05-12 Art Cancro* Fixed a minor bug discovered in SMTP at one site
2005-04-29 Art Cancro* Significantly reduced the memory footprint of struct...
2005-04-13 Art Cancro* citmail.c: changes to citmail to make it usable as...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-22 Art Cancro* Oops, forgot to initialize some data structures...
2005-03-12 Art Cancro* Trying to fix a memory bug somewhere.
2005-03-04 Art Cancro* SMTP: only offer TLS on the MSA port (587), not on...
2005-03-03 Art Cancro* Realized that memreadline() does NOT return a NULL...
2005-03-02 Art Cancro* serv_smtp.c: removed use of temporary file for SMTP...
2005-03-02 Art Cancro* serv_spam.c: use redirect_buffer instead of redirect_sock
2005-02-23 Art Cancro* When auto-creating Mail>, Sent Items>, etc... set...
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-19 Art Cancro* Minor fixenbugs after running with Valgrind
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-15 Art Cancro* Add an SMTP MSA listener (separate port, requires...
2004-09-01 Art Cancro* serv_smtp.c: fix build error on hosts with no SSL...
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.
next