Unfortunately, that’s using the mailto: method, which does not allow attachments.
for example, in a terminal you can do this:
open “mailto:foo@bar.com?subject=test&body=blah&attachments=requests.jpg”
and you’ll get a mail with To, subject, and body filled in, but not attachment. variations that change “attachments” to other forms (“attach”, “attachment”, etc) have no effect.
So, we can create new messages with existing instances, but it doesn’t allow attachments… can’t win.
Unfortunately, that’s using the mailto: method, which does not allow attachments.
for example, in a terminal you can do this:
open “mailto:foo@bar.com?subject=test&body=blah&attachments=requests.jpg”
and you’ll get a mail with To, subject, and body filled in, but not attachment. variations that change “attachments” to other forms (“attach”, “attachment”, etc) have no effect.
So, we can create new messages with existing instances, but it doesn’t allow attachments… can’t win.
Submitted by cwright on 2007.09.04 @ 11:19. |