Hi gregor! You wrote:
> > > Mailtextbody reads a complete email message on stdin and returns > > > the body (the text/plain part) on standard out. > > Isn't that just an awk oneliner? I find it a bit overkill to create a > > separate package for just that. > > That's certainly true for simple mails with just header and body. But > it's not that easy to get the first text/plain MIME part if the > original mail is a nested multipart MIME message. Ah, ok, that quite a bit more work yes ;) You might want to add something about the decoding to the package description, then. Regards, Bas. -- +--------------------------------------------------------------------+ | Bas Zoetekouw | GPG key: 0644fab7 | |----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 | | [EMAIL PROTECTED], [EMAIL PROTECTED] | a2b1 2bae e41f 0644 fab7 | +--------------------------------------------------------------------+ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

