Questions tagged [apple-mail]
148 questions
0
votes
1 answer
How can I use apple script to step through my apple mailbox and see if addresses exist there
I'm very new to apple scripts, and honestly am not too much of a programmer. I want to do something very similar to this: How can I determine whether or not a contact with a given e-mail address exists in the Address Book?
Except I want to look…
0
votes
0 answers
AppleScript for Mail.app : convert outgoing message to plain text
When I use AppleScript to make a new outgoing message in Mail.app, the message is always being set to rich text (which is a bit confusing as I have the app setup to use plain text by default.)
Script:
tell application "Mail"
set newMessage to…

Jonathan Cross
- 675
- 8
- 17
0
votes
1 answer
Webfont for Apple Mail Signature possible?
This is a very general question regarding Apple Mail. An HTML signature is to be created for this. That worked so far. Now the customer wants a web font. As far as I know, I cannot integrate these using an inline CSS. On the other hand, I can't…

Kendel Ventonda
- 411
- 3
- 9
- 22
0
votes
0 answers
Attachment gets duplicated in apple mail client when mail sent through the gmail api php code
I am using the Gmail Api code in php to send mails to clients. The mail contains multiple attachments and all works good except for the clients who are using the apple mail app. They see the duplicated attachments. That is if the mail has 4…
0
votes
1 answer
Why is Apple's native Mail Client cutting off (not showing) the end of HTML?
I'm creating an email newsletter and actually testing around with various (native and web) mail clients. So far, Gmail, Outlook.com (native) iOS Mail Client are showing the email as expected. Only MacOS's native mail client cuts off the end of the…

Doğan Uçar
- 166
- 3
- 15
0
votes
1 answer
Apple Mail Email Signature - Tables Collapsing/Overlapping on Each Other?
Occasionally, I get notified of issues from clients that the HTML email signature I created for them is collapsing upon itself in the default Apple Mail app on iOS.
This tends to only occur when I implement multiple tables on top of each other,…

Makalla
- 21
- 2
0
votes
1 answer
Cleanup Apple Mail folders with JXA
I want to write a JXA script which automatically deletes old mails from my folders. I found a solution, but it is very slow and I'm wondering if there is a way to speed this up.
Here is my script:
mailApp =…

Alexander Jährling
- 104
- 1
- 5
0
votes
1 answer
Can't get local Mail.app account using Apple Script
I am trying to get a message by its id from Mail.app using Apple Script. It works if the message is still in the inbox, however I have messages on my local mac with the account name "On my mac" whenever I run this script it gives me an error "Mail…

Joseph Williamson
- 771
- 1
- 6
- 18
0
votes
0 answers
ios - Launch Apple Mail Exchange App from within my own App?
I am trying to launch the exchange mail app configured via apple mail on an ios app written in react-native. I know that we can use the mailto and message urlschemes to open the mail app, but none of these target a specific mail app installed via…

pj013
- 1,393
- 1
- 10
- 28
0
votes
1 answer
Links in Apple Mail (App in iOS) are not working
Our users have reported that the the links in our mails are not clickable in Apple's Mail App as they are just recognized as pure texts(underlined blue colored text). But links become clickable when the same mail is forwarded (in quoted text). This…

Mayank Singh
- 67
- 5
0
votes
1 answer
AppleScript - extract an email message as a MIME object
I have an AppleScript I wrote to do some parsing on Mail.app messages, however it seems I will need more powerful processing (specifically - separate a replied message from the original message it quotes) than what is provided by AppleScript (say,…

MattS
- 1,701
- 1
- 14
- 20
0
votes
1 answer
AppleScript - How to Access Mail Directory?
I am trying to access folder in my mail using apple script. but did not succeed.
My folder Name is : BLABLABLA , it resides under Apple Mail .
I think that it should be :
set myDir to mailbox "BLABLABLA"
this does not work, any suggestions ?

Jehad Ghanayem
- 15
- 2
0
votes
1 answer
Apple Mail "Show Related Messages" Script for Hotkey
I'm usually a Gmail user but on my most recent gig have to use an Exchange account and so decided to give Apple Mail another try (after looking at a bunch of other options) but I digress.
I prefer the classic layout but don't like to group messages…

S N
- 5
- 2
0
votes
1 answer
How can I force this table to display?
Here's my scenario. I'm sending an email, and I want my footer (second table) to display - no matter what is put in the first table. However, if height is set to 100% in the first table, the footer disappears in Apple mail.
…
0
votes
1 answer
Edit Mail rules manually
I want to edit manually the following .plist file:
/Users//Library/Mail/V5/MailData/SyncedRules.plist
Because I get a lot of spam and adding each spammer address to the rules using Mail is impraticable:
and there are many addres to be…

shogitai
- 1,823
- 1
- 23
- 50