You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings. I have a mail server with a custom XOAUTH2 method for SASL, using it I have 2FA implemented for IMAP authentication. Right now I am studying this application's code base and searching for a way to make this custom mechanism work for sieve as well. Could anyone tell where to look? The main goal is to be able to pass a JWT token as a password after retrieving it from a token endpoint using normal credentials and one time password. Thanks in advance for any guidelines.
The text was updated successfully, but these errors were encountered:
Greetings. I have a mail server with a custom XOAUTH2 method for SASL, using it I have 2FA implemented for IMAP authentication. Right now I am studying this application's code base and searching for a way to make this custom mechanism work for sieve as well. Could anyone tell where to look? The main goal is to be able to pass a JWT token as a password after retrieving it from a token endpoint using normal credentials and one time password. Thanks in advance for any guidelines.
The text was updated successfully, but these errors were encountered: