Re: Adding a picture attachment to a mail message
Re: Adding a picture attachment to a mail message
- Subject: Re: Adding a picture attachment to a mail message
- From: Paul Marcos <email@hidden>
- Date: Mon, 8 Oct 2001 07:55:28 -0700
On Monday, October 8, 2001, at 04:52 , Simon Forster wrote:
>
My guess is that Mail is a Cocoa app which relies on services (OS
>
level, callable tasks) for some of its functionality. Hence, when you
>
drag a binary attachment onto Mail, Mail calls the OS's underlying
>
'encode' function before attaching the binary. It would appear that
>
you'll need to take care of this encoding task yourself and then attach
>
the encoded attachment to Mail.
No, Mail should be doing this automatically. This should be working for
you. If you can send me a copy of your script I'll have a look at
what's going wrong. I have an example script somewhere that does this,
I'll dig it up and sent it to you.
Paul