Mail Extensions

RSS for tag

Use Mail Extensions for composition, message actions, secure email, and content blocking in the Mail app.

Posts under Mail Extensions tag

109 Posts

Post

Replies

Boosts

Views

Activity

Disconnected from the email server.
Hello All, We have a daylight mac server hosting our emails. We login into our mail accounts using the mail app on our mac laptops. Although I stopped receiving emails since Friday. I looked into the logs on the Mac server as shown attached and I see this error. Also I am the only one affected everyone else seems to still receive emails. I have tried the following: right-clicked my username on the mail app and clicked "Resync" Restart my Mac Switched to "Forwarded" on the mac server to see if it will forward the emails from the server to my laptop Emptied a bunch of emails to see if my storage was maxed out I am already logged into another mac laptop and I am not receiving emails from there either. Still not receiving emails. My last option is to completely remove my account from the mail app and re-add it, but not sure if I will lose the emails that I already have downloaded on my mail app.
0
0
693
Nov ’22
Automated deployment of email signatures in Apple Mail
I've been looking into using AppleScript to provision and deploy email signatures in Apple Mail for macOS. But is a Mail Extension a better way of achieving this? (For the avoidance of doubt, this isn't a question about digitally signing messages, this question is about a block of text, rich-text or HTML which is added to the end of outgoing messages during the composing by the user.)
0
0
752
Oct ’22
Timer issue in the iCloud mailbox
Hey All, Our application provides an interactive experience for our customers to send a customized image/text in a giftbox via email. The user can decide on the giftbox unlock date and time and send it to another user. Another user will receive that email and he can open the giftbox once time up. The user, who has received the giftbox email can check the countdown timer in the mailbox and once the time is up, he can open that giftbox and see the attached picture or text. Now, we are getting issues with iCloud, we have a countdown time in the mailbox and iCloud is not allowing any email content to no longer be connected with the server. The countdown timer is not working properly because it is getting input from the server. So every time when you open the email it starts from the beginning. We have attached a video file link with this note, please check - https://drive.google.com/file/d/11q-5CbufZFPoUxSjb6KTT2kffmADeU4A/view We are not getting any information from the client’s email box, we are just sending our emails with a giftbox & countdown timer. We want our countdown time should connect with the server so it can work properly. Any help would be appreciated.
1
0
1.2k
Oct ’22
Can a MailKit MEMessageActionHandler process all incoming messages?
As best as I can tell, the only messages sent to a MEMessageActionHandler for processing are those going to the Inbox. I'm trying to write a Mail extension that processes incoming messages, most importantly those that go straight to the Junk folder, but none of those messages go to the extension. Is there some setting I may be missing or can a MEMessageActionHandler only process emails going to the Inbox?
1
0
1.1k
Aug ’22
How to link images in mail so iOS 15 can display
For years, I've been constructing emails for my organization using Dreamweaver and using various email clients which accept raw HTML source to send to my distribution list. This has worked fine until recently. Now, clients running iOS 15 or the latest macOS are unable to display my images regardless of the various privacy settings. Images in emails from other sources display propertly. I link to images using the standard img ... src=http://... method. I tried https, but that had no effect. The images are stored on my organization's website, which happens to be hosted by Bluehost. (Note it is NOT a WordPress site.) Is there something I need to do on my website, etc. (some kind of security certificate?) which will allow iOS to display images?
2
0
1.9k
Jul ’22
MacOS Ventura Mail MFA Office365
Hello, Anyone can confirm if the new Mail in MacOS Ventura already accepts MFA and works fine with Office365 accounts and shared accounts? I try find it on google, but no success, also read the new features on Ventura about mail in https://www.apple.com/ma/newsroom/2022/06/macos-ventura-brings-powerful-productivity-tools-new-continuity-features-to-mac/ but didn't find anything about security MFA, etc. Basically if the Office365 have the Multi Factor Autentication (MFA) activated, Mail won't work with it. More information on other thread here: https://discussions.apple.com/thread/253584668 so I have been using Outlook but I just hate the way it works. Thanks in advance :)
0
0
1k
Jun ’22
MailKit now in iOS16?
I'm confused about this ... the MailKit headers files seem to suggest that MailKit APIs are available for iOS16 now. But I haven't seen any documentation mention it, and you can't create a MailKit extension for iOS (using Xcode 14) like you can with macOS. So is it available to use in iOS or not? If so, how do we create an iOS target for the MailKit extension?
0
1
973
Jun ’22
MEComposeSessionHandler alert message not shown
When the mail extension invoke allowMessageSendForSession func, the error prompt did not show the error description. What am I missing? Below is the code:     enum ComposeSessionError: LocalizedError {         case invalidRecipientDomain                  var errorDescription: String? {             switch self {             case .invalidRecipientDomain:                 return "example.com is not a valid recipient domain"             }         }     }          func allowMessageSendForSession(_ session: MEComposeSession) async throws {         // Before Mail sends a message, your extension can validate the         // contents of the compose session. If the message isn't ready to be         // sent, throw an error.         throw ComposeSessionError.invalidRecipientDomain     }
6
0
2.6k
May ’22
Compose Mail Extension - User Privacy Permissions
I'm trying to build a simple Mail Extension using Compose session handler for the Mac Catalyst App. The idea is to open a ComposeViewController on App Icon click from Mail Toolbar ( when the user adds the app extensions for the app from Mail Preference ). I'm using core data in a shared group and I want to show the list of the email address that the user has added from the app to the ComposeViewController. But on the extension window in the Mail, it shows : Permissions for “MyDemoApp”: • Email Contents Can read sensitive information from emails including the message subject and recipients. This applies to all outgoing messages. Since my Compose-Mail-Extension does not read subject/recipients in the Compose window, My app should not ask this permission from users. Is there any way to omit permissions which my app is not using?
1
0
1.3k
May ’22
Many Apple users Email taking entirely too long to open.
Why is Email taking about four minutes to open on some, and not all devices? Many people have posed this question on forums, and I have not seen a response from Apple. It does not occur in on my IPad mini, or my phone; however it happens on my large screen IPad which is the device I prefer to use for reading email and opening all apps, except for Audible which i typically use on my iPad mini, and my Iphone.
1
0
629
May ’22
Disconnected from the email server.
Hello All, We have a daylight mac server hosting our emails. We login into our mail accounts using the mail app on our mac laptops. Although I stopped receiving emails since Friday. I looked into the logs on the Mac server as shown attached and I see this error. Also I am the only one affected everyone else seems to still receive emails. I have tried the following: right-clicked my username on the mail app and clicked "Resync" Restart my Mac Switched to "Forwarded" on the mac server to see if it will forward the emails from the server to my laptop Emptied a bunch of emails to see if my storage was maxed out I am already logged into another mac laptop and I am not receiving emails from there either. Still not receiving emails. My last option is to completely remove my account from the mail app and re-add it, but not sure if I will lose the emails that I already have downloaded on my mail app.
Replies
0
Boosts
0
Views
693
Activity
Nov ’22
Automated deployment of email signatures in Apple Mail
I've been looking into using AppleScript to provision and deploy email signatures in Apple Mail for macOS. But is a Mail Extension a better way of achieving this? (For the avoidance of doubt, this isn't a question about digitally signing messages, this question is about a block of text, rich-text or HTML which is added to the end of outgoing messages during the composing by the user.)
Replies
0
Boosts
0
Views
752
Activity
Oct ’22
Timer issue in the iCloud mailbox
Hey All, Our application provides an interactive experience for our customers to send a customized image/text in a giftbox via email. The user can decide on the giftbox unlock date and time and send it to another user. Another user will receive that email and he can open the giftbox once time up. The user, who has received the giftbox email can check the countdown timer in the mailbox and once the time is up, he can open that giftbox and see the attached picture or text. Now, we are getting issues with iCloud, we have a countdown time in the mailbox and iCloud is not allowing any email content to no longer be connected with the server. The countdown timer is not working properly because it is getting input from the server. So every time when you open the email it starts from the beginning. We have attached a video file link with this note, please check - https://drive.google.com/file/d/11q-5CbufZFPoUxSjb6KTT2kffmADeU4A/view We are not getting any information from the client’s email box, we are just sending our emails with a giftbox & countdown timer. We want our countdown time should connect with the server so it can work properly. Any help would be appreciated.
Replies
1
Boosts
0
Views
1.2k
Activity
Oct ’22
Aangepast e-maildomein iOS beta 16
Ik heb in mijn aangepast e-maildomein "acertif.be" de optie "Sta alle inkomende berichten toe" aangezet. Dit werkt voor alles behalve voor het mailadres met "info". Dit mailadres werd ooit gebruikt voor een apple ID maar is volledig verwijderd en dit is bevestigd door Apple. Ik kan "info@acertif." ook niet ingeven als nieuw e-mailadres.
Replies
0
Boosts
0
Views
793
Activity
Aug ’22
Can a MailKit MEMessageActionHandler process all incoming messages?
As best as I can tell, the only messages sent to a MEMessageActionHandler for processing are those going to the Inbox. I'm trying to write a Mail extension that processes incoming messages, most importantly those that go straight to the Junk folder, but none of those messages go to the extension. Is there some setting I may be missing or can a MEMessageActionHandler only process emails going to the Inbox?
Replies
1
Boosts
0
Views
1.1k
Activity
Aug ’22
How to link images in mail so iOS 15 can display
For years, I've been constructing emails for my organization using Dreamweaver and using various email clients which accept raw HTML source to send to my distribution list. This has worked fine until recently. Now, clients running iOS 15 or the latest macOS are unable to display my images regardless of the various privacy settings. Images in emails from other sources display propertly. I link to images using the standard img ... src=http://... method. I tried https, but that had no effect. The images are stored on my organization's website, which happens to be hosted by Bluehost. (Note it is NOT a WordPress site.) Is there something I need to do on my website, etc. (some kind of security certificate?) which will allow iOS to display images?
Replies
2
Boosts
0
Views
1.9k
Activity
Jul ’22
Sign macOS application without store
Hi, I'm trying to sign my Swift application (Extension to Apple Mail) but I didn't really figure out how to do it. Can you provide a step-by-step guide/video/whatever that shows how to sign the application, and what are the options (e.g to sign it without the store). Thanks.
Replies
1
Boosts
0
Views
903
Activity
Jul ’22
Apple Mail : How to remove emails in follow up tab
there are a few new features in apple mail and I don't understand how to remove the emails appearing in the follow up column. how did they get there to be exact and how do I remove them?
Replies
2
Boosts
0
Views
841
Activity
Jun ’22
APPLE MAIL MAC OS 12.5 beta 3
After installing macOS 12.5 Mac mail app begins to open giving the following message but then stalls Pop-message says: "mail is loading the latest versions of your plug-ins" After some attempts, crashes Any fixes? Mac 24" M1 16GB
Replies
1
Boosts
0
Views
1.3k
Activity
Jun ’22
Apple Private Email Relay
Hello, I am trying to find an email that was sent to me but it was privately relayed. I checked every single email account and junk folders and even icloud.com email. It’s nowhere to be found. Please help! I need this email.
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’22
How to enable Follow up feature in Mail
I haven't figured it out even though it has been announced. Where do I enable it on iOS and macOS?
Replies
0
Boosts
0
Views
796
Activity
Jun ’22
MacOS Ventura Mail MFA Office365
Hello, Anyone can confirm if the new Mail in MacOS Ventura already accepts MFA and works fine with Office365 accounts and shared accounts? I try find it on google, but no success, also read the new features on Ventura about mail in https://www.apple.com/ma/newsroom/2022/06/macos-ventura-brings-powerful-productivity-tools-new-continuity-features-to-mac/ but didn't find anything about security MFA, etc. Basically if the Office365 have the Multi Factor Autentication (MFA) activated, Mail won't work with it. More information on other thread here: https://discussions.apple.com/thread/253584668 so I have been using Outlook but I just hate the way it works. Thanks in advance :)
Replies
0
Boosts
0
Views
1k
Activity
Jun ’22
MailKit now in iOS16?
I'm confused about this ... the MailKit headers files seem to suggest that MailKit APIs are available for iOS16 now. But I haven't seen any documentation mention it, and you can't create a MailKit extension for iOS (using Xcode 14) like you can with macOS. So is it available to use in iOS or not? If so, how do we create an iOS target for the MailKit extension?
Replies
0
Boosts
1
Views
973
Activity
Jun ’22
MEComposeSessionHandler alert message not shown
When the mail extension invoke allowMessageSendForSession func, the error prompt did not show the error description. What am I missing? Below is the code:     enum ComposeSessionError: LocalizedError {         case invalidRecipientDomain                  var errorDescription: String? {             switch self {             case .invalidRecipientDomain:                 return "example.com is not a valid recipient domain"             }         }     }          func allowMessageSendForSession(_ session: MEComposeSession) async throws {         // Before Mail sends a message, your extension can validate the         // contents of the compose session. If the message isn't ready to be         // sent, throw an error.         throw ComposeSessionError.invalidRecipientDomain     }
Replies
6
Boosts
0
Views
2.6k
Activity
May ’22
Mail.apple.com
mail is connected to icloud, & entry which is used is "67-mail.apple.com" @ icloud
Replies
1
Boosts
0
Views
872
Activity
May ’22
Compose Mail Extension - User Privacy Permissions
I'm trying to build a simple Mail Extension using Compose session handler for the Mac Catalyst App. The idea is to open a ComposeViewController on App Icon click from Mail Toolbar ( when the user adds the app extensions for the app from Mail Preference ). I'm using core data in a shared group and I want to show the list of the email address that the user has added from the app to the ComposeViewController. But on the extension window in the Mail, it shows : Permissions for “MyDemoApp”: • Email Contents Can read sensitive information from emails including the message subject and recipients. This applies to all outgoing messages. Since my Compose-Mail-Extension does not read subject/recipients in the Compose window, My app should not ask this permission from users. Is there any way to omit permissions which my app is not using?
Replies
1
Boosts
0
Views
1.3k
Activity
May ’22
hiw to add multiple words in a subject line for an email url in swiftUI
hiw to add multiple words in a subject line for an email url in swiftUI
Replies
0
Boosts
0
Views
933
Activity
May ’22
Many Apple users Email taking entirely too long to open.
Why is Email taking about four minutes to open on some, and not all devices? Many people have posed this question on forums, and I have not seen a response from Apple. It does not occur in on my IPad mini, or my phone; however it happens on my large screen IPad which is the device I prefer to use for reading email and opening all apps, except for Audible which i typically use on my iPad mini, and my Iphone.
Replies
1
Boosts
0
Views
629
Activity
May ’22
Cannot receive email from private relay email
I am trying to receive a email from private relay email but it does not seem to work. I can send email to private relay email but person received this email cannot reply back. I have set up SPF and DKIM for the domain and registered the domain in apple developer account(email communication). Is there anything else I should do to debug this?
Replies
1
Boosts
0
Views
846
Activity
May ’22
MailKit Mail Extension for Mac Catalyst
I've integrated Mail Extension in Mac Catalyst app in iOS. After running the Extension, Mail app is not showing the extension. Is Mail Extension available for Mac Catalyst Application?
Replies
1
Boosts
0
Views
1.2k
Activity
Apr ’22