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

add config option for an authorization file #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 4, 2017

  1. add config option for an authorization file

    in case the credentials should be loaded from an external file
    
    My particular use case is that I want to version control the .cfg
    file, but I don't want to put my username/password in the file
    wberrier committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    41be6ee View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. mutt_ldap: rework to work with python3

    Mostly in regards to unicode string handling.
    
    Ldap search results returns "keys" in utf-8, but values are often in
    bytes. stringify values after querying so that results and cache
    aren't treated differently.
    
    Open files in text mode instead of binary mode.
    
    SafeConfigParser was renamed to ConfigParser in python3.
    
    LOG.warn is deprecated, change to "LOG.warning" to avoid deprecation
    output messages.
    wberrier committed May 30, 2020
    Configuration menu
    Copy the full SHA
    d240507 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. allow setting password by passing command

    ... such as pass from the passwordstore
    Konfekt authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0ed1376 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    dbd8606 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #1 from Konfekt/patch-1

    allow setting password by passing command
    wberrier authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b7098b0 View commit details
    Browse the repository at this point in the history