A while back I created an Entourage script to create tasks from email messages in Remember the Milk. Well, I finally got around to improving it.
You don’t have to be a geek (or nerd, or goober) to use the new features (see Enhancements below). Anyone with Entourage and an iDisk will be able to use the attachments functionality.
The installation is still the same as the first release. Here are the previous instructions:
1. Unzip and save in “~/Documents/Microsoft User Data/Entourage Script Menu Items”
2. Rename “Create Task from Message\cT.scpt” to “Create Task from Message.scpt”
3. Start Entourage (you do not need to restart if its already running).
4. Highlight a message and hit ^T.
5. Follow the onscreen instructions.
6. Get organized!
I don’t like to repeat myself, so here’s the release notes, which covers the new features:
Version History
v0.2 – July 6, 2008
- Enhancements
- Ability to configure a remote disk to store files, and add the URL to the RTM task’s URL field.
- Tested only with iDisk.
- Requires the remote disk to be mountable via WebDAV.
- The URL will be http://[remoteURL you enter]/RTM-Attachments
- You can change the name of the folder via the remoteDiskFolder variable in the properties declaration section below
- Uploads may take a while, depending on speed, size of upload, and other factor that I can’t predict. Be patient.
- Stuff you can store on the remote drive:
- One or more, or all, of the attachments of an email
- The entire email, as a .eml file
-
- Only the text/plain parts of a message are added to the notes of a task, gone is all the formatted stuff that didn’t look right anyways and was pretty unlegible.
- Large notes are broken up, instead of truncated, and fed into RTM in reverse order, so that the notes can be read just like the original email.
- Known issues
- useEmailToCreateTasks doesn’t work when using the remote disk folder and attachments. The task gets created, but everything (list name and URL) end up in the notes. However, try the new API functionality, as it’s way improved with the breakdown of large notes.
v0.1 – Initial release
Here’s the high level logic for creating attachments, for the interested parties. (Click for a bigger picture)
I’ll do my best to answer your questions in the comments.
Get it here.
Update: Updated the version, as the previous one had a bug with certain special characters in filenames and/or subject lines. I had also (accidentally) distributed the last scpt as read-only.
Update 2: Added a screen walkthrough here.
Update 3: A few more fixes and enhancements:
v0.2c – July 6, 2008
- Enhancements
- Allows for configurable task title naming during task creation
- See editTaskTitle below
- Bug Fixes
- More special character handling
v0.2b – July 6, 2008
- Bug Fixes
-Replaced certain special characters in filenames and subjects to avoid filesystem errors


Related Articles
2 users responded in this post
I got this message
“Uh oh… something went wrong. Don’t worry though; it’s not your fault. The application you’re using to interact with Remember The Milk made an error. It might be worthwhile contacting the author of the application and telling them you encountered this page.
Alternatively, you might like to wait a little while and then try again.”
@CA RO – Yes, I have noticed that happens sometimes. I have found that the RTM authentication service is flaky, which is why I built in the “I got an error” button, which helps you try again. I have found that waiting 5-10 minutes usually helps.
Leave A Reply