-
-
Notifications
You must be signed in to change notification settings - Fork 25
feat: Use secrecy #696
Copy link
Copy link
Open
Labels
Description
Activity
Metadata
Metadata
Assignees
Labels
Projects
- StatusShow more project fieldsNo status
Would it make sense to use
Secretfrom https://crates.io/crates/secrecy instead of the homemadeimap_types::secret::Secret? It seems to bring a better level of security. I can propose a PR if interested in.