• 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
Re: Mail.app: Delete bcc recipient from new mail
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mail.app: Delete bcc recipient from new mail


  • Subject: Re: Mail.app: Delete bcc recipient from new mail
  • From: Jutta Wrage <email@hidden>
  • Date: Sun, 29 May 2005 20:35:48 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Am 26.05.2005 um 12:40 schrieb kai:



On Thursday, May 26, 2005, at 09:21 am, Michelle Steiner wrote:



On May 25, 2005, at 7:10 PM, Jutta Wrage wrote:



No help on deleting the default bcc user from a mail created by a script in Panther's mail.app?



What default BCC user? What is the script?



I believe Jutta's original message had a slightly different subject title:


http://lists.apple.com/archives/applescript-users/2005/May/ msg00682.html


Yes. Here is the relevant part of the script in question again:

- - -- set address and content
set theAddress to "spam-jw@mydomain"
set theName to "SPAM"
set theContent to "!DSPAM:" & theUrl & "!"
- - -- signature did not work, too, so not used
set theSignature to ""
- - -- settings for BCC
set theBCCName to ""
set theBCCAddress to ""
- - -- open a new message
- - -- here I get problems with Tiger (updated two days ago):- -- When the new message is opened I do not see the lines for PGP- -- signatiure from GPGMail any longer as in a normal new mail
tell application "Mail"
set newMessage to make new outgoing message with properties {subject:mySubject, content:theContent & return}
tell newMessage
set visible to true
--- set DSpam account as recipient
make new to recipient at end of to recipients with properties {name:theName, address:theAddress}
-- the next line is not working (other versions did not, too)
make new bcc recipient with properties {address:theBCCAddress}
end tell
activate
end tell


This above is only a part of the script. The other parts extract the information from marked messages for "theContent" to enable DSpam to find the misses spam message in its database. But That is working. The only left problem is that I have to disable the BCC-recipient and the GPG signing by hand.

If mail.app was recordable, I could try to get the code from that, but seems it isn't. :-(

greetings

Jutta




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

- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iEYEARECAAYFAkKZ+pwACgkQOgZ5N97kHkeihQCdE9DcHOeirdOt0qey3/WuSqKS
p0UAoJJLBJtPkD+PI2AbGKHLBf0dhLXQ
=I+aC
- -----END PGP SIGNATURE-----

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


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iEYEARECAAYFAkKaC4UACgkQOgZ5N97kHkcQcgCfZXJD7RIGZJ9CUK8ITS6ah5VW
WYUAn1oRI+MmRcYAFJy2rmP3dgs3ImdD
=47uH
-----END PGP SIGNATURE-----
_______________________________________________
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


References: 
 >Re: Mail.app: Delete bcc recipient from new mail (From: kai <email@hidden>)

  • Prev by Date: Re: Entourage's "path to me" in Tiger
  • Next by Date: Re: Showing a Package's Contents - NOT SOLVED
  • Previous by thread: Re: Mail.app: Delete bcc recipient from new mail
  • Next by thread: Creating a script from another script in AS
  • Index(es):
    • Date
    • Thread