Re: Getting the location of mailboxes from mail/Eudora
Re: Getting the location of mailboxes from mail/Eudora
- Subject: Re: Getting the location of mailboxes from mail/Eudora
- From: Adam Bell <email@hidden>
- Date: Sun, 04 Feb 2007 09:28:18 -0400
I didn't know (because I don't have) about mail folders. My mailboxes
are in a flat file.
At 2:19 PM +1100 2/4/07, John Mitchell wrote:
As always a bit more complicated
tell application "Eudora"
get file of mailbox "ACC Accounts" of mail folder "Administration"
end tell
returns:
<harddisk>:Users:johnm:Documents:Work:Eudora (jmitch):Mail
Folder:Administration:ACC Accounts
At 12:00 -0800 03/02/2007, email@hidden wrote:
I'm pretty sure that Eudora requires that either the Eudora Folder
or an alias or symlink to it reside in ~/Documents. So from there,
it's Eudora Folder/Mail Folder/<MAILBOX_NAME>. And since each
mailbox is a text file, there is no file location to an individual
message. You'd have to somehow read the .toc file to parse that (if
it's possible).
Rick Gordon
------------------
On 2/3/07 at 7:04 AM +0100, Sander Tekelenburg wrote in a message entitled
"Re: Getting the location of mailboxes from mail/Eudora":
How is the Eudora dictionary not clear?
tell app "Eudora"
get location of mailbox "name of mailbox"
end tell
At 10:14 +1100 UTC, on 2007-02-03, B&b Software wrote:
Does anyone know if its possible to obtain the file location
(path to) of a specified mailbox (or individual message).
--
regards
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden