On Tue, May 08, 2018 at 04:54:30PM -0400, Dan Ritter wrote: > On Tue, May 08, 2018 at 02:21:01PM -0400, jrun wrote: > > > > i am looking for a library to parse email messages. i'm assigned to write > > something to parse incoming emails on our mailing-list and create bugs in > > bugzilla out of them and possibly appending to the existing bug. btw, how > > would > > you do this? would you use Reference: ? can neomutt/mutt be used for this > > and/or as a lib? > > Depends on the language you use, but mostly I would think about > switching to Request Tracker (RT) which handles email very very > well. > > What you want for bugzilla is probably > > https://www.bugzilla.org/docs/3.0/html/api/email_in.html > > and you probably want to work in Perl. > > -dsr-
email_in.pl is limited and perl is not my strong suit :) - jrun