Questions tagged [apple-mail]
148 questions
1
vote
0 answers
I need a plugin like icon on my mac mail toolbar so that I can develop my custom plugin features.Is anybody knows how we can add a custom icon?
I already created the .mailbundle file which is required for the mail plugin and it's also showing in my Mail preferences -> Manage Plugins. I just needed code that can add a custom icon on the mac mail toolbar in Swift, not in objective C.
I had…

Saurabh Pathak
- 879
- 7
- 10
1
vote
0 answers
How can I get the full User-Agent in Sentry dashboard?
I'm at the Sentry dashboard trying to make sense of an error, and it's showing Apple Mail 605.1.15 as an Browser, but I'm not 100% what's the full User-Agent. There's a way to see?

daymannovaes
- 1,416
- 12
- 23
1
vote
2 answers
GREP date from email header and make it the files creation date
I am on Mac Terminal and want to "grep" a string (which is a UNIX timestamp) out of an email header, convert that into a format the OS can work with and make that the creation date of the file. I want to do that recursively for all mails inside a…

r00ky
- 35
- 6
1
vote
1 answer
iPhone/iPad Built-in Mail App prompts "Apple Internet Accounts needs permission..." once upgraded to iOS14
We use Office 365 email. we upgraded iOS14 yesterday and noticed the built-in Mail App ask for password. Once I done the authentication, it prompted me another message as shown in the screen cap iOS14 Mail app prompt. I then logon as Global Admin…

Marcus Zheng
- 11
- 1
- 3
1
vote
0 answers
thunderbird - email signature from apple mail to thunderbird is one line
The footer in Apple Mail looks good, after sending to Outlook, Gmail is ok. Probelm appears in Thuinderbird. There, each of the poems appears on one line and not below each other. What is wrong? I've probably tried everything and I can't figure out…

friqd
- 11
- 1
1
vote
1 answer
Applescript to Save Attachments From Mail to External HD
From an incoming Mail message I would like to copy attachments to an external HD. I'm using a script to copy to the attachments to the User directory by way of a Mail rule that activates when it sees the email address of the sender.
I tried…

spartyguy
- 11
- 3
1
vote
1 answer
Parse email for title and date, then create an todo in Things (applescript)
I'm new to Applescript and I've built this from code I've found online, and can't really get it to work.
What I want to do is the following
A rule in Apple Mail will trigger the script to find 2 text strings inside the body of the mail.
I want to…

Lash
- 13
- 3
1
vote
2 answers
Email Tracking - Apple Mail
I have asked a similar question to this but for GMail and I was greatly satisfied with an awesome answer I received. However, I am having trouble with another email client: Apple Mail.
I am creating my own email tracking system for email marketing…

Abs
- 56,052
- 101
- 275
- 409
1
vote
2 answers
Applescript Mail archive Actions
So, I finally got tired of manually sorting and archiving email on my Mac to get around some archaic mailbox size limits. I'm not a fan of the way Apple handles mail archiving, so I dug into a few examples that others had written to sort mail and…

James Martin
- 45
- 6
1
vote
1 answer
Mail Rules with javascript instead of applescript
In a Mac mail rule, I am trying to run a javascript instead of an applescript. This has been asked in Mail Rules using JavaScript for Automation instead of AppleScript but the answer is not working for me!
I have tried to simplify the code as much…

Ben Quan
- 773
- 11
- 25
1
vote
4 answers
Insert HTML into email in Apple Mail
Is there a way to insert pure html into an email via Apple’s desktop Mail app (ie. creating a newsletter, tables, etc.)?
I know you’re able to do this on Mac OS via Thunderbird, just wondering if there’s a reliable method or extension for Apple Mail…
user9183335
1
vote
2 answers
Extract inline email attachment with Java
I am using following Java code to try extract email attachments:
private static List extractAttachment(Message message) {
List attachments = new ArrayList();
try {
Multipart multipart = (Multipart)…

Akshay Lokur
- 6,680
- 13
- 43
- 62
1
vote
0 answers
How to style signature links in Outlook for Gmail?
I'm creating an email signature in Microsoft Outlook. I'm aware that the formatting will never be 100% consistent across all email readers, but I'd settle for the most used platforms in our company displaying them correctly: Outlook, Gmail and Apple…

sarahjadesigns
- 173
- 3
- 13
1
vote
1 answer
How does iOS open PDF's in the Mail app?
Does the Mail app on iOS use UIDocumentInteractionController() to open a pdf from within Mail in iOS 10??

Craig P
- 477
- 6
- 12
1
vote
1 answer
Apple Mail Client - base64 decoding issue in subject line
On Apple Mail when I send an email with Base64 encoding (from a Perl script) the Apple Mail client is not decoding it's subject line i.e. it is showing raw base64 encoded text.
So when I am sending below from my Perl script:
Subject:…

Amar N
- 11
- 2