You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it make sense to use Secret from https://crates.io/crates/secrecy instead of the homemade imap_types::secret::Secret? It seems to bring a better level of security. I can propose a PR if interested in.
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.