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

SMTP NTLM SUPPORT #189

Open
redanium opened this issue May 10, 2022 · 1 comment
Open

SMTP NTLM SUPPORT #189

redanium opened this issue May 10, 2022 · 1 comment
Labels
enhancement New feature or request imap pop Post Office Protocol topic. smtp

Comments

@redanium
Copy link

redanium commented May 10, 2022

Is there a way to authenticate to an exchange server via NTLM ?

flutter: C: EHLO xxx.yyy.zzz
flutter: S: 250-xxx.yyy.zzz Hello [10.*.*.*]
flutter: S: 250-SIZE 37748736
flutter: S: 250-PIPELINING
flutter: S: 250-DSN
flutter: S: 250-ENHANCEDSTATUSCODES
flutter: S: 250-STARTTLS
flutter: S: 250-AUTH GSSAPI NTLM
flutter: S: 250-8BITMIME
flutter: S: 250-BINARYMIME
flutter: S: 250 CHUNKING

@robert-virkus robert-virkus added enhancement New feature or request imap smtp pop Post Office Protocol topic. labels May 10, 2022
@robert-virkus
Copy link
Member

Sorry, this usecase is not yet supported. I am very open for a corresponding PR, though...
As far as I understood, NTML authentication could be used across SMTP, POP and IMAP. Do you happen to have some knowhow about NTML?
I have found the following documentation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request imap pop Post Office Protocol topic. smtp
Projects
None yet
Development

No branches or pull requests

2 participants