Re: things need co-maint

2014-08-20 Thread Eric Wong
Ricardo Signes perl@rjbs.manxome.org wrote: Email-LocalDelivery I use this for various projects since 2006 or so (from Debian). Works great for me! I think I looked at Email::Sender a few months ago for a newer project but decided the version in Debian stable (0.110005) was too old for a

Re: Where is the attached file opened with Email::MIME?

2014-11-15 Thread Eric Wong
Octavian Rasnita orasn...@gmail.com wrote: Email::MIME-create( body = $pdf, attributes = { content_type = application/pdf, name = bogus-report.pdf, filename = bogus-report.pdf, encoding =

Re: Email::MIME and headerless parts

2017-01-10 Thread Eric Wong
"Matthew Horsfall (alh)" <wolfs...@gmail.com> wrote: > On Tue, Jan 10, 2017 at 5:33 AM, Eric Wong <e...@80x24.org> wrote: > > [...] > > The problem manifests when the part has no header. > > For example, the first rendered part of the message at i

Re: Any advice for a searchable web archiver ?

2017-11-20 Thread Eric Wong
Marc Chantreux wrote: > hello, > > > public-inbox is Perl, uses Email::MIME, and (optionally) uses > > Xapian like notmuch. The Perl bits around search indexing is > > ported to Perl from what I understood of the C++ code in notmuch. > > it seems you explored very

Re: Any advice for a searchable web archiver ?

2017-11-19 Thread Eric Wong
Marc Chantreux wrote: > Hello, > > As the sympa community (http://www.sympa.org) recently grown, we are > thinking about revamping the whole UI and we would like to have > a new web archiver based on: > > * no default frontend but exposing the API through REST,

heads up: Email::MIME triggers Encode leak

2021-10-05 Thread Eric Wong
Hey all, apparently the use of Encode::FB_CROAK in Email::MIME has been triggering leaks on Encode::decode failures. It seems like it's been a problem for several years, at least: https://rt.cpan.org/Ticket/Display.html?id=139622 I finally found it because I started porting a wonky malloc