• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Delete bcc recipient from new mail - Panther's Mail.app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Delete bcc recipient from new mail - Panther's Mail.app


  • Subject: Delete bcc recipient from new mail - Panther's Mail.app
  • From: Jutta Wrage <email@hidden>
  • Date: Tue, 17 May 2005 13:53:17 +0200

Hi!

I am sending back mails to my dspam, if it missed spam.

In the script creating the new mail I have:

set theAddress to "spam-jw@mydomain"
set theName to "SPAM"
set theContent to "!DSPAM:" & theUrl & "!"
set theSignature to ""
set theBCCName to ""
set theBCCAddress to ""
tell application "Mail"
set newMessage to make new outgoing message with properties {subject:mySubject, content:theContent & return}
tell newMessage
set visible to true
make new to recipient at end of to recipients with properties {name:theName, address:theAddress}
make new bcc recipient with properties {address:theBCCAddress}
end tell
activate
end tell


By default I send a bcc message to myself (so that I can see the messages on another account, too). The new message to dspam is created with that bcc entry, too. I tried several things to delete it, but none really worked.
The above code gives an bcc-entry "" which is invalid.


Another question: is there a way to disable gpg signing (I use gpgMail) by the script?

greetings

Jutta



--
http://www.witch.westfalen.de
http://witch.muensterland.org

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Mail.app: Delete bcc recipient from new mail
      • From: Jutta Wrage <email@hidden>
  • Prev by Date: Re: Need way to set the Creation date of a file via OSX
  • Next by Date: Re: How to get parameter item of a string in a list
  • Previous by thread: Re: Need way to set the Creation date of a file via OSX
  • Next by thread: Mail.app: Delete bcc recipient from new mail
  • Index(es):
    • Date
    • Thread