zopefoundation / zope.sendmail

Zope sendmail support.
Other
3 stars 6 forks source link

Support for more Authentication Schema for SMTP #59

Open loechel opened 3 days ago

loechel commented 3 days ago

FEATURE REQUEST

Support for all common Authentication for Mail Servers (SMTP)

icemac commented 2 days ago

I do not think that none of the listed auth methods are supported. Please cross out the existing ones and create sub-issues for the missing ones. Additionally a plan how and when to impement the missing ones would be helpful.

d-maurer commented 2 days ago

Michael Howitz wrote at 2024-12-1 23:47 -0800:

I do not think that none of the listed auth methods are supported. Please cross out the existing ones and create sub-issues for the missing ones. Additionally a plan how and when to impement the missing ones would be helpful.

Do we really need additional auth methods? A simple auth method combined with an encrypted connection might be sufficient.

dataflake commented 2 days ago

I agree that a task like this that lists all authentication methods under the sun is not helpful. It would just hang around forever.

loechel commented 2 days ago

Ok I have crossed out the one that are implemented or depricated.

We have to look what of these Authentication schematas are really used in the wild, but more and more SMTP Providers like Google and Microsoft switch from PLAIN to advanced Authentications schema. Zope and Plone needs to be able to send mails from the system.

Best would be to look, which underlaying auth methodes are supported in CPython and revelvant frameworks, als well as postfix.