From de910b55d99f07ecb603fb0fb5a1ff71a67361e4 Mon Sep 17 00:00:00 2001 From: Nicolai Kamenzky Date: Tue, 30 Aug 2016 09:03:50 -0700 Subject: [PATCH] fix: full email download in iOS Mail When you receive a html email in iOS Mail via POP you may experience the "This message has no content." preview text as well as the "This message is only partially downloaded." text inside the email. The user has to click "Download remaining xx KB" to see the full email. The above padding added to the head is a workaround to make iOS Mail download the full message automatically and is described here in detail: https://www.emailonacid.com/blog/article/email-development/ensure_that_your_entire_email_is_rendered_by_default_in_the_iphone_ipad --- src/layouts/default.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/default.html b/src/layouts/default.html index 2bae6c9..7728b39 100644 --- a/src/layouts/default.html +++ b/src/layouts/default.html @@ -9,6 +9,7 @@ {{subject}} +