aboutsummaryrefslogtreecommitdiff
path: root/mailutils/sendmail.c
AgeCommit message (Expand)Author
2020-12-17mail: commonalize send_r_n()Denys Vlasenko
2020-12-17mail: move "opts" from globalsDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-07-31sendmail: use on-stack buffer for AUTH PLAINDenys Vlasenko
2018-07-31sendmail: code shrink 2Denys Vlasenko
2018-07-31sendfile: code shrinkDenys Vlasenko
2018-07-31sendmail: support AUTH PLAIN in addition to AUTH LOGINRaffaello D. Di Napoli
2018-07-04sendmail: fix parsing of addresses in angle bracketsRaffaello D. Di Napoli
2017-10-05sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko
2017-08-22sendmail: fix segfault if "To: email1,email2" is usedDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-05libbb: make trim() return pointer to terminating NULDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-02-12sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko
2016-11-23Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-09-07sendmail: make it possible to pause after connection helper is startedDenys Vlasenko
2016-07-14sendmail: include -H and -S in short help textDenys Vlasenko
2016-07-14sendmail: improve help textDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2014-02-09sendmail: use FQDN in default envelope senderKaarle Ritvanen
2014-02-05sendmail: make -f optional, document its default valueDenys Vlasenko
2013-03-18sendmail: code shrink on top of previous patchesDenys Vlasenko
2013-03-18sendmail: don't add multiple To: headersAaro Koskinen
2013-03-18sendmail: don't add To: header if it already existsAaro Koskinen
2013-03-18sendmail: support long header fields for recipientsAaro Koskinen
2013-03-18sendmail: support address listsAaro Koskinen
2013-03-18sendmail: support addresses inside angle bracketsAaro Koskinen
2013-03-18sendmail: don't mangle e-mail headersAaro Koskinen
2013-03-18sendmail: avoid sending mail to wrong addressesAaro Koskinen
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston
2011-11-19sendmail: fix a mistake in previous commitDenys Vlasenko
2011-11-18sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko
2011-09-18sendmail: don't talk until 220 code is seen. Closes 3487Denys Vlasenko
2011-05-22reformime: do not require \r\nDenys Vlasenko
2010-12-20sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko
2010-12-20mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko
2010-10-05sendmail: fix assumption that headers should have a space after the colonVladimir Dronnikov
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-10-17sendmail: fix for long headers (by Vladimir)Vladimir Dronnikov
2009-10-15sendmail: update by VladimirVladimir Dronnikov
2009-10-04sendmail: accept -i too, not only -oiVladimir Dronnikov
2009-03-31sendmail: update by VladimirDenis Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-11-06add mailutils/*Denis Vlasenko