Questions tagged [apple-mail]

148 questions
5
votes
1 answer

Not able to Execute AppleScript within "Mail" application

I have create one mail plugin and add "Button" beside the "Send" button of outgoing Mail, and now i want to send outgoing Mail from my Button also and i also write applescript for that like activate application "Mail" tell application "System…
Muhammad Rizwan
  • 3,470
  • 1
  • 27
  • 35
5
votes
1 answer

How to create apple mail plugin for Mac OS X

I want to make apple mail plugin but I don't know anything like! From where to start? which application in Xcode I suppose to chose for Apple mail plugin (In create new Project) Can we develop this thing in Objective-C? or need other thing…
Muhammad Rizwan
  • 3,470
  • 1
  • 27
  • 35
4
votes
1 answer

Using browser system font stack in html email

Do system font stacks, e.g. something like...

Whatever sans-serif font, but please use that ugly Arial as a last resort only

...work…
Hudri
  • 188
  • 3
  • 18
4
votes
1 answer

Email Sender Image from Google+ Account

I'd like for all emails send from my server (e.g. mail@example.com) to arrive in recipients inboxes with a custom sender image used in Apple Mail and Google Inbox. I have created a new Google+ account, linked and verified my website (by uploading…
Solid I
  • 580
  • 5
  • 13
  • 34
3
votes
2 answers

MIME "multipart/related" Structure and Apple Mail. Is it a Bug?

I build a E-Mail with PHP Zend Framework Class Zend_Mail. There is one text- and one html-part with related inline-images. I want to attach one pdf-file too. My question is about the mime-structure. Two options are possible: option 1: Content-Type:…
Stephan
  • 1,246
  • 8
  • 16
3
votes
0 answers

Why Apple Mail refuse receiving emails from Amazon SES?

I got this error from Apple Mail, end of the text is the message, recipient of this message is who was the sender originally: An error occurred while trying to deliver the mail to the following recipients: k...@icloud.comReporting-MTA: dns;…
János
  • 32,867
  • 38
  • 193
  • 353
3
votes
1 answer

Reading and altering the to/cc/bcc fields programmatically in a Mail.app plugin

Has anyone ever successfully figured out the method to alter the to, cc and bcc fields of an outgoing message in a Mail.app plugin? I've been looking through the header files trying to figure out exactly what I need to do to get the list of…
Aaron
  • 879
  • 7
  • 18
3
votes
2 answers

Creating a plugin for Apple Mail

I'm looking for some documentation how to create an apple mail plugin for mac os but without too much luck. Is there any good documentation, sample, tutorial... that explain it? I've found sample posts but the newest one is from 5 years ago. Anyone…
Pataquer
  • 283
  • 1
  • 14
3
votes
1 answer

Button link not working in SendGrid email on Apple Mail

I have created HTML and converted the inline to render with most email clients through a SendGrid template. However there is one element, a button and link that fail to render in Apple Mail. The button simply does not work. It is working and goes…
MagicPossum
  • 251
  • 5
  • 16
3
votes
1 answer

How to get a simple applescript to run in apple mail?

I seem to be struggling just getting a simple script to run. My script doesn't do much right now, just loops through emails and gets the senders email and name. using terms from application "Mail" on perform mail action with messages…
Joelio
  • 4,621
  • 6
  • 44
  • 80
3
votes
2 answers

Mail.app's rules are sending the wrong messages to AppleScript

I have the following AppleScript triggered by a Mail.app rule: using terms from application "Mail" on perform mail action with messages theMessages for rule theRule repeat with msg in theMessages set theText to subject of msg…
ghenne
  • 1,903
  • 2
  • 19
  • 29
3
votes
1 answer

Get body text from message URL in Swift

This question follows on from the question: Drag messages from Mail onto Dock using Swift I have now received a drag and drop message from dragging a message from Mail to the dock. The only thing that the I get is the message title and the message…
iphaaw
  • 6,764
  • 11
  • 58
  • 83
3
votes
0 answers

ColdFusion errors when retrieving inline mail attachments

I'm building a coldFusion application that needs to pop mail from a server. The pop code is really basic. variables.mailService = new pop(); variables.mailService.setAttributes( Server = '[my mail server]', …
David Byers
  • 386
  • 2
  • 4
  • 20
3
votes
1 answer

Launch Mail app (iOS) from my own app

There's a lot of questions on this topic, but no updated answer. I want to open the native iOS mail app WITHOUT the compose view (from within my own app). All answers so for say it's impossible, but the app Slack manages to do this. Anyone have any…
Allen
  • 3,601
  • 10
  • 40
  • 59
3
votes
2 answers

Apple Mail does not display PDF sent using Zend_Mail

My web application creates PDF documents using Zend_Pdf and sends them using Zend_Mail. It also attaches some user uploaded documents (also PDF). The attachments show up in all general used mail programs, except in Apple Mail. The created PDF is…
nielsr
  • 2,417
  • 2
  • 15
  • 16
1
2
3
9 10