mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #172] Gmail IMAP gets disconnected when moving an email to Trash #124
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#124
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 @d99kris on GitHub (Dec 7, 2024).
Original GitHub issue: https://github.com/d99kris/nmail/issues/172
Originally assigned to: @d99kris on GitHub.
Description:
This issue was introduced around 2024 Q3 and is not specific to
nmail, it can be reproduced withcurlas well. It was reported in Google community forums - Gmail IMAP connection gets closed when moving an email to Trash - but it has not yet been fixed on Gmail side.Since it's an inconvenience to have
nmaillose server connection and reconnect every time one deletes email (with an Gmail account), the plan is to implement a workaround for Gmail usingUID COPYto Trash, and then mark the email for deletion in source folder, and expunge emails marked for deletion.How to reproduce it:
Set up nmail with a Gmail account, press
dto delete an email.The top right status message indicates
Disconnectedand thenReconnecting.Environment:
@d99kris commented on GitHub (Jan 24, 2026):
This workaround has now been disabled - see #188.