[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] mime-aware filtering?
From: |
Paul Vixie |
Subject: |
Re: [Nmh-workers] mime-aware filtering? |
Date: |
Tue, 26 Jun 2012 02:33:51 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 |
On 2012-06-26 2:28 AM, Jon Steinhart wrote:
> Paul Vixie writes:
>
>> let's start talking about what it should look like?
> Well, for starters, it shouldn't include any threatening commmentary!
> Big thing that I think that it needs other than cleanup is the ability
> to scan for attachment part headers instead of stopping at the end of
> regular headers.
well that didn't take long. :-).
m_getfld() is the heart of MH. everything about the storage and access
model is contained in it, either by its signature or its logic. i'm
opposed to grafting MIME onto it with a couple more arguments that if
non-NULL will trigger additional behaviour.
so when i say "let's talk about what m_getfld should look like" i really
mean "let's talk about what MH's storage and access model should be."
int
m_getfld (int state, unsigned char *name, unsigned char *buf,
int bufsz, FILE *iob)
your move.
paul
- Re: [Nmh-workers] mime-aware filtering?, (continued)
- Re: [Nmh-workers] mime-aware filtering?, Jerrad Pierce, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Paul Vixie, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Paul Fox, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Paul Vixie, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Jerrad Pierce, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Paul Fox, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Anders Eriksson, 2012/06/27
- Re: [Nmh-workers] mime-aware filtering?, Ken Hornstein, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Paul Vixie, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Jon Steinhart, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?,
Paul Vixie <=
- Re: [Nmh-workers] mime-aware filtering?, Jon Steinhart, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Ken Hornstein, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Paul Vixie, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Ken Hornstein, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Ken Hornstein, 2012/06/25
- Re: [Nmh-workers] mime-aware filtering?, Paul Vixie, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Jeffrey Honig, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Paul Vixie, 2012/06/26
- Re: [Nmh-workers] mime-aware filtering?, Christian Neukirchen, 2012/06/26
Re: [Nmh-workers] mime-aware filtering?, David Levine, 2012/06/25