167168169170171172173174175176177
if (id==null) id = "yes"; // backwards compatibility if (ur==null) ur = "yes"; Protocol protocol = Protocol.IMAP; if (pr!=null) { try { protocol = Protocol.valueOf(pr.trim().toUpperCase(Locale.ENGLISH)); } catch (IllegalArgumentException iae) {