CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/plain; charset=utf-8
last-modified: Wed, 19 Feb 2020 21:47:55 GMT
access-control-allow-origin: *
strict-transport-security: max-age=31556952
etag: W/"5e4dad0b-4b0"
expires: Thu, 24 Jul 2025 19:05:20 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 4650:25A627:173FF:1AD81:68828196
accept-ranges: bytes
age: 0
date: Thu, 24 Jul 2025 18:55:20 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210056-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753383321.520182,VS0,VE221
vary: Accept-Encoding
x-fastly-request-id: 0335e7117abf3db9d3d8039ce8ed6902f92f112e
content-length: 641
Notes for use of NTLM authentication support with JavaMail
----------------------------------------------------------
Thanks to the efforts of Luis Serralheiro, JavaMail now suports the use
of Microsoft's proprietary NTLM authentication mechanism. This support
within JavaMail is now derived from the NTLM support in the JDK and
included directly in JavaMail, with no external dependencies.
This release of JavaMail was tested with Microsoft Exchange 5.5 and 2007.
The SMTP and IMAP providers support the use of NTLM authentication.
The following properties can be used to configure the NTLM support:
mail..auth.ntlm.domain
The NTLM authentication domain.
mail..auth.ntlm.flags
NTLM protocol-specific flags. (not currently used)
See https://curl.haxx.se/rfc/ntlm.html#theNtlmFlags for details.
NOTE: This capability is very new and has NOT been thoroughly tested.
Please send any feedback or bug reports to us at javamail_ww@oracle.com.
WARNING: This support, and the APIs and properties used to control it,
should be considered EXPERIMENTAL. They may be changed in the future
in ways that are incompatible with applications using the current APIs
and properties.