-
Notifications
You must be signed in to change notification settings - Fork 163
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
collections broken when used with user-supplied password #101
Comments
The underlying problem is one i'd like to get solved upstream in click, or a separate package extending click. It'll take quite a while, for now all i can advise is to avoid password prompting, sorry. |
The problem with overlapping prompts has been fixed. It still asks for the password multiple times, but i am not sure how to fix that without introducing global state. |
Regarding Everything else should work though:
|
in offlineimap Quoting Markus Unterwaditzer (2014-08-23 10:39:57)
|
And the same with beets. |
0.2.5 is out. |
pkgsrc updated to 0.2.5, thanks for letting me know! |
You could use https://github.com/untitaker/vdirsyncer/tags.atom for this. |
Version 0.2.5 ============= *released on 27 August 2014* - Don't ask for the password of one server more than once and fix multiple concurrency issues, see issue `#101`_. - Better validation of DAV endpoints. .. _`#101`: pimutils/vdirsyncer#101
Version 0.2.5 ============= *released on 27 August 2014* - Don't ask for the password of one server more than once and fix multiple concurrency issues, see issue `#101`_. - Better validation of DAV endpoints. .. _`#101`: pimutils/vdirsyncer#101
In a working config without password, I changed from one collection to many, i.e.:
became
This doesn't work. It asks for 4 passwords at once and errors out:
This works fine when putting the password in the configuration file though.
The text was updated successfully, but these errors were encountered: