Release version 999 generated by do-release.sh
[citadel.git] / citadel / modules / smtp / smtp_util.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-03-03 Art Cancroregretting my brief fling with BSD style braces
2021-02-07 Art CancroRemoved the register/callback stuff from serv_smtp...
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(). ...
2018-01-25 Art Cancrowar on eNodeName
2017-03-23 Art CancroNew SMTP client implementation makes libcurl do all...
2017-03-04 Art Cancrostyle cleanup
2016-01-23 Wilfried Goesgensmore log silencing.
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2014-02-12 Art CancroMerge branch 'master' into nntp
2014-02-12 Art CancroAdded message-id to the list of fields CtdlOutputMsg...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-09-01 Wilfried GoesgensFix generation of bounce messages; we would put the...
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-12-01 Wilfried GoesgensSMTPSRV: migrate to use StrBuf
2012-07-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-12-30 Wilfried GoesgensStyle cleanup
2011-09-07 Wilfried Goesgensfix warnings in libev related codebase
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-08 Wilfried Goesgenslibev smtp migration
2010-12-23 Wilfried GoesgensLibevent Integration
2010-12-15 Wilfried GoesgensMove: give the SMTP-Client its own file.