summaryrefslogtreecommitdiff
path: root/mailutils/sendmail.c
Commit message (Expand)AuthorAgeFilesLines
* mail: commonalize send_r_n()Denys Vlasenko2020-12-171-7/+2
* mail: move "opts" from globalsDenys Vlasenko2020-12-171-4/+5
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* sendmail: use on-stack buffer for AUTH PLAINDenys Vlasenko2018-07-311-11/+27
* sendmail: code shrink 2Denys Vlasenko2018-07-311-9/+9
* sendfile: code shrinkDenys Vlasenko2018-07-311-3/+3
* sendmail: support AUTH PLAIN in addition to AUTH LOGINRaffaello D. Di Napoli2018-07-311-8/+32
* sendmail: fix parsing of addresses in angle bracketsRaffaello D. Di Napoli2018-07-041-1/+1
* sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko2017-10-051-1/+7
* sendmail: fix segfault if "To: email1,email2" is usedDenys Vlasenko2017-08-221-3/+4
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+8
* libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-3/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko2017-02-121-1/+1
* Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+7
* sendmail: make it possible to pause after connection helper is startedDenys Vlasenko2016-09-071-10/+14
* sendmail: include -H and -S in short help textDenys Vlasenko2016-07-141-1/+1
* sendmail: improve help textDenys Vlasenko2016-07-141-16/+14
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-1/+1
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* sendmail: use FQDN in default envelope senderKaarle Ritvanen2014-02-091-2/+4
* sendmail: make -f optional, document its default valueDenys Vlasenko2014-02-051-11/+56
* sendmail: code shrink on top of previous patchesDenys Vlasenko2013-03-181-42/+30
* sendmail: don't add multiple To: headersAaro Koskinen2013-03-181-3/+16
* sendmail: don't add To: header if it already existsAaro Koskinen2013-03-181-2/+7
* sendmail: support long header fields for recipientsAaro Koskinen2013-03-181-1/+18
* sendmail: support address listsAaro Koskinen2013-03-181-4/+29
* sendmail: support addresses inside angle bracketsAaro Koskinen2013-03-181-2/+20
* sendmail: don't mangle e-mail headersAaro Koskinen2013-03-181-1/+3
* sendmail: avoid sending mail to wrong addressesAaro Koskinen2013-03-181-1/+16
* sendmail: use host rather than NIS domain name for HELORon Yorston2012-04-281-3/+4
* sendmail: fix a mistake in previous commitDenys Vlasenko2011-11-191-1/+1
* sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko2011-11-181-10/+12
* sendmail: don't talk until 220 code is seen. Closes 3487Denys Vlasenko2011-09-181-39/+51
* reformime: do not require \r\nDenys Vlasenko2011-05-221-0/+2
* sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko2010-12-201-1/+1
* mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-201-9/+55
* sendmail: fix assumption that headers should have a space after the colonVladimir Dronnikov2010-10-051-4/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-1/+1
* sendmail: fix for long headers (by Vladimir)Vladimir Dronnikov2009-10-171-2/+7
* sendmail: update by VladimirVladimir Dronnikov2009-10-151-12/+41
* sendmail: accept -i too, not only -oiVladimir Dronnikov2009-10-041-5/+6
* sendmail: update by VladimirDenis Vlasenko2009-03-311-238/+109
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-1/+1
* add mailutils/*Denis Vlasenko2008-11-061-0/+388