Add New Tab

var aURL = "chrome://myext/mytab.xul";
let tabmail = getMail3Pane().document.getElementById("tabmail");
tabmail.openTab("chromeTab", { chromePage: aUrl });