mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
Stable integration test deleting many messages using UID EXPUNGE
This commit is contained in:
@ -246,6 +246,10 @@ func (c *IMAPClient) Expunge() *IMAPResponse {
|
||||
return c.SendCommand("EXPUNGE")
|
||||
}
|
||||
|
||||
func (c *IMAPClient) ExpungeUID(ids string) *IMAPResponse {
|
||||
return c.SendCommand(fmt.Sprintf("UID EXPUNGE %s", ids))
|
||||
}
|
||||
|
||||
// Extennsions
|
||||
// Extennsions: IDLE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user