summaryrefslogtreecommitdiff
path: root/mailutils
Commit message (Expand)AuthorAgeFilesLines
* config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko2021-10-121-2/+2
* Fix mail compilation on the FreeBSDAlex Samorukov2021-01-041-1/+14
* mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parentDenys Vlasenko2020-12-171-1/+3
* mail: deobfuscate launch_helper()Denys Vlasenko2020-12-171-29/+27
* mail: commonalize send_r_n()Denys Vlasenko2020-12-174-10/+12
* mail: move "opts" from globalsDenys Vlasenko2020-12-176-15/+15
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-2/+3
* ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-201-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-023-5/+5
* config: update size informationDenys Vlasenko2018-12-281-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-314-22/+26
* sendmail: support AUTH PLAIN in addition to AUTH LOGINRaffaello D. Di Napoli2018-07-313-14/+45
* sendmail: fix parsing of addresses in angle bracketsRaffaello D. Di Napoli2018-07-041-1/+1
* popmaildir: placate gcc8 "warning: 'strncpy' output truncated"Denys Vlasenko2018-05-141-1/+1
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-2/+2
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-2/+2
* popmaildir: tweak help textDenys Vlasenko2018-01-141-2/+2
* 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
* *: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko2017-08-161-15/+6
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-10/+14
* libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-3/+2
* config: deindent all help textsDenys Vlasenko2017-07-215-12/+12
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-184-4/+4
* sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko2017-02-121-1/+1
* Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-235-43/+47
* 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-064-8/+7
* 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-072-2/+2
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* 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
* makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko2011-12-201-3/+3
* makemime: document our current behavior. Tweak help textDenys Vlasenko2011-11-192-5/+25
* makemime: content-type should default to application/octet-streamDenys Vlasenko2011-11-192-9/+3
* sendmail: fix a mistake in previous commitDenys Vlasenko2011-11-191-1/+1