jrun
2018-05-08 21:01:41 UTC
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 aboutsomething 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?
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-
-
jrun