This commit is contained in:
2026-07-09 09:35:22 +03:00
parent a79db30ea9
commit 147b774e44
9 changed files with 99 additions and 103 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ import { createRequire } from "node:module";
import path from "node:path";
import { fileURLToPath } from "node:url";
import { promisify } from "node:util";
import type { Email, Folder, LoginConfig } from "./models.ts";
import type { Email } from "./types/email.ts";
import type { Folder } from "./types/folder.ts";
import type { LoginConfig } from "./types/login_config.ts";
let inMemoryPassword: string | null = null;