asimap icon indicating copy to clipboard operation
asimap copied to clipboard

Convert `IMAPSearch.op` to be `SearchOp` enum instead of a str.

Open scanner opened this issue 2 years ago • 0 comments

with the move to a modern version of python we can start using StrEnum's to represent things that are really enum like.

scanner avatar Dec 15 '23 18:12 scanner