Thunderbird 152.0.1 (64-bit)
Build ID: 20260630165458
Windows 11
IMAP account hosted by Wedos
I found what appears to be a reproducible bug when forwarding messages with … (और पढ़ें)
Thunderbird 152.0.1 (64-bit)
Build ID: 20260630165458
Windows 11
IMAP account hosted by Wedos
I found what appears to be a reproducible bug when forwarding messages with attachments.
Steps to reproduce:
1. Open an email with a JPG attachment.
2. Click Forward.
3. Save the message as Draft (IMAP Drafts).
4. Without closing the compose window, save the draft again.
Result:
The second save always fails with:
"An error occurred attaching 20260520_123800.jpg. Please check whether you have access to the file."
Error Console shows:
Failed to fetch attachment
NS_ERROR_FILE_NOT_FOUND
url=file:///C:/Users/<user>/AppData/Local/Temp/nsmail-1.jpg
I also observed that after the first draft save Thunderbird deletes:
C:\Users\<user>\AppData\Local\Temp\nsmail-1.jpg
However, the compose window still references this deleted temporary file.
Additional observations:
- Creating a new message and attaching a file from disk works correctly.
- Forwarding a message without attachments works correctly.
- Removing the forwarded attachment and attaching the same file from disk also works correctly.
- Closing and reopening the saved draft restores normal behavior.
This appears to be a bug where the compose window continues using a deleted temporary attachment instead of the attachment stored in the IMAP draft.
Can anyone reproduce this with Thunderbird 152.0.1?