Questions tagged [apple-mail]
148 questions
0
votes
1 answer
How to filter mail from apple mail?
We have a program written in c# that goes through emails in outlook 2007 and parses out contact information that may be contained in the body of the email or any attachments. What we've found is that any email we get from apple mail, while having…

geoff
- 119
- 1
- 4
- 13
0
votes
2 answers
What is Applescript error "(*Can’t set end of "Address, Name, Counter " to "f.l@place.vic.gov.au".*)" telling me?
This is my script based on pickings of one here on SO:
set theFile to (path to desktop folder as text) & "unsubscribe.csv"
set theRecord to ""
set counter to 1
set theAddresses to "Address, Name, Counter" & return
try
set theFileID to open for…

wide_eyed_pupil
- 3,153
- 7
- 24
- 35
0
votes
2 answers
Is it possible to use Mac Mail with MS Exchange if IMAP is disabled
Our network admins have disabled IMAP and POP for our exchange server, but do have RDP over HTTP enabled. Does Mac Mail only use IMAP to communicate with exchange servers, or does it also know how to use RDP over HTTP?

Peter Walke
- 2,497
- 6
- 33
- 50
0
votes
1 answer
Saving an Apple Mail Message using ScriptBridge
I am trying to save a selected email from Apple Mail using ScriptBridge.
I have already created the Mail.h file and in my program I have successfully done other things with the Apple Mail ScriptBridge (like forwarding messages etc.)
Here is my…

Palladion
- 1
- 1
0
votes
1 answer
Applescript to wait for AppleMail to download messages.
Prior to 10.7.x this AppleScript used to work with AppleMail:
tell application "Mail"
activate
check for new mail
repeat until (background activity count) = 0
do shell script "sleep 1"
end repeat
end tell
However, since 10.7.x+…

thiesdiggity
- 1,897
- 2
- 18
- 27
0
votes
2 answers
can i add several attachments from subfolders to Mail?
trying to send several mails with specific attachments for each address. every address has its own subfolder for attachments. the "grab attachments part" does not work and I am not sure if the handler is set up right: should I pass the subfolder to…

Marco Meissner
- 15
- 3
0
votes
1 answer
Mail Rule to Run Applescript Not Working?
Question for my fellow AppleScripters. I have the following script which runs just fine if you run it in AppleScript Editor or Script Debugger, but that won't run at all if you try to run it from a Mail rule. The script is correctly placed in…
0
votes
1 answer
AppleScript move message to mailbox with Rules in Mail
I looked and looked but couldn't find an answer to this seemingly simple question (I'm also new to AppleScript). Basically, I just want a script that sets up a Rule and moves messages to mailbox "Foo" (a Mailbox in my IMAP account). Here's what I…

jonsie_araki
- 221
- 3
- 8
0
votes
2 answers
Scripting Bridge and Apple Mail
I'm am getting ready to attempt to implement Scripting Bridge for the first time, specifically to allow my program to construct and send emails to individual (or all) members of an opt-in email database.
Unfortunately, I'm already stuck on the first…

Greg Steiner
- 647
- 1
- 9
- 20
0
votes
1 answer
Interpreting the body of a mail in cocoa using the scripting bridge
When using the Scripting Bridge to access the Mail app one can easily retrieve an email of type MailMessage.
Accessing the contents of the mail however is another story. The body is stored in a content property of type MailRichText and I have no…

Joris Mans
- 6,024
- 6
- 42
- 69
-1
votes
1 answer
Identify mailbox provider with just email address (domain)
I am looking at users signing up and granting authorisation to my app. My app will have read access to their calendar. But depending on their email address (at least the domain part), I want to know which provider I query. I.e. Microsoft, apple,…

M Haynes
- 19
- 3
-1
votes
1 answer
Private only dovecot, local docker configuration for one user fails login for Apple Mail
I'm trying to make a local docker-dovecot machine to archive my e-mails. I would like to query them with Apple Mail. I have a simple ubuntu docker machine (on an VM with parallels, because I'm on a Mac).
I have this local.conf:
# A comma separated…

Augunrik
- 1,866
- 1
- 21
- 28
-2
votes
1 answer
How do I write a link that works for a specific youtube channel video?
When I add a link which contains a # hash tag, Apple Mail 3.6 on the Mac OS X does not link it properly.
This: http://www.youtube.com/user/chromeperformance#p/u/1/fdf2Z0vpnT0
Becomes:…

user897776
- 3
- 1