• 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: Keychain Scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Keychain Scripting


  • Subject: Re: Keychain Scripting
  • From: Rob Jorgensen <email@hidden>
  • Date: Sun, 2 Mar 2003 13:13:19 -0500

At 12:36 PM -0500 3/2/03, Richard Simms wrote:
I have made a script to check my email on Eudora but I still get asked for my password. According to my scripting addition all I have to type is:

if "My Email" locked = true then
unlock "My Email" with password "mypasssword"
end if

The problem is that this won't even compile let alone unlock the keychain. Any ideas?

Does this work?

tell application "Keychain Scripting"
if locked of keychain "My Email" is true then
unlock keychain "My Email" with password "mypasssword"
end if
end tell

--

Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Keychain Scripting (From: Richard Simms <email@hidden>)

  • Prev by Date: Keychain Scripting
  • Next by Date: Re: Keychain Scripting
  • Previous by thread: Keychain Scripting
  • Next by thread: Re: Keychain Scripting
  • Index(es):
    • Date
    • Thread