aboutsummaryrefslogtreecommitdiff
path: root/mailutils
AgeCommit message (Expand)Author
2021-01-04Fix mail compilation on the FreeBSDAlex Samorukov
2020-12-17mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parentDenys Vlasenko
2020-12-17mail: deobfuscate launch_helper()Denys Vlasenko
2020-12-17mail: commonalize send_r_n()Denys Vlasenko
2020-12-17mail: move "opts" from globalsDenys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
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
2018-05-14popmaildir: placate gcc8 "warning: 'strncpy' output truncated"Denys Vlasenko
2018-04-07libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2018-01-14popmaildir: tweak help textDenys Vlasenko
2017-10-05sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko
2017-08-22sendmail: fix segfault if "To: email1,email2" is usedDenys Vlasenko
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys 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
2015-07-13Removes stray empty line from codeManinder Singh
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-12-20makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko
2011-11-19makemime: document our current behavior. Tweak help textDenys Vlasenko
2011-11-19makemime: content-type should default to application/octet-streamDenys Vlasenko
2011-11-19sendmail: fix a mistake in previous commitDenys Vlasenko
2011-11-18sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko