Leah Neukirchen
1207c53444
msed: fix parsing of a//
2018-01-11 15:38:54 +01:00
Leah Neukirchen
3957080127
mscan: u8putstr: factor out common code
2018-01-11 15:37:47 +01:00
Leah Neukirchen
7999b44de8
mverify: properly quote the sed mess
2018-01-10 23:50:54 +01:00
Leah Neukirchen
bafe62e898
NEWS.md: update
2018-01-09 17:06:04 +01:00
Leah Neukirchen
de30dce638
mquote: fall back to rendering when no plaint text reply was found
2018-01-09 17:02:02 +01:00
Leah Neukirchen
e2c243bc26
mshow: exit with status 1 if -R didn't find a plain text reply
2018-01-09 17:01:35 +01:00
Leah Neukirchen
4bf38b9751
mless: add { }/$ to jump to first/last message
2018-01-07 23:30:28 +01:00
Leah Neukirchen
a07be8d7c8
NEWS.md: update
2018-01-07 23:07:16 +01:00
Leah Neukirchen
cb33213374
mshow.1: explain filter exit statuses
2018-01-07 23:00:06 +01:00
Leah Neukirchen
dd6915d47e
mcom: strip empty headers after editing
2018-01-07 21:32:48 +01:00
Leah Neukirchen
07f3f044ed
msed: add s///d flag to remove on match
2018-01-07 21:28:02 +01:00
Leah Neukirchen
5e7c300b42
blaze822: blaze822_loop: use long as return type
2018-01-07 21:13:59 +01:00
Leah Neukirchen
a5026c9b99
blaze822: blaze822_addr: rewrite address parsing
...
This hopefully fixes many bugs and subtleties related to extracting
adresses.
2018-01-07 20:42:53 +01:00
Leah Neukirchen
ed16bee191
mseq: create tmpfile O_EXCL to detect multiple mseq -S in a pipeline
2018-01-06 23:26:05 +01:00
Leah Neukirchen
5f500a9134
contrib/mverify: fix quoting
2018-01-06 23:10:12 +01:00
Leah Neukirchen
3ee9525824
add contrib/mraw
2018-01-06 22:54:08 +01:00
Leah Neukirchen
6f3fa0d78b
mcom: avoid xargs
2018-01-06 22:53:23 +01:00
Leah Neukirchen
88a87a361a
add mbnc to bounce messages
2018-01-06 19:17:49 +01:00
Leah Neukirchen
a6243d7a2f
mless: drop PATH change
2018-01-06 18:36:32 +01:00
Leah Neukirchen
d1d2a41baf
mverify: drop dependency on unix2dos and bash
2018-01-06 18:34:16 +01:00
Leah Neukirchen
48a3769f34
mverify: use -r for plain text signatures
2018-01-06 18:20:15 +01:00
Leah Neukirchen
e89e6f835d
mless: allow overriding of colors in colorscan
...
Fixes #81 .
2018-01-04 17:47:47 +01:00
Leah Neukirchen
af7d6750fd
mlist: listarg: list empty Maildirs if no filtering took place
2018-01-01 18:44:59 +01:00
Leah Neukirchen
3ebd4cc3a3
mlist: list: update total count too
2018-01-01 18:44:36 +01:00
Leah Neukirchen
6310898b10
mshow: list, reply: skip leading spaces for file names
2017-12-06 14:00:38 +01:00
Leah Neukirchen
4fef01ab6d
rfc2047: blaze822_decode_rfc2047: check for NUL bytes at the very end of decoding
2017-12-05 18:05:58 +01:00
Leah Neukirchen
ba4a0cf589
rfc2047: blaze822_decode_rfc2047: don't decode encoded-words that contain NUL bytes
...
This is a lax interpretation of RFC 2047, 4.5:
> Only printable and white space character data should be encoded using
> this scheme. However, since these encoding schemes allow the
> encoding of arbitrary octet values, mail readers that implement this
> decoding should also ensure that display of the decoded data on the
> recipient's terminal will not cause unwanted side-effects.
Since many of the code that deals with header values does not support
inline NUL bytes, it's best to not decode them here.
We check for this after iconv, so quoted-printable UTF-32 e.g. should be
safe.
Also see https://www.mailsploit.com/
2017-12-05 16:59:31 +01:00
Leah Neukirchen
4d40475364
mscan: fetch window size from /dev/tty
...
Fixes mscan width inside mless.
2017-11-28 18:31:49 +01:00
Leah Neukirchen
3e6f8047a6
u8decode: detect invalid encodings
2017-11-23 16:22:06 +01:00
Leah Neukirchen
73641367db
revamp utf-8 handling code
2017-11-22 23:48:32 +01:00
Duncaen
8b50a794b0
magrep: keep threading while matching body
2017-11-15 18:30:54 +01:00
Leah Neukirchen
bb15eac90f
GNUmakefile: prefer CFLAGS from env, move hardening to overridable default flags
2017-11-14 13:25:41 +01:00
Duncaen
a604469303
t: add test case for latest magrep crash
...
This crash was reported in #76 and resolved with
commit 6239ef35357824308df079bd6df0dc4b202e898.
2017-11-11 17:27:00 +01:00
Leah Neukirchen
e6239ef353
rfc2047: blaze822_decide_rfc2047: ensure enough space for NUL-termination
...
Closes #76 .
2017-11-11 16:57:52 +01:00
Leah Neukirchen
d46f65d38c
mflow: flowed: ensure progress by printing at least one word each time
...
Even if this overflows the line length...
2017-11-09 15:09:59 +01:00
Leah Neukirchen
c1fcb246bb
mflow: flowed: reevaluate termination after line break.
2017-11-09 13:43:06 +01:00
Leah Neukirchen
5131b4305f
mscan: display TO: address decode
2017-11-08 21:32:28 +01:00
Leah Neukirchen
00a1382175
mlist: use a static buffer, clean up control flow
2017-10-29 22:08:32 +01:00
Duncaen
4e7a5c5ab6
mpick: add negations
2017-10-26 23:14:23 +02:00
Leah Neukirchen
6a074d7451
mmsg.7: consistently speak of sequences and ranges
2017-10-25 15:41:45 +02:00
Leah Neukirchen
06c9f23365
mshow: use %ld for longs
2017-10-13 15:48:39 +02:00
Leah Neukirchen
be6bbf6056
blaze822: blaze822_addr: ensure strlen is not run on null pointer
...
Found by Larry Hynes.
2017-10-08 21:15:49 +02:00
Leah Neukirchen
5fe0003c98
mscan: revert width to int
2017-10-06 13:20:28 +02:00
Leah Neukirchen
88bde0af33
mshow: render_mime: fix logic bug
2017-10-06 13:16:30 +02:00
Leah Neukirchen
1748c0f52a
mhdr: do not return void values
2017-10-06 13:16:15 +02:00
Leah Neukirchen
5f45b7d533
use appropriate integer types
...
Mainly found with clang -Wconversion -Wshorten-64-to-32.
2017-10-06 13:15:28 +02:00
Leah Neukirchen
ce9ac3aff4
blaze822: blaze822_addr: quote local-part if needed
2017-10-03 23:43:59 +02:00
Leah Neukirchen
5ff71ace36
rfc2047: blaze822_decode_qp: decode invalid qp-codes as literal
2017-09-27 14:42:54 +02:00
Leah Neukirchen
f1789cfcef
mshow: add -F to disable MIME filters
2017-09-22 15:37:36 +02:00
Leah Neukirchen
75ba2ab9a5
mcom: automatically run mmime when deemed necessary
2017-09-22 14:53:30 +02:00