summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko6-47/+47
2016-09-07sendmail: make it possible to pause after connection helper is startedDenys Vlasenko1-10/+14
2016-07-14sendmail: include -H and -S in short help textDenys Vlasenko1-1/+1
2016-07-14sendmail: improve help textDenys Vlasenko1-16/+14
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2014-02-09sendmail: use FQDN in default envelope senderKaarle Ritvanen1-2/+4
2014-02-05sendmail: make -f optional, document its default valueDenys Vlasenko1-11/+56
2013-03-18sendmail: code shrink on top of previous patchesDenys Vlasenko1-42/+30
2013-03-18sendmail: don't add multiple To: headersAaro Koskinen1-3/+16
2013-03-18sendmail: don't add To: header if it already existsAaro Koskinen1-2/+7
2013-03-18sendmail: support long header fields for recipientsAaro Koskinen1-1/+18
2013-03-18sendmail: support address listsAaro Koskinen1-4/+29
2013-03-18sendmail: support addresses inside angle bracketsAaro Koskinen1-2/+20
2013-03-18sendmail: don't mangle e-mail headersAaro Koskinen1-1/+3
2013-03-18sendmail: avoid sending mail to wrong addressesAaro Koskinen1-1/+16
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston3-26/+4
2011-11-19sendmail: fix a mistake in previous commitDenys Vlasenko1-1/+1
2011-11-18sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko2-11/+13
2011-09-18sendmail: don't talk until 220 code is seen. Closes 3487Denys Vlasenko2-43/+58
2011-05-22reformime: do not require \r\nDenys Vlasenko7-471/+504
2010-12-20sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko1-1/+1
2010-12-20mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko6-54/+106
2010-10-04sendmail: fix assumption that headers should have a space after the colonVladimir Dronnikov1-4/+4
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-10-17sendmail: fix for long headers (by Vladimir)Vladimir Dronnikov1-2/+7
2009-10-15sendmail: update by VladimirVladimir Dronnikov1-12/+41
2009-10-03sendmail: accept -i too, not only -oiVladimir Dronnikov3-6/+8
2009-03-31sendmail: update by VladimirDenis Vlasenko4-273/+129
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84
2008-11-06add mailutils/*Denis Vlasenko7-0/+1331