On Wed, 2020-02-26 at 19:06 +0000, Ronald Tidwell @CA wrote:
> [EXTERNAL SOURCE]
> 
>  
> 
> Hi,
> 
> I am trying to pipe a message to a program. I get all the header information 
> but I don see any of body or attachment names.
> 
> Is the way it supposed work? I think I should see the message body and 
> attachment name.
> 
> Ron

you should see everyting. portions maybe encoded ( not human readable )

heres a simple script to see

$ cat dumpemailtofile 
#!/bin/bash

less <&0 > /tmp/dumpemail


create dumpemail, chmod it 755

set filter to pipe to dumpemail
select an email that will match your filter criteria and CTRL-Y,
ls -rlt /tmp/dumpemail*

cat the /tmp/dumpemail.xxxxx file




_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to