nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Attaching a zip file


From: Joel Reicher
Subject: Re: [Nmh-workers] Attaching a zip file
Date: Tue, 12 Dec 2006 13:51:18 +1100

> To attach a compressed tar file, say, /tmp/foobar.tgz, to an Email, I do
> something like:
> 
> #application/octet-stream; \
> type=tar; x-conversion=gzip; \
> name=foobar.tgz  /tmp/foobar.tgz
> 
> Could somebody take pity on an old man and tell me what I would do to attach 
> a
> zip file, say. /tmp/foobar.zip, to an Email?

I'd just do

#application/zip; name="foobar.zip" /tmp/foobar.zip

since application/zip is a registered MIME type...

http://www.iana.org/assignments/media-types/

Cheers,

        - Joel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]