summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mshow: use %ld for longsLeah Neukirchen2017-10-131-6/+6
|
* blaze822: blaze822_addr: ensure strlen is not run on null pointerLeah Neukirchen2017-10-081-1/+1
| | | | Found by Larry Hynes.
* mscan: revert width to intLeah Neukirchen2017-10-061-3/+3
|
* mshow: render_mime: fix logic bugLeah Neukirchen2017-10-061-1/+1
|
* mhdr: do not return void valuesLeah Neukirchen2017-10-061-4/+8
|
* use appropriate integer typesLeah Neukirchen2017-10-0610-21/+23
| | | | Mainly found with clang -Wconversion -Wshorten-64-to-32.
* blaze822: blaze822_addr: quote local-part if neededLeah Neukirchen2017-10-031-0/+26
|
* rfc2047: blaze822_decode_qp: decode invalid qp-codes as literalLeah Neukirchen2017-09-271-3/+3
|
* mshow: add -F to disable MIME filtersLeah Neukirchen2017-09-222-4/+8
|
* mcom: automatically run mmime when deemed necessaryLeah Neukirchen2017-09-221-16/+27
|
* mmime: gen_qp: quote ^From and ^.$ to be safeLeah Neukirchen2017-09-211-1/+5
|
* mmime: gen_qp: encode trailing space and tab as =20/=09Leah Neukirchen2017-09-191-1/+12
| | | | | | | | See RFC2045 6.7.(3): > It follows that an octet with decimal value 9 or 32 appearing at the > end of an encoded line must be represented according to Rule #1. Prefer this over generating a soft-line break and then a real line break.
* mflow: only accept flowed line with final space when reflowingLeah Neukirchen2017-09-191-1/+1
|
* GNUmakefile: fix OpenBSD buildLeah Neukirchen2017-09-191-1/+1
| | | | By sunil@nimmagadda.net.
* GNUmakefile: tweaks to make it easier for OpenBSD portsLeah Neukirchen2017-09-161-3/+5
|
* mflow: fix argument parsingLeah Neukirchen2017-09-061-2/+2
|
* mflow: only space stuff when really reflowingLeah Neukirchen2017-09-061-1/+1
|
* mflow: add wrapping of long lines, add argument parsing, add quotingLeah Neukirchen2017-09-062-7/+41
|
* mshow: show: treat non-mime mails as single-part text/plain mailsLeah Neukirchen2017-09-061-1/+1
|
* contrib: add mrecodeLeah Neukirchen2017-09-061-0/+8
|
* mhdr: add -p to extract MIME parametersLeah Neukirchen2017-09-063-4/+27
|
* mflow: assume no reflow by default, when content-type existsLeah Neukirchen2017-09-021-0/+1
|
* mflow: flowed: add case where the word is too long for a lineLeah Neukirchen2017-09-021-1/+2
|
* mflag: fix behavior with no arguments and reading from not a ttyLeah Neukirchen2017-09-011-0/+5
|
* styleLeah Neukirchen2017-08-3128-185/+185
|
* mquote: make sed expression to strip signature work with busybox sedSören Tempel2017-08-221-1/+1
| | | | Closes: #74 [via git-merge-pr]
* mgenmid: printb36: fix off-by-oneLeah Neukirchen2017-08-211-1/+2
| | | | Closes #73.
* mshow: render_mime: avoid indexing into empty bufferLeah Neukirchen2017-08-211-1/+1
| | | | Found using spam corpus at http://untroubled.org/spam/2017-08.7z
* mflow: use blaze822_mime_parameter properlyLeah Neukirchen2017-08-211-4/+4
| | | | Found using spam corpus at http://untroubled.org/spam/2017-08.7z.
* squash more mandoc -Tlint warningsLeah Neukirchen2017-08-2011-42/+43
|
* mshow: use return value 62 for raw output of filtersLeah Neukirchen2017-08-201-2/+5
| | | | E.g. for elinks -dump -dump-color-mode 3
* mmime.1: reference makemime(1) and mhbuild(1)Leah Neukirchen2017-08-201-0/+2
|
* mshow: use "less -RFXe" when $PAGER is plain "less"Leah Neukirchen2017-08-171-1/+6
|
* filter: use a non-blocking write pipeLeah Neukirchen2017-08-061-3/+10
|
* filter: don't write more than PIPE_BUF at onceLeah Neukirchen2017-08-061-2/+5
| | | | | This could result in stalling during big writes when we can't read the output of the child in the mean time.
* mverify: use 0+x to force numberLeah Neukirchen2017-08-051-3/+3
| | | | +x does not work in nawk/*BSD awk.
* mverify: Cant - > cannotLarry Hynes2017-08-051-1/+1
| | | | | | | - This works around the quoting problem inherent in using Can't and avoids using the incorrect Cant Closes: #71 [via git-merge-pr]
* mshow: fallback to text/plain when no content-type existsLeah Neukirchen2017-08-051-3/+5
|
* rfc2047: blaze822_decode_b64: ensure nul-termination of resultLeah Neukirchen2017-07-301-1/+3
| | | | Fixes #70.
* mcom: dreaft -> draftLarry Hynes2017-07-271-1/+1
| | | | Closes: #69 [via git-merge-pr]
* filter.example: use mflowLeah Neukirchen2017-07-261-0/+1
|
* add mflowLeah Neukirchen2017-07-265-4/+249
|
* VERSION: 0.2 v0.2Leah Neukirchen2017-07-171-1/+1
|
* add NEWS.mdLeah Neukirchen2017-07-171-0/+17
|
* mseq: use first message of range for -c and -C.Leah Neukirchen2017-07-171-0/+6
|
* minc: use squeeze_slashLeah Neukirchen2017-07-122-2/+4
| | | | Closes #68.
* mlist: extract squeeze_slashLeah Neukirchen2017-07-124-11/+20
|
* mrep: avoid initial space for References:Leah Neukirchen2017-07-121-1/+1
| | | | This triggered qp-encoding, which is not allowed for this header.
* Changes to mthread.1Larry Hynes2017-07-121-7/+8
| | | | | | | | | | | - Sprinkle some commas - passed -> specified - 'the' standard input - 'one per line' - 'in case' -> 'if' - Flesh out -S outbox example Closes: #67 [via git-merge-pr]
* Changes to msort.1Larry Hynes2017-07-111-6/+4
| | | | | | | | | | - Clarify that its the message names, not the messages, that get printed - passed -> specified - Merge 3rd sentence in DESCRIPTION with 1st - 'the' standard input Closes: #66 [via git-merge-pr]