diff options
author | Galen Abell <galen@galenabell.com> | 2019-05-18 15:29:26 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-18 15:31:38 -0400 |
commit | b8208509f47301bcb03bc222f5e5765833478250 (patch) | |
tree | ba089c1f60d05bf6ea48c027dc09a25467b1b765 /doc/aerc-smtp.5.scd | |
parent | 98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (diff) | |
download | aerc-b8208509f47301bcb03bc222f5e5765833478250.tar.gz |
Implement loading passwords from external commands
* Resolves #80
Diffstat (limited to 'doc/aerc-smtp.5.scd')
-rw-r--r-- | doc/aerc-smtp.5.scd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index 7d071258..17eb6273 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -39,6 +39,16 @@ available: Authenticate with a username and password using AUTH PLAIN. This is the default behavior. +*outgoing_cred_cmd* + Specifies the command to run to get the password for the SMTP + account. This command will be run using `sh -c [command]`. If a + password is specified in the *outgoing* option, the password will + take precedence over this command. + + Example: + + `pass hostname/username` + # SEE ALSO *aerc*(1) *aerc-config*(5) *aerc-smtp*(5) |