Attache is an AppleScript (droplet) that simplifies the creation of an attachment list for an eMail in Apple Mail.
To create an eMail in Apple Mail with an attachment list, just drop a bunch of files onto attache's icon. It will then ask you to choose a language and create the eMail for you.
Currently Attache features text modules in English and German, but you will be able to easily add your own language in the preferences menu. If you want me to include your language version in attach© by default, please send me an eMail.
Attache heavily relies on the new Database Events application of Mac OS X, which allows AppleScript to use a SQLite database.
Requirements:
· Apple Mail 3.1
What's New in This Release: [ read full changelog ]
· this version does only support Apple Mail, not Microsoft Entourage for now
· the script does not anymore rely on AppleScript’s Database Events for managing the different language entries, but instead uses a plain text file (UTF-8) for data storage managed by a simple Python script
· you can now choose a default signature and also set its position (above or below the attachment list)
· you can now choose a default subject line
· you can now choose a default sender account
· you can now choose a default content to be inserted
· new preferences lib for managing user preferences
· enhanced eMail lib for controlling Apple Mail