[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nmh-workers] Stupid 'pick' question...
From: |
Ralph Corderoy |
Subject: |
Re: [nmh-workers] Stupid 'pick' question... |
Date: |
Thu, 13 Jun 2019 08:41:35 +0100 |
Hi Bakul,
> The reason being the body was MIME encoded because of UTF-8 even
> though it is plain text.
I think that's why David and others runs all their emails on delivery
through mhfixmsg(1)'s `-decodetext'.
> Content-Transfer-Encoding: base64
Which of us hasn't worked out the possible encodings and searched for
those? :-)
$ for p in '' _ __; do base64 <<<${p}foobar; done
Zm9vYmFyCg==
X2Zvb2Jhcgo=
X19mb29iYXIK
$
$ for p in nul u to tri; do
> base64 <<<${p}foobarxyzzy | egrep 'Zm9vYmFy|Zvb2Jhc|mb29iYX'
> done
bnVsZm9vYmFyeHl6enkK
dWZvb2Jhcnh5enp5Cg==
dG9mb29iYXJ4eXp6eQo=
dHJpZm9vYmFyeHl6enkK
$
--
Cheers, Ralph.
- Re: [nmh-workers] Stupid 'pick' question..., (continued)
- Re: [nmh-workers] Stupid 'pick' question..., Bakul Shah, 2019/06/07
- Re: [nmh-workers] Stupid 'pick' question..., Bakul Shah, 2019/06/07
- Re: [nmh-workers] Stupid 'pick' question..., Valdis Klētnieks, 2019/06/08
- Re: [nmh-workers] Stupid 'pick' question..., Ralph Corderoy, 2019/06/09
- Re: [nmh-workers] Stupid 'pick' question..., Andy Bradford, 2019/06/12
- Re: [nmh-workers] Stupid 'pick' question..., Bakul Shah, 2019/06/12
- Re: [nmh-workers] Stupid 'pick' question...,
Ralph Corderoy <=
- Re: [nmh-workers] Stupid 'pick' question..., Ralph Corderoy, 2019/06/09
- Re: [nmh-workers] Stupid 'pick' question..., Bakul Shah, 2019/06/09
- Re: [nmh-workers] Stupid 'pick' question..., Ralph Corderoy, 2019/06/09
Re: [nmh-workers] Stupid 'pick' question..., Robert Elz, 2019/06/08
Re: [nmh-workers] Stupid 'pick' question..., Ralph Corderoy, 2019/06/08
Re: [nmh-workers] Stupid 'pick' question..., Robert Elz, 2019/06/08