[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] cleaning out the cobwebs
From: |
Peter Maydell |
Subject: |
Re: [Nmh-workers] cleaning out the cobwebs |
Date: |
Wed, 03 Nov 2010 20:53:48 +0000 |
Jon Steinhart wrote:
>> Any attempt to rewrite or replace it ought to be preceded by the buildup
>> of the kind of test suite mentioned in the comments in m_getfld.c and
>> subsequently (alas) lost to history. (Some of the code in test/tests/inc
>> is trying to make a start on that.) But if you just want to make nmh's
>> handling of MIME or attachments better or improve its UI, you don't need
>> to spend time doing anything with m_getfld anyway.
>This made sense to me until the last sentence. The particular changes that I
>want to make involve parsing the mime stuff inside of the 822 style message
>bodies. I suppose that you could argue that I should make a new function that
>would parse the bodies. Maybe that's the way to go.
Yes. m_getfld will give you the body text (in a series of chunks
the size of the buffer you hand it, IIRC) and what you do with
it after that is up to you. This is how nmh's existing MIME
handling code works. (I suppose you could propose replacing
m_getfld completely with something with a different and MIME
aware API, but that would be an extensive project...)
-- PMM
- Re: [Nmh-workers] cleaning out the cobwebs, (continued)
- Re: [Nmh-workers] cleaning out the cobwebs, Ken Hornstein, 2010/11/04
- Re: [Nmh-workers] cleaning out the cobwebs, Lyndon Nerenberg (VE6BBM/VE7TFX), 2010/11/04
- Re: [Nmh-workers] cleaning out the cobwebs, Lyndon Nerenberg (VE6BBM/VE7TFX), 2010/11/05
- Re: [Nmh-workers] cleaning out the cobwebs, Joel Uckelman, 2010/11/05
- Re: [Nmh-workers] cleaning out the cobwebs, Peter Maydell, 2010/11/05
- Re: [Nmh-workers] cleaning out the cobwebs, Ken Hornstein, 2010/11/08
- Re: [Nmh-workers] cleaning out the cobwebs, Mike O'Dell, 2010/11/05
- Re: [Nmh-workers] cleaning out the cobwebs, markus schnalke, 2010/11/03
- Re: [Nmh-workers] cleaning out the cobwebs, Peter Maydell, 2010/11/03
- Re: [Nmh-workers] cleaning out the cobwebs, Jon Steinhart, 2010/11/03
- Re: [Nmh-workers] cleaning out the cobwebs,
Peter Maydell <=
- Re: [Nmh-workers] cleaning out the cobwebs, Jon Steinhart, 2010/11/03
- Re: [Nmh-workers] cleaning out the cobwebs, Peter Maydell, 2010/11/03
Re: [Nmh-workers] cleaning out the cobwebs, Ken Hornstein, 2010/11/03
Re: [Nmh-workers] cleaning out the cobwebs, belg4mit, 2010/11/02
Re: [Nmh-workers] cleaning out the cobwebs, Jeffrey Honig, 2010/11/02
Re: [Nmh-workers] cleaning out the cobwebs, belg4mit, 2010/11/03