Re: Eudora mail folders and "" root (JD?)
Re: Eudora mail folders and "" root (JD?)
- Subject: Re: Eudora mail folders and "" root (JD?)
- From: John Delacour <email@hidden>
- Date: Sat, 6 Sep 2003 16:16:56 +0100
- Mac-eudora-version: 6.1a2
At 2:24 am -0700 6/9/03, Walter Ian Kaye wrote:
Since I don't have IMAP working, I can't test the <<Dominant>> name.
However, 'file of mailbox [anything]' always gives me the In box file.
Are you talking IMAP still? It can't happen with ordinary mailboxes
tell app "Eudora" to file of mailbox 2
--> file "dxp:Users:jd:Documents:Eudora Folder:Mail Folder:Out"
Wait -- I have a different problem now: I have to get the file on a
separate line:
file of mailbox of message 0
--> "Can't get file of mailbox of message 0."
mailbox of message 0
file of result
--> "OSX:Users:boo:Documents:Eudora Folder:Mail Folder:WWW:BAIUG:"
That's not a problem, that's syntax. You can't get the file of a
reference. 'result' in your example 2 is an object and you can
convert the reference to an object in the same line by using get...
tell app "Eudora" to file of (get mailbox of front message)
--> file "dxp:Users:jd:Documents:Eudora Folder:Mail Folder:Out"
Wish I could get IMAP working, to connect to imap.cyrusoft.com.
(Works from Mulberry, but I can't find the right settings for
Eudora.)
My iMac account has just expired and if they want me to pay they can
make it free! But I had no problem with it while it was alive.
What do you get when you run this script:
tell app "Eudora"
tell personality some_IMAP_personality
{setting 244, setting 3, setting 5, setting 4}
end
end
--> {"y", "email@hidden", "email@hidden", "smtp.mac.com:user"}
JD
_______________________________________________
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.