ProtonMail / gluon

An IMAP server library written in Go
MIT License
455 stars 27 forks source link

fix(GODT-2418): Do not issue connector renames for inferiors #328

Closed LBeernaertProton closed 1 year ago

LBeernaertProton commented 1 year ago

When renaming a mailbox with inferiors, do not issue rename requests to the connector for the inferiors. The connector should internally handle this. We should only rename the mailboxes locally to avoid waiting on the connector event.