mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user