asimap
asimap copied to clipboard
Convert `IMAPSearch.op` to be `SearchOp` enum instead of a str.
with the move to a modern version of python we can start using StrEnum's to represent things that are really enum like.