Re: Using a SQL Database

2005-06-01 Thread Earl Hood
On June 1, 2005 at 13:12, East Coast Coder wrote: > I need mhonarc to do two things: > 1) Parse the mbox format > 2) Convert all of the content types into HTML > > What I don't want is for mhonarc to save the results of #2 into a > file. I'd rather it hand it off to me (which it does, via the >

Re: Using a SQL Database

2005-06-01 Thread East Coast Coder
On 6/1/05, Earl Hood <[EMAIL PROTECTED]> wrote: > On June 1, 2005 at 12:00, East Coast Coder wrote: > > > The CBMessageRead callback provides me with everything I need. I'd > > like to take it from there - that is, handle all of the databasing and > > message output. Is there anyway to tell MHon

Re: Using a SQL Database

2005-06-01 Thread Earl Hood
On June 1, 2005 at 12:00, East Coast Coder wrote: > The CBMessageRead callback provides me with everything I need. I'd > like to take it from there - that is, handle all of the databasing and > message output. Is there anyway to tell MHonArc to stop after that > callback? I know that CBMessageH

Re: Using a SQL Database

2005-06-01 Thread East Coast Coder
Almost there! The CBMessageRead callback provides me with everything I need. I'd like to take it from there - that is, handle all of the databasing and message output. Is there anyway to tell MHonArc to stop after that callback? I know that CBMessageHeadRead supports a return 0 to do this, but