Re: Keychain Scripting
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.