summaryrefslogtreecommitdiff
path: root/mailutils
AgeCommit message (Expand)AuthorFilesLines
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 Yorston1-3/+4
2011-12-20makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko1-3/+3
2011-11-19makemime: document our current behavior. Tweak help textDenys Vlasenko2-5/+25
2011-11-19makemime: content-type should default to application/octet-streamDenys Vlasenko2-9/+3
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-10-28makemime: fix -a option not taking parameterDenys Vlasenko1-1/+1
2011-09-18sendmail: don't talk until 220 code is seen. Closes 3487Denys Vlasenko2-43/+58
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko3-4/+1
2011-05-22reformime: do not require \r\nDenys Vlasenko5-296/+329
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko1-2/+2
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2-0/+61
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 Vlasenko5-24/+106
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko1-3/+3
2010-10-05sendmail: fix assumption that headers should have a space after the colonVladimir Dronnikov1-4/+4
2010-09-16move read_base64 to libbb/uuencode.cDenys Vlasenko1-3/+2
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko3-70/+2
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko5-5/+5
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard1-3/+1
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2-4/+2
2010-06-25*: make exec failure message more consistentDenys Vlasenko2-4/+4
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko2-0/+4
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko1-5/+5
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2-0/+0
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko1-1/+1
2010-01-25whitespace fixesDenys Vlasenko1-1/+1
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko2-2/+2
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko1-1/+1
2009-10-17sendmail: fix for long headers (by Vladimir)Vladimir Dronnikov1-2/+7
2009-10-15sendmail: update by VladimirVladimir Dronnikov1-12/+41
2009-10-04sendmail: accept -i too, not only -oiVladimir Dronnikov1-5/+6
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko1-1/+2
2009-07-07reformime: small code and style fixes. no material changes in behavior.Denys Vlasenko1-7/+12
2009-07-05tweak sendmail and makemime help textsDenys Vlasenko1-2/+59
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2-5/+5
2009-03-31sendmail: update by VladimirDenis Vlasenko2-254/+109
2009-03-12popmaildir: fix several grave bugs with using memory past end of malloc blockDenis Vlasenko1-27/+25
2009-03-10mail.c: more robust handling of SIGCHLDDenis Vlasenko1-4/+7
2009-03-04sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko1-24/+27
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer1-2/+2
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko1-1/+1