Gnus development mailing list
 help / color / mirror / Atom feed
* How Can I send a MIME attachment so that M$ will know it's an attachment ?
@ 1998-01-28 13:05 Aharon Schkolnik
  1998-01-28 15:50 ` jari.aalto
  0 siblings, 1 reply; 3+ messages in thread
From: Aharon Schkolnik @ 1998-01-28 13:05 UTC (permalink / raw)



Hi. I'm  trying to send a jpg file to someone using M$ software. I
want M$ to realize that it is an attachment. I tried using tm, but M$
doesn't understand.

Attachments from M$ have lines like:

--=====================_884712834==_
Content-Type: text/plain; charset="us-ascii"

Blah Blah Blah.



--=====================_884712834==_
Content-Type: image/jpeg; name="Pic.jpg";
 x-mac-type="4A504547"; x-mac-creator="4A565752"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Pic.jpg"

/9j/4AAQSkZJRgABAgEAlgCWAAD/4AdFSkZYWAAQ/9j/4AAQSkZJRgABAQEASABIAAD//gAsQ29t
ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD//2Q==
--=====================_884712834==_--



The files generated by gnus with tm don't have anything like:

--=====================_884712834==_

Can I force gnus to act like M$ ?

If not, is there some recommended way to send stuff to M$ ?


-- 
  The day is short, and the work is great,     |   Aharon Schkolnik
  and the laborers are lazy, and the reward    |   Aharon@Health.Gov.IL
  is great, and the Master of the house is     |
  impatient. - Ethics Of The Fathers Ch. 2     |


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How Can I send a MIME attachment so that M$ will know it's an attachment ?
  1998-01-28 13:05 How Can I send a MIME attachment so that M$ will know it's an attachment ? Aharon Schkolnik
@ 1998-01-28 15:50 ` jari.aalto
  1998-02-01 16:00   ` Aharon Schkolnik
  0 siblings, 1 reply; 3+ messages in thread
From: jari.aalto @ 1998-01-28 15:50 UTC (permalink / raw)


 98-01-28 Aharon Schkolnik <aharon@health.gov.il> list.ding
| Hi. I'm  trying to send a jpg file to someone using M$ software. I
| want M$ to realize that it is an attachment. I tried using tm, but M$
| doesn't understand.

Add this to TM setup and it should do it. I Have these kind of definitions
in tm-edit-load-hook

jari


  (push
   '("\\.jpg" 
     "image"    "jpg" nil
     "base64"
     "attachment"       (("filename" . file))
     )
   mime-file-types)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How Can I send a MIME attachment so that M$ will know it's an attachment ?
  1998-01-28 15:50 ` jari.aalto
@ 1998-02-01 16:00   ` Aharon Schkolnik
  0 siblings, 0 replies; 3+ messages in thread
From: Aharon Schkolnik @ 1998-02-01 16:00 UTC (permalink / raw)
  Cc: Ding mailing list

>>>>> "jari" == jari aalto <jari.aalto@poboxes.com> writes:

    jari>  98-01-28 Aharon Schkolnik <aharon@health.gov.il> list.ding
    jari> | Hi. I'm trying to send a jpg file to someone using M$
    jari> software. I | want M$ to realize that it is an attachment. I
    jari> tried using tm, but M$ | doesn't understand.

    jari> Add this to TM setup and it should do it. I Have these kind
    jari> of definitions in tm-edit-load-hook

    jari> jari


    jari>   (push '("\\.jpg" "image" "jpg" nil "base64" "attachment"
    jari> (("filename" . file)) ) mime-file-types)


Tried it. Didn't help. M$ still doesn't recognize the  attachment.
Any other ideas ?

-- 
  The day is short, and the work is great,     |   Aharon Schkolnik
  and the laborers are lazy, and the reward    |   Aharon@Health.Gov.IL
  is great, and the Master of the house is     |
  impatient. - Ethics Of The Fathers Ch. 2     |


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-02-01 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-28 13:05 How Can I send a MIME attachment so that M$ will know it's an attachment ? Aharon Schkolnik
1998-01-28 15:50 ` jari.aalto
1998-02-01 16:00   ` Aharon Schkolnik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).