Re: Mail 1.2 Account creation/modification scripts?
Re: Mail 1.2 Account creation/modification scripts?
- Subject: Re: Mail 1.2 Account creation/modification scripts?
- From: "Marc K. Myers" <email@hidden>
- Date: Wed, 9 Oct 2002 18:15:36 -0400
Date: Wed, 09 Oct 2002 14:17:29 -0700
From: Gabe Benveniste <email@hidden>
Subject: Mail 1.2 Account creation/modification scripts?
To: email@hidden
Is there an elegant way to do create/modify accounts aside from hacking
the preferences and renaming folders?
I don't know how elegant this is, but it's a way to create/modify
accounts in Mail:
tell application "Mail"
make new pop account with properties ,
{is enabled:true, name:"New Acct", server
name:"mail.boogie.com", user name:"Joe", password:"chiggers", email
addresses:{"email@hidden"}, full name:"Joe Blow"}
end tell
tell application "Mail" to set is enabled of account "New Acct" to false
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[10/09/02 6:15:04 PM]
_______________________________________________
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.