stefan,
upon running i recieved “applescript error - finder got an error: can’t make class folder.”
simply i opened and ran code you posted - do i need to add code of my own? I really like how compact the code you posted is…i really have a lot to learn
Thank you so much for your help and any explanation would be great.
I very much am not an applescripter-probably should go without saying-i’ve been mac’ing if for almost 20yrs now(wow). Though never delved into applescripting … till now.
So please, be patient and very critical of my coding-here’s what worked for me though i am VERY interested in your code.
tell application "Finder"
activate
set theFoldername to the clipboard
make new folder
make new folder at folder "Desktop" of folder "UEIArtEmail" of folder "Users" of startup disk with properties {name:"1"}
make new folder at folder "Desktop" of folder "UEIArtEmail" of folder "Users" of startup disk with properties {name:"orig "}
move the selection to folder "orig " of folder "Desktop" of folder "UEIArtEmail" of folder "Users" of startup disk
move folder "orig " to folder "1" of folder "Desktop" of folder "UEIArtEmail" of folder "Users" of startup disk
move folder "1" to folder "untitled folder"
set name of folder "untitled folder" to the clipboard
end tell
Currently use eudora as email application…i dont care which email program i use and would get any which i could applescript better to do the following.
Basically, email whose address book matches a nickname prints, move the attachments and email text into a client folder (folder name=from field of email) which contains a folder (name = email1 or email2 or email3, etc-depends on how many emails i receive). Then move the client folder contain the above to a server folder called “today.” Then rename the folder on server called today - with that days date at midnight…LOL i can’t believe i got all that in one paragraph and seemingly coherent…
and i am thinking maybe i’d like the email to be pdf’d with attachments with pdf as attachments (acrobat Professional allows for this)- i contacted adobe they pretty much told me to go fish and then never responded again) I’ve looked at their LiveCyle program/workfflow, but hesitate because it appears to be only available on Windows…yikes!
I’ve also thoght it’d be better yet to some how take the email matching the nicknames and make html with attachments as links…then make that html/linked attachments available to intranet…
and Finaly, is there some way to script the body of an email to embed as metadata or xml into the attachments associted to the email it was rec’d with?
The reason i am posting all this is i am sure i am not the only one who processes email orders (150 a day) whose attachments and email text needs to be saved, and attachments include most every type of graphics programs (we are a medium sized company makingcopper and brass dies),
Someone asked for detail…hehe…thanks again for any help here…i cannot tell anyone how much this site has already helped! Thanks to all here!
KC