Applescript to burst mailing list digests
Tuesday, October 17th, 2006
Burst MIME digest, an AppleScript for Mail.app, will take one or more selected MIME digest messages (multipart/digest - see RFC2046
) and extract the individual messages from the digest message. This is especially useful if you are subscribed to a mailing list in digest format but want to reply to a single message in the digest rather than the digest message itself.
The individual messages will be moved to the same mailbox as the original digest message and the temporary Import folder will be deleted (note that the root “Import” folder currently cannot be deleted due to a bug in Mail’s AppleScript implementation). When running the script for the first time, the user can choose whether or not to delete the original digest message upon successful extraction of the individual messages.
The script was originally created by Andy Fragen and then polished by Andreas Amann. You can get it from Andreas’ web site
.
UPDATE: Andreas has updated the script. It can now handle digest messages formatted as either multipart/digest (MIME digest) according to RFC2046
or simple digest as defined by RFC1153
.)
[Note: I nicked the description of this script almost word-for-word from Andreas' site. Idle. Shameful. Grateful.]
Tags: Apple Mail, Apple Mail Tips, applescript, email digests, mail.app, mailing lists, plugins
