Stable integration test deleting many messages using UID EXPUNGE

This commit is contained in:
Michal Horejsek
2021-01-29 12:02:29 +01:00
parent 00b5046653
commit 46bc8b08dc
4 changed files with 21 additions and 1 deletions

View File

@ -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