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

GSSAPI support for IMAP #825

Open
wants to merge 1 commit into
base: current
Choose a base branch
from
Open

GSSAPI support for IMAP #825

wants to merge 1 commit into from

Conversation

tukss
Copy link

@tukss tukss commented Sep 20, 2021

This adds GSSAPI support for the IMAP mail plugin. It is useful in situations where the mail server supports passwordless authentication via Kerberos, especially when there is no password in the first place.

In it's current state the password field is still required, but can be set to any, including empty, value, when GSSAPI is active.

The code was adapted from a code snippet by Yves Fischer.
https://gist.github.com/yvesf/7cc8300176df8322c913
@yvesf are you OK with this code being published under the MIT license as part of i3pystatus?

@yvesf
Copy link

yvesf commented Sep 20, 2021

@tukss no problem, I don't mind

@tukss
Copy link
Author

tukss commented Oct 18, 2022

I just rebased on current. Please let me know if you want any other changes to get this merged.

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

Successfully merging this pull request may close these issues.

2 participants