https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #58 from Olivier Hubert <[email protected]> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #52) > I always felt we should implement an `Email::Sender::Transport::XOAUTH` > module, maybe based on > https://metacpan.org/dist/Amazon-SES/view/lib/Email/Sender/Transport/SES.pm Do you mean that we should put all XOAUTH-related code in its own transport, and simply alternate between the Permanent transport and XOAUTH transport at send time, depending on the SMTP::Server configuration? The problem with this is that some XOAUTH flows require a web-based authentication. This needs to be done while configuring the SMTP server, as it cannot be done when sending emails. It's why I decided to integrate everything into SMTP::Server. If you have an idea on how to allow that authentication to work when setting up the server yet decouple XOAUTH from SMTP::Server, I am willing to try it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
