Re: Java MIME parser?

2003-08-04 Thread Nic
Kalle Kivimaa <[EMAIL PROTECTED]> writes: > Mark Howard <[EMAIL PROTECTED]> writes: > > then parse this into separate messages within the program. One item I > > could do with is a mime parser. I've done searches for java libraries > > which found org.w3c.www.mime. > > Do you need more tha

Re: Java MIME parser?

2003-08-04 Thread David Goodenough
On Monday 04 August 2003 11:52, Mark Howard wrote: > Hi, > I'm modifying bugwatcher so that it uses a machine readable interface > to the bts (http://bugs.debian.org/~mh/ - experimental). My current > intentions are to simply return the entire bug log from the server and > then parse this into se

Re: Java MIME parser?

2003-08-04 Thread Kalle Kivimaa
Mark Howard <[EMAIL PROTECTED]> writes: > then parse this into separate messages within the program. One item I > could do with is a mime parser. I've done searches for java libraries > which found org.w3c.www.mime. Do you need more than what javax.mail.internet package provides? There are class

Java MIME parser?

2003-08-04 Thread Mark Howard
Hi, I'm modifying bugwatcher so that it uses a machine readable interface to the bts (http://bugs.debian.org/~mh/ - experimental). My current intentions are to simply return the entire bug log from the server and then parse this into separate messages within the program. One item I could do with

Re: Java MIME parser?

2003-08-04 Thread Nic
Kalle Kivimaa <[EMAIL PROTECTED]> writes: > Mark Howard <[EMAIL PROTECTED]> writes: > > then parse this into separate messages within the program. One item I > > could do with is a mime parser. I've done searches for java libraries > > which found org.w3c.www.mime. > > Do you need more tha

Re: Java MIME parser?

2003-08-04 Thread David Goodenough
On Monday 04 August 2003 11:52, Mark Howard wrote: > Hi, > I'm modifying bugwatcher so that it uses a machine readable interface > to the bts (http://bugs.debian.org/~mh/ - experimental). My current > intentions are to simply return the entire bug log from the server and > then parse this into se

Re: Java MIME parser?

2003-08-04 Thread Kalle Kivimaa
Mark Howard <[EMAIL PROTECTED]> writes: > then parse this into separate messages within the program. One item I > could do with is a mime parser. I've done searches for java libraries > which found org.w3c.www.mime. Do you need more than what javax.mail.internet package provides? There are class

Java MIME parser?

2003-08-04 Thread Mark Howard
Hi, I'm modifying bugwatcher so that it uses a machine readable interface to the bts (http://bugs.debian.org/~mh/ - experimental). My current intentions are to simply return the entire bug log from the server and then parse this into separate messages within the program. One item I could do with