mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #711] White border issue in Apple Mail on iOS (iPhone & iPad) #1061
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#1061
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jackymattes on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/711
When viewing forwarded emails in Apple Mail on iPhone 13 mini or iPad, some emails (e.g., newsletters with background colors) display a white border on the right side of the email content. This issue does not occur consistently with all forwarded emails.
The screenshots show the Zalando newsletter (first confirmation email) received directly vs. via Addy.io, highlighting the difference. The issue seems specific to iOS, as it occurs on iPhone 13 mini and iPad but not in Apple Mail on macOS.
Possible Cause
The issue may be related to:
• max-width: 896px, padding: 10px 20px, and width: 100%.
• Lack of box-sizing: border-box;.
Affected Code
The relevant code is located in:
resources/views/emails/forward/html_banner.blade.phpSreenshots
Forwarded via Addy.io
Regular email without Addy
@willbrowningme commented on GitHub (Jan 16, 2025):
Thanks for letting me know.
Are you able to forward me the exported email where this issue occurs?