https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42870 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #204252|0 |1 is obsolete| | --- Comment #37 from David Cook <dcook@prosentient.com.au> --- Created attachment 204350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204350&action=edit XOAUTH2 email transport plugin This is a Koha Plugin which provides its own modules that replace Email::Sender::Transport::SMTP::Persistent, Net::SMTP, Authen::SASL::Perl, and Authen::SASL::Perl::XOAUTH2. In the case of Email::Sender::Transport::SMTP::Persistent, Net::SMTP, and Authen::SASL::Perl the Koha Plugin provides its own subclassed modules with the necessary changes (so you don't need Email::Sender 2.601+ and Authen::SASL >= 2.18). Note that there is no Net::SMTP without buggy handling of long SMTP AUTH strings, so this one is actually better than upstream anyway. Authen::SASL::Perl::XOAUTH2 is replaced by a copy but in a localized namespace. -- You are receiving this mail because: You are watching all bug changes.