NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Dude... (Score:1)
grep '^Subject: ' $(find Maildir -type f) | grep -v '^Subject: re:'
Yeah, continuation lines would take a bit more, but mail's easy as long as you don't touch MIME.
Re: (Score:1)
rjbs
Re: (Score:1)
Re: (Score:1)
I don't want to match header-like content in bodies, or in the headers of subparts. I need to match wrapped headers. I will need to decode MIME-encoded headers. I will need to parse RFC822 date fields.
Email isn't simple.
rjbs
Re:Dude... (Score:1)
That said, I just today had to install some code that used your helpful modules in order to make it more simple. Thanks a whole bunch. You make email easier.
-- DouglasReply to This
Parent
Re: (Score:1)
rjbs