Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password manager integration #104

Open
bmclean2 opened this issue Oct 8, 2020 · 4 comments
Open

Password manager integration #104

bmclean2 opened this issue Oct 8, 2020 · 4 comments

Comments

@bmclean2
Copy link

bmclean2 commented Oct 8, 2020

Would be nice to be able to call a command line password manager in the config file. Right now, I'm unable to use mailmerge with davmail as an intermediary to an exchange server because it doesn't handle the password request correctly.

@awdeorio
Copy link
Owner

awdeorio commented Oct 9, 2020

Could elaborate a little more about what this might look like?

@bmclean2
Copy link
Author

bmclean2 commented Oct 10, 2020

In the config file you could have an optional line like

passcmd = "pass [email protected]"

or

passwordeval = "lpass show --password [email protected]"

Including such a line would bypass the password prompt.

@awdeorio
Copy link
Owner

Seems like a reasonable idea for a feature.

@awdeorio awdeorio changed the title Pass command Password manager integration Nov 11, 2020
@WorksAtAUni
Copy link

I know this old for @bmclean2 , but for anyone else, considering you are starting with python, you could write a wrapper for mailmerge and see if you passsword manager can handle that ? 1Password for example has tnice cli that lets you extract and leverage a token

https://1password.community/discussion/112515/log-into-one-password-cli-within-python-script-run-time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants