Tagged Questions
0
votes
1answer
31 views
how to auto download a certain attachment in mail
I have looked on stack exchange and other sites for a simple applescript. I have found more complex scripts that it's hard for me to understand (not knowing a lot about the applescript syntax). So, ...
-1
votes
1answer
25 views
Can Applescript ask for the names of the people you want to send to and fill this in send to
I’d like to be able to send to people from my address book where a dialogue would say who would you like to send the email to and I would write in like peter, john, George etc and that would populate ...
2
votes
1answer
169 views
Automatically forward “Starred in Gmail” messages to OmniFocus
Summary: I would like to create some sort of an automated process where any messages that I 'star' in Gmail (aka 'flag' when using Gmail via IMAP) will automatically be added to OmniFocus, and then ...
1
vote
1answer
257 views
Automator -> send file to email (from filename)
Im trying to create an Automator folder action that sends an email with an attached file.
In my folder the files will be generated with the email as name:
Example: name@company.com.jpg, ...
3
votes
1answer
154 views
Copy message_id from selected message
In Mail, when I've selected a message, I would like to have a shortcut to copy the message_id (see my previous question) to the clipboard.
How do I manage that? Applescript, I presume?
2
votes
2answers
701 views
Creating wrapper script for Mail.app to send mail from Terminal
I'm trying to send mail from terminal with the help of bash and applescript. I use bash for taking care of arguments and the email message body. Then I have tried using Applescript to send the mail ...
1
vote
1answer
160 views
Looking for workflow or script for saving Kindle documents
I'm using a Kindle DX (3G, no WiFi) for reading documents saved from the web with Readability. Because Amazon charges a conversion cost for these documents I'm forwarding the documents to my ...
2
votes
1answer
2k views
how to send scheduled mails with Mail?
I would love to send mails in my apple mail scheduled!
What is the most comfortable way to do that?
only method i found: http://homepage.mac.com/aamann/Mail_Scripts.html
(but this is quite tricky + ...