12 lines
349 B
JavaScript
12 lines
349 B
JavaScript
'use strict';
|
|
|
|
var SmtpEncryption = /* @__PURE__ */ ((SmtpEncryption2) => {
|
|
SmtpEncryption2["None"] = "none";
|
|
SmtpEncryption2["Ssl"] = "ssl";
|
|
SmtpEncryption2["Tls"] = "tls";
|
|
return SmtpEncryption2;
|
|
})(SmtpEncryption || {});
|
|
|
|
exports.SmtpEncryption = SmtpEncryption;
|
|
//# sourceMappingURL=out.js.map
|
|
//# sourceMappingURL=smtp-encryption.js.map
|