Email changes coming to iOS 18

What happens when Apple Mail starts to use Apple Intelligence to summarize emails.

Brian KerrBrian Kerr
Email changes coming to iOS 18

When iOS 18.1 comes out in October, it will include Apple Intelligence for newer iPhones. Apple Mail for iPhones with Apple Intelligence will significantly change how it displays previews or preheader text when that feature is released.

What is a preview text

Preview text is the first few sentences of an email you see of an email when viewing your email from your inbox.

An example of a preview text
An example of a preview text

There's a trick to change what text is at the top of the email. A sender can put text that is not displayed when viewing the email via CSS at the top of the HTML. The email client will then display this text in the inbox.

At an implementation level, here's what that looks like:

<div style="display: none; overflow: hidden; line-height: 1px; opacity: 0; max-height: 0; max-width: 0;">
Custom preview text goes here
</div>

What changes with iOS 18

In iOS 18.1 with Apple Intelligence, Apple Mail will rewrite the preview text with a sentence or two summarizing the email. The summary will ignore the hidden text that the sender included in the message. When viewing a message, there'll also be an option to summarize the entire email into a paragraph.

The preview summary feature will also use an icon shared accross different iOS summary features denoting the use of Apple Intelligence. It looks a little like a backward return symbol (⏎). There'll also be an option for Apple Mail to highlight Priority emails, which Apple Intelligence has deemed important at that given moment.

Preview text in iOS 18.1
Preview text in iOS 18.1

iPhones that will include Apple Mail summaries with Apple Intelligence:

PhoneApple Intelligence
iPhone 16 ProYes
iPhone 16Yes
iPhone 15 ProYes
iPhone 15No
iPhone 14 pro and olderNo

Here's the specific moment from WWDC when Apple announced these summary features.

The future of preview text

Does this mean the end of the preview text trick? Not yet.

  • Not every iPhone will support Apple Intelligence and this is Apple Mail only.
  • Apple Intelligence will also start as US English only and will not be available in the EU for the release of iOS 18.1. Broad support for English outside the US and other languages will come later.

While Gmail and other email clients may introduce similar features in the future, senders should continue to include preview text for backward compatibility. However, it's important to remember that this text may not always be displayed in the inbox as intended, and email clients won't always display the email as expected.

What about Email Categories and iOS 18?

You may also have heard Apple Mail is coming out with a categorization or tabs feature (Primary, Promotional, etc.).

Here's the specific moment from WWDC where they announce categorization features.

That's coming later this year and will have wider iPhone support than the summary features. We'll keep an eye on that as it gets closer to release and share what we learn.