getmx() now uses our array class
[citadel.git] / citadel / modules / smtp / serv_smtpclient.c
2021-02-16 Art Cancrogetmx() now uses our array class
2021-02-14 Art CancroFor messages delivered to a mailing list, add the room...
2021-02-10 Art CancroFilter out zero-length MX records
2021-02-10 Art CancroFixed a bug in the startup sanity checks. When it...
2021-02-05 Art Cancroserv_smtp.c: don't cache the client context
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2019-08-21 Art CancroRemoved all of the SYS_ user contexts, they aren't...
2019-01-08 Art CancroTrim SMTP responses down to one line when putting them...
2018-07-27 Art Cancroindent -kr -i132 citserver.c
2018-07-27 Art CancroThe "c_smtpclient_use_starttls" configuration option...
2018-04-12 Art CancroCapture the actual SMTP response from the server, ugly...
2018-01-14 Art Cancromoved a close-paren onto the next line. HK Rowling...
2017-12-06 Art Cancrominor cosmetic cleanups
2017-07-12 Art CancroNew config option 'c_smtpclient_try_starttls' if nonzer...
2017-07-12 Art CancroCURUSESSL_TRY for outbound SMTP (currently commented...
2017-04-14 Art CancroTransmit the proper host name (set from c_fqdn) in...
2017-04-07 Art CancroHonor retry time
2017-04-07 Art Cancrofix double-free when there are multiple mxes
2017-04-07 Art Cancrobug
2017-03-24 Art Cancroooooohh pretty!
2017-03-24 Art CancroRemove example queue message from comments
2017-03-24 Art CancroIf the administrator specifies a smart-host as an smtp...
2017-03-23 Art CancroNew SMTP client implementation makes libcurl do all...
2011-09-08 Wilfried Goesgensremove classic smtp client. we're over this.
2011-09-05 Wilfried Goesgensmore tiny merge misses
2011-09-04 Art CancroReset run_queue_now back to 0 after a forced run of...
2011-09-04 Art Cancrosmtp client: if msg_size is 0, assume memory corruption...
2011-09-04 Art CancroTemporarily adding dump of badmail to smtpclient
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Wilfried GoesgensFix off by one here too; else we will send two '<'...
2010-12-21 Wilfried GoesgensLibevent integration
2010-12-15 Wilfried GoesgensMove: give the SMTP-Client its own file.