mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
in imap4rev1 search, always send an untagged search response, also without matches
required by rfc. i noticed an example doing that in the condstore/qresync rfc.
This commit is contained in:
@ -36,10 +36,6 @@ this is html.
|
||||
func (tc *testconn) xsearch(nums ...uint32) {
|
||||
tc.t.Helper()
|
||||
|
||||
if len(nums) == 0 {
|
||||
tc.xnountagged()
|
||||
return
|
||||
}
|
||||
tc.xuntagged(imapclient.UntaggedSearch(nums))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user