Mail Documents
Mail Documents
- Subject: Mail Documents
- From: John Delacour <email@hidden>
- Date: Mon, 11 Aug 2003 01:33:29 +0100
Ever wanted a 100% secure way to protect your documents from prying
eyes, including your own? Apple have finally come up with the
software you need to do this -- Mail.app, the iApp with genuine
invisibility:
tell application "Mail"
activate
repeat with i from 1 to 50
set p to {path:"/tmp/maildoc_" & i & ".txt"}
set d to make document with properties p
end repeat
name of documents
end tell
-- i should cocoa !
.
_______________________________________________
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.