* [ISSUE] Can mshow display multiple parts at once?
@ 2021-01-13 9:47 guillaumecherel
2021-01-14 15:44 ` leahneukirchen
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: guillaumecherel @ 2021-01-13 9:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 869 bytes --]
New issue by guillaumecherel on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/198
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can mshow display multiple parts at once?
2021-01-13 9:47 [ISSUE] Can mshow display multiple parts at once? guillaumecherel
@ 2021-01-14 15:44 ` leahneukirchen
2021-01-15 9:43 ` guillaumecherel
2021-01-15 9:43 ` [ISSUE] [CLOSED] " guillaumecherel
2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2021-01-14 15:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 239 bytes --]
New comment by leahneukirchen on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/198#issuecomment-760279706
Comment:
Interesting use case, this is not supported yet. I guess one could add a flag that renders all parts.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can mshow display multiple parts at once?
2021-01-13 9:47 [ISSUE] Can mshow display multiple parts at once? guillaumecherel
2021-01-14 15:44 ` leahneukirchen
@ 2021-01-15 9:43 ` guillaumecherel
2021-01-15 9:43 ` [ISSUE] [CLOSED] " guillaumecherel
2 siblings, 0 replies; 4+ messages in thread
From: guillaumecherel @ 2021-01-15 9:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
New comment by guillaumecherel on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/198#issuecomment-760786628
Comment:
Thanks for your answer. I don't have time to work on it for the moment so I'm closing this issue. I got around with a script of my own calling mshow multiple times.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ISSUE] [CLOSED] Can mshow display multiple parts at once?
2021-01-13 9:47 [ISSUE] Can mshow display multiple parts at once? guillaumecherel
2021-01-14 15:44 ` leahneukirchen
2021-01-15 9:43 ` guillaumecherel
@ 2021-01-15 9:43 ` guillaumecherel
2 siblings, 0 replies; 4+ messages in thread
From: guillaumecherel @ 2021-01-15 9:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 872 bytes --]
Closed issue by guillaumecherel on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/198
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-15 9:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 9:47 [ISSUE] Can mshow display multiple parts at once? guillaumecherel
2021-01-14 15:44 ` leahneukirchen
2021-01-15 9:43 ` guillaumecherel
2021-01-15 9:43 ` [ISSUE] [CLOSED] " guillaumecherel
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).