i3pystatus icon indicating copy to clipboard operation
i3pystatus copied to clipboard

GSSAPI support for IMAP

Open tukss opened this issue 2 years ago • 2 comments

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?

tukss avatar Sep 20 '21 17:09 tukss

@tukss no problem, I don't mind

yvesf avatar Sep 20 '21 21:09 yvesf

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

tukss avatar Oct 18 '22 03:10 tukss