https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #51 from David Cook <[email protected]> --- Comment on attachment 195697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195697 Bug 38338: this patch lays the groundwork for native XOAUTH2 authentication support in Koha. It also implements the CCG XOAUTH2 flow. Review of attachment 195697: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38338&attachment=195697) ----------------------------------------------------------------- ::: Koha/SMTP/Server.pm @@ +264,5 @@ > + } > + } elsif ( $self->server_type eq 'certificate' ) { > + > + # To be implemented. > + } elsif ( $self->server_type eq 'DAT' ) { I think this is a typo. Shouldn't it be DAG instead of DAT? But doesn't really matter at this point yet. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
