Hi there,
On Wed, Mar 08 2000 09:07:22 +0100 wrote Martin Keseg - Sun Slovakia - SE
with subject "Re: attachments appear as NoName":
> > If these attachments do not have a Content-Disposition filename=
> > field, this would appear correct.
[...]
> > For instance, a recent message sent to mutt-dev with the structure
> >
> > I 1 <no description> [multipa/mixed, 7bit, 1.6K]
> > I 2 |-><no description> [text/plain, quoted, us-ascii, 0.6K]
> > A 3 `->TODO.diff [text/plain, quoted, us-ascii, 0.7K]
> > I 4 <no description> [applica/pgp-signat, 7bit, 0.2K]
> >
> > appears in dtmail with an empty message field and three NoName
> > attachments. So, I'd say that dtmail has certain problems with
> > multipart/mixed. Attachment 3 _is_ named
> >
> > Content-Disposition: attachment; filename="TODO.diff"
> >
> > and dtmail doesn't recognise this.
>
> This q. was discused here few month ago and ppl from mutt-dev say thats problem
> of dtmail.
I was looking at the difference between mutt's attachments and some
from other mail clients and there was one I got sometime and looking
at the header of the attachment says:
[-- Type: application/msword, Encoding: base64, Size: 16K --]
Content-Type: application/msword; name="Schedule.doc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Schedule.doc"
and one of my recently mailed mutt mails shows this:
[-- Type: text/plain, Encoding: 7bit, Size: 3.2K --]
Content-Type: text/plain; charset=us-ascii
Content-Description: send.c.diff
Content-Disposition: attachment; filename="send.c.diff"
As you can see there is no `name' field in mutt's attachment and the
other one has it and it's content is the same as in the `filename'
field. Maybe dtmail looks for a `name' field to find the attachment's
name (maybe some other clients too) and does simply ignore the
`filename' field.
Is the `name' field necessary for attachments and it is a "bug" in mutt not
to add it or should the `filename' field be enough and it is a "bug" in
dtmail not to recognize it? (That seems to be the question here.)
Regards, Stefan.
--
Parkinson's Fourth Law:
The number of people in any working group tends to increase
regardless of the amount of work to be done.