ImapClient should preserve user name, password and host in self when successfully logged in #506
linuxmagic-mp
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I'm open to storing the username and hostname on the IMAPClient instance but am a little reluctant to store the password. Keeping secrets around in memory is generally a bad idea from a security standpoint. What's the use case for this? It's not like your application couldn't track these details itself alongside with the IMAPClient instance. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Think something is generally missing, when login is called, whether manually, or using an INI, there should be a self.authenticated, self.username, self.host etc.. would make it easier for other functions to simply access self to get these values.. Does this make sense? Maybe even set it when not authenticated..
Beta Was this translation helpful? Give feedback.
All reactions