https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338 --- Comment #51 from David Cook <dcook@prosentient.com.au> --- 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.