Re: mailing-list to bugs

2018-05-08 Thread Derek Martin
On Tue, May 08, 2018 at 05:00:59PM -0400, jr wrote: > > There are lots of libraries for doing this in lots of languages (python, > > go, perl, ).  Using mutt would be harder > > than needed for most tasks unless you don't know how to program at all. > > i was hoping for C. found libcmime but

Re: mailing-list to bugs

2018-05-08 Thread Erik Christiansen
On 08.05.18 20:46, Derek Martin wrote: > I dare say no one should want to work in Perl anymore... It's such a > horrible mishmash of a lanugage. +1 > But C is probably not the best tool for this job either. Python has > modules for handling e-mail and for talking to bugzilla, and for my >

Re: mailing-list to bugs

2018-05-08 Thread Derek Martin
On Tue, May 08, 2018 at 04:54:30PM -0400, Dan Ritter wrote: > > i am looking for a library to parse email messages. [...] > 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. I dare say no one should

Re: mailing-list to bugs

2018-05-08 Thread jrun
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

Re: mailing-list to bugs

2018-05-08 Thread jr
On Tue, May 08, 2018 at 09:09:42PM +0200, Jeff Abrahamson wrote: > On 08/05/18 20:21, jrun wrote: > > ...posted this earlier on #neomutt... > > > > hello, > > > > i am looking for a library to parse email messages. i'm assigned to write > > something to parse incoming emails on our mailing-list

Re: mailing-list to bugs

2018-05-08 Thread Dan Ritter
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 >

Re: mailing-list to bugs

2018-05-08 Thread Jeff Abrahamson
On 08/05/18 20:21, jrun wrote: ...posted this earlier on #neomutt... hello, 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,

mailing-list to bugs

2018-05-08 Thread jrun
...posted this earlier on #neomutt... hello, 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