index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mailutils
/
sendmail.c
Age
Commit message (
Expand
)
Author
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-05
libbb: make trim() return pointer to terminating NUL
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-02-12
sendmail: allow "+" symbol in recipient. Closes 9646
Denys Vlasenko
2016-11-23
Convert all mailutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-09-07
sendmail: make it possible to pause after connection helper is started
Denys Vlasenko
2016-07-14
sendmail: include -H and -S in short help text
Denys Vlasenko
2016-07-14
sendmail: improve help text
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-03-30
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2014-02-09
sendmail: use FQDN in default envelope sender
Kaarle Ritvanen
2014-02-05
sendmail: make -f optional, document its default value
Denys Vlasenko
2013-03-18
sendmail: code shrink on top of previous patches
Denys Vlasenko
2013-03-18
sendmail: don't add multiple To: headers
Aaro Koskinen
2013-03-18
sendmail: don't add To: header if it already exists
Aaro Koskinen
2013-03-18
sendmail: support long header fields for recipients
Aaro Koskinen
2013-03-18
sendmail: support address lists
Aaro Koskinen
2013-03-18
sendmail: support addresses inside angle brackets
Aaro Koskinen
2013-03-18
sendmail: don't mangle e-mail headers
Aaro Koskinen
2013-03-18
sendmail: avoid sending mail to wrong addresses
Aaro Koskinen
2012-04-28
sendmail: use host rather than NIS domain name for HELO
Ron Yorston
2011-11-19
sendmail: fix a mistake in previous commit
Denys Vlasenko
2011-11-18
sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines
Denys Vlasenko
2011-09-18
sendmail: don't talk until 220 code is seen. Closes 3487
Denys Vlasenko
2011-05-22
reformime: do not require \r\n
Denys Vlasenko
2010-12-20
sendmail: remove forgotten commenting-out on a "if (verbose)"
Denys Vlasenko
2010-12-20
mailutils/*: add verbose option to sendmail; remove -m and -j from makemime
Denys Vlasenko
2010-10-05
sendmail: fix assumption that headers should have a space after the colon
Vladimir Dronnikov
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-11-15
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-10-17
sendmail: fix for long headers (by Vladimir)
Vladimir Dronnikov
2009-10-15
sendmail: update by Vladimir
Vladimir Dronnikov
2009-10-04
sendmail: accept -i too, not only -oi
Vladimir Dronnikov
2009-03-31
sendmail: update by Vladimir
Denis Vlasenko
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-11-06
add mailutils/*
Denis Vlasenko