aboutsummaryrefslogtreecommitdiff
path: root/mailutils/mail.c
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
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-07-31sendfile: code shrinkDenys Vlasenko
2018-07-31sendmail: support AUTH PLAIN in addition to AUTH LOGINRaffaello D. Di Napoli
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
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys 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-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2010-12-20mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko
2010-09-16move read_base64 to libbb/uuencode.cDenys Vlasenko
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-03-10mail.c: more robust handling of SIGCHLDDenis Vlasenko
2009-03-04sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-11-06add mailutils/*Denis Vlasenko