## FEATURE REQUEST <!-- Please do not report security-related issues here. Report them by email to security@plone.org. The Security Team will contact the relevant maintainer if necessary. Include tracebacks, screenshots, code of debugging sessions or code that reproduces the issue if possible. The best reproductions are in plain Zope installations without addons or at least with minimal needed addons installed. --> Support for all common Authentication for Mail Servers (SMTP) * ~~PLAIN (Uses Base64 encoding)~~ (already implemented) * ~~LOGIN (Uses Base64 encoding) --> obsoleted in favor of PLAIN~~ * NTLM (NT LAN Manager) * GSSAPI ([Generic Security Services Application Program Interface](https://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface)) * DIGEST-MD5 ([Digest access authentication](https://en.wikipedia.org/wiki/Digest_access_authentication)) * [MD5](https://en.wikipedia.org/wiki/MD5) * [CRAM-MD5](https://en.wikipedia.org/wiki/CRAM-MD5) * OAUTH10A ([OAuth](https://en.wikipedia.org/wiki/OAuth) 1.0a HMAC-SHA1 tokens as defined in RFC 5849) * OAUTHBEARER ([OAuth](https://en.wikipedia.org/wiki/OAuth) 2.0 bearer tokens as defined in RFC 6750) * XOAUTH2
FEATURE REQUEST
Support for all common Authentication for Mail Servers (SMTP)
PLAIN (Uses Base64 encoding)(already implemented)LOGIN (Uses Base64 encoding) --> obsoleted in favor of PLAIN