AquaMail 2.6.1-049. Samsung Galaxy Z Fold 8 Ultra, Android 17, One UI. Microsoft 365 Business Basic account (Exchange/O365 type, custom domain).
Bug: Attachments disappear from message view after moving a message between folders, and never recover — even after force-closing/reopening the app or refreshing.
Root cause found in debug logs: After a folder move, AquaMail's internal attachment count correctly shows 1 (log: "MessagePartBag Message part count: 1"), confirming the file is still linked to the message and downloaded successfully. But the separate counter that controls what actually renders on screen stays at zero (log: "Left to load: state 0, total 0, 0 display, 0 inlines") — identical to a message with no attachment at all. The attachment exists in the data but the UI never builds a visible attachment row for it.
Steps to reproduce:
Receive or forward an email with an attachment into Inbox
Move the message to a different IMAP/Exchange folder
Open the message — attachment is missing from the display
Force-close app, reopen, view again — still missing
Impact: This is blocking normal use of the app for business email. I no longer trust AquaMail to show attachments correctly and have to verify every moved message in Outlook/webmail instead.
I don't have the earlier debug logs (deleted), but the above is a precise, repeatable description with the exact log lines that show the mismatch, if that's enough to go on.