Tagged Questions
0
votes
0answers
42 views
How to iterate over visible mail messages in display order?
I have several IMAP/SMTP email accounts set up in Mail.app. Each of these has a folder called 'Action'. I have an Applescript (see below) which moves the currently selected message(s) to each one's ...
0
votes
1answer
51 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
30 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 ...
0
votes
2answers
29 views
Running Applescript using cron jobs not working
I'm new to conjobs and applescript but I have the script done correctly i believe. (any critique is welcome) I don't want to bloat my calendar with events to do this because I use my calendar for ...
0
votes
1answer
284 views
Sending emails with the Apple Mail program using AppleScript.
I don’t know AppleScript at all so thanks in advance for any help offered on this question. I’m on my Macbook Pro laptop with the latest version of OSX installed. I have a csv file that looks like ...
3
votes
1answer
334 views
Save attachments from Mail.app based on subject
I have been trying to write an Applescript to help me saving attachments, but realized quickly that I do not have the knowledge to do such a difficult script. Here is some background.
We receive ...
0
votes
1answer
123 views
Toggle Apple Mail “Classic Layout” with shortcut?
Can anyone figure out a way to switch Apple Mail (v5.2) to/from "Classic Layout" mode with a hotkey? Maybe via Applescript?
0
votes
0answers
86 views
Why doesn't this simple applescript work any more in ML mail.app (as a rule)
It works only when you right click on the mail message and choose "run rules", but not on incoming messages (without interaction).
The first dialog is shown both when incoming or running manually, ...
0
votes
0answers
105 views
Applescript to create Smart Mailbox for sender of a selected message?
I like to keep Smart Mailboxes for current clients, and would like to be able to automate this using Applescript to create a new Smart Mailbox within a Smart Mailbox folder for the email address of ...
0
votes
2answers
1k views
Applescript to add sender of message to specific group in Contacts
I'm trying to set up an Applescript to add the sender of a selected message in Apple Mail to a specific group in the Contacts app. By reconfiguring the code provided in this answer, I worked up the ...
0
votes
1answer
2k views
Automatically Save Attachments in Mail.app in 10.8 Mountain Lion
I am trying to automatically save all email sent to one address (let's call it test@example.com) to this folder /Users/luomat/Dropbox/Incoming/e2w/ (where /Users/luomat = $HOME).
Here is the rule ...
0
votes
0answers
316 views
Send all flagged messages in Mail.app to OmniFocus
So I found this article by Hunter Hillegas where he posts an AppleScript for taking flagged messages in Mail.app and adding them into OmniFocus. What I'd like to do is change this to look in all my ...
0
votes
1answer
270 views
Script to turn flagged emails into reminders
I am looking for a script that will recognize when an email is flagged and then turn it into a Reminder using the Reminders app.
3
votes
1answer
167 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?
1
vote
1answer
329 views
Mail.app AppleScript to process POP3 mails stopped working in Lion
I have a Mail.app rule script that worked fine in Mac OS X Snow Leopard. It is simply a script that allows for AND/OR boolean logic combined together to trigger one (rarely two) of the following ...
1
vote
1answer
132 views
Forwarding a mail as a fax using Applescript and Mail
I am using the Mac's fax function and that works just great. I would, however, like to make an Applescript that gets called from a Mail rule. For example, when the Subject is something like: ...
3
votes
6answers
7k views
Mail.app in Lion - is there a way to create tasks from email?
I'm not sure if I haven't seen that in earlier versions of Mail.app, but I would really love to have the ability to create a task in iCal from an email - and that this task could link to the original ...
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 + ...
2
votes
1answer
1k views
Script that outputs number of emails in Mail.app inbox
I'd like to have a command-line script I can invoke at the Terminal that will output the total number of messages in my "Work" Inbox in mail.app. Usage would look like this:
$ inbox-count
48
What ...