XOauth2 IMAP Release

Prevent XOAuth2 being used for POP. Update PR Template.
Updated help file.
Bumped version to 1.19-beta
This commit is contained in:
wooferguy
2023-02-11 14:41:19 +13:00
parent bbf2330b1a
commit 4d5eb1c811
5 changed files with 63 additions and 31 deletions

View File

@@ -230,6 +230,8 @@
$(".node-input-disposition").show();
$(".node-input-criteria").show();
} else {
$("#node-input-authtype").val("BASIC");
$("#node-input-authtype").change();
$(".node-input-autotls").hide();
$(".node-input-box").hide();
$(".node-input-disposition").hide();
@@ -248,6 +250,8 @@
$(".node-input-password").hide();
$(".node-input-saslformat").show();
$(".node-input-token").show();
$("#node-input-protocol").val("IMAP"); //Remove when POP lib updated
$("#node-input-protocol").change();
$("#node-input-fetch").val("trigger");
$("#node-input-fetch").change();
}