Re: Request for advice: pure Lua Library to parse mail messages.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Request for advice: pure Lua Library to parse mail messages.
- From: Lorenzo Donati <lorenzodonatibz@...>
- Date: 2020年7月21日 17:21:57 +0200
On 21/07/2020 16:26, Petite Abeille wrote:
On Jul 20, 2020, at 17:19, Lorenzo Donati
<lorenzodonatibz@tiscali.it> wrote:
The requirements are more or less the following:
As mentioned by Sean, let us know once you find that mythical MIME
parser :)
Well, in my ignorance (before Sean's hints) I believed such a thing
existed. Nice to see that even this new millennium has its mythical
beasts, though :-D
Meanwhile, perhaps a combination of reformime, reformail, addrlist,
and iconv may get you through the day.
http://manpages.ubuntu.com/manpages/trusty/man1/reformime.1.html
http://manpages.ubuntu.com/manpages/xenial/en/man1/reformail.1.html
https://cr.yp.to/immhf/addrlist.html
Ouch, really too much effort for a supposedly small project aimed at
automating some boring manual process. Moreover, as I get it, those are
*nix tools, whereas I'm on Windows (7). Maybe there is a Windows port,
but this hunting for tools is beginning to appear a time-sucker, which I
don't wont to fall into. I'd never get that time back from the script I
intended to create and in itself is not even a very fun project.
Thanks for the info, anyway. Always good to have nice pointers.
Cheers!
-- Lorenzo