mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
GODT-1405: Integration test fix: Prevent unilateral update in FETCH when copying message by append.
This commit is contained in:
@ -253,6 +253,10 @@ func (c *IMAPClient) ExpungeUID(ids string) *IMAPResponse {
|
||||
return c.SendCommand(fmt.Sprintf("UID EXPUNGE %s", ids))
|
||||
}
|
||||
|
||||
func (c *IMAPClient) Noop() *IMAPResponse {
|
||||
return c.SendCommand("NOOP")
|
||||
}
|
||||
|
||||
// Extennsions
|
||||
// Extennsions: IDLE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user