Transmit the proper host name (set from c_fqdn) in EHLO command when we talk to a...
[citadel.git] / citadel / modules / smtp / serv_smtpclient.c
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.