Re: getting body from message-entity programatically (was: get subject and from on wl-biff-notify-hook function)

andrés ramírez <[email protected]> Tue, 06 Aug 2019 17:34:46 +0000
Newsgroups gmane.mail.wanderlust.general.japanese
Organization bien.comun.org
Message-ID <[email protected]>
Hi. Kazuhiro San.

Kazuhiro> Try below.  See elmo-message-fetch function for arguments of
Kazuhiro> elmo-message-fetch-string.

elmo-message-fetch-string is giving me: 
--8<---------------cut here---------------start------------->8---
Return-Path: <[email protected]>
Received: from sacsa.n800.arm.processor.fastmail.fm ([190.239.244.220])
        by smtp.gmail.com with ESMTPSA id l184sm40318608vsl.8.2019.08.06.10.24.25
        for <[email protected]>
        (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256);
        Tue, 06 Aug 2019 10:24:25 -0700 (PDT)
Sender: "[email protected]" <[email protected]>
From: =?utf-8?Q?Andr=C3=A9s_Ram=C3=ADrez?= <[email protected]>
To: [email protected]
Subject: upd
Organization: fastmail
X-Attribution: INKA
Date: Tue, 06 Aug 2019 17:24:23 +0000
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain
X-TUID: yChX7roqyruu

date time texto
--8<---------------cut here---------------end--------------->8---

Which is a kind of raw text. Is it possible to get just the
body?. Should I grep It and get everything after the line with X-TUID?

AR