From: guillaumecherel <guillaumecherel@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] Can mshow decode multiple parts at once?
Date: Wed, 13 Jan 2021 10:46:13 +0100 [thread overview]
Message-ID: <gh-mailinglist-notifications-fa6558a0-26e0-48f6-803f-f5a8af34f6a8-mblaze-197@inbox.vuxu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 869 bytes --]
New issue by guillaumecherel on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/197
Description:
The man says
> mshow, by default, decodes all ‘text/*’, ‘message/rfc822’ and ‘multipart/*’ parts […]
But I can't get it to decode both the text/html and text/calendar at the same time.
I have an email that has the following parts:
```
1: multipart/alternative size=7357
2: text/plain size=206
3: text/html size=2130
4: text/calendar size=3227
```
and I set up the filters for text/calendar (just use `text/calendar: cat` for testing purpose). Running `mshow -A text/plain:text/calendar` only displays the text part. Is there a way to make it display all parts at once? There is `mshow -O msg parts ...`, but it requires telling explicitly which parts to extract. I'm looking for a more automatic way.
next reply other threads:[~2021-01-13 9:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-13 9:46 guillaumecherel [this message]
2021-01-13 11:01 ` [ISSUE] [CLOSED] " guillaumecherel
2021-02-02 12:56 ` mbauhardt
2021-02-02 13:01 ` leahneukirchen
2021-02-02 19:59 ` mbauhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=gh-mailinglist-notifications-fa6558a0-26e0-48f6-803f-f5a8af34f6a8-mblaze-197@inbox.vuxu.org \
--to=guillaumecherel@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).