[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: content-type and name parameter
Francesco Gennai wrote:
> I wonder if there is any client (desktop client for Windows,
> Mac, etc..) that doesn't include the name parameter when
> creating a content-type.
My client adds a redundant name="x" to the Content-Type if and
only if there's also a filename="x" for a Content-Disposition:
attachment.
For Content-Disposition: inline it sometimes (e.g. text/html)
also adds a filename="x", and then it again copies this as a
name="x" to the Content-Type.
Bye, Frank