ruby / net-imap

Ruby client api for Internet Message Access Protocol
https://ruby.github.io/net-imap
Other
56 stars 29 forks source link

✅ Add basic test for SEARCH / UID SEARCH command #267

Closed nevans closed 8 months ago

nevans commented 8 months ago

I've been working on a validating search syntax, so we can eventually deprecate all automatic usage of RawData. There will be a much bigger test suite for that change. But the full stack test (using FakeServer) doesn't need much more than this, for now.