]> code.citadel.org Git - citadel.git/history - citadel/server/modules/smtp/serv_smtpclient.c
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / citadel / server / modules / smtp / serv_smtpclient.c
3 days ago Art Cancroput list-unsubscribe address in angle brackets
9 days ago Art Cancromore work on alerting
10 days ago Art Cancrodkim: create key and selector if absent
10 days ago Art CancroUse detection of config keys and sender domain to deter...
11 days ago Art CancroAttempt to learn signing domain from sender address
11 days ago Art CancroExtract private key from config database
11 days ago Art Cancrocanon headers: replace multiple whitespace with one...
2024-05-08 Art CancroIntegrated the DKIM signer into serv_smtpclient, but...
2024-04-26 Art CancroMailing list header changes (fuck you Google)
2024-01-04 Art Cancrodammit, learn to spell
2023-12-18 Art Cancroserv_smtpclient.c: style cleanup
2023-08-27 Art CancroCM_SetField() no longer accepts a length, just uses...
2023-08-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-07-21 Art CancroMerge branch 'Memory_Leak_SmtpClient' into 'master'
2023-07-18 Harlow SolutionsMemory leak in SMTP Client string trim
2023-03-19 Art CancroChanged the algorithm for quick queue runs to prevent...
2023-02-12 Art Cancrocitadel.h is now citadel_defs.h
2023-02-08 Art CancroMost outgoing email will now be delivered the moment...
2023-02-08 Art Cancrokeep track of last_queue_job_submitted
2023-02-08 Art Cancrogive the smtp job queue an ability to do a quick or...
2023-02-08 Art CancroKeep track of last queue message processed
2023-02-07 Art Cancrocomment change
2023-02-07 Art CancroWrap SMTP Client concurrency check in a mutex
2023-02-07 Art Cancromade a couple of things more readable
2023-01-31 Art Cancroserv_smtpclient: queue now uses libcitadel Array type
2022-06-11 Art CancroIf you can't handle me at my worst, you don't deserve...
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...