enough_mail icon indicating copy to clipboard operation
enough_mail copied to clipboard

SMTP NTLM SUPPORT

Open redanium opened this issue 2 years ago • 1 comments

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

redanium avatar May 10 '22 11:05 redanium

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:

robert-virkus avatar May 10 '22 12:05 robert-virkus