From 887548a9c768525f09ce3679a213a910233041a3 Mon Sep 17 00:00:00 2001 From: sysops Date: Sun, 5 Apr 2026 20:19:36 +0200 Subject: [PATCH] fix(PROJ-38): getThread + ThreadMail/ThreadResponse in api/index.ts re-exportieren --- src/lib/api/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/api/index.ts b/src/lib/api/index.ts index 62a4949..cf83217 100644 --- a/src/lib/api/index.ts +++ b/src/lib/api/index.ts @@ -78,6 +78,8 @@ export { export type { SearchHit, SearchResponse, + ThreadMail, + ThreadResponse, MailAttachment, MailDetail, ImapFolder, @@ -90,6 +92,7 @@ export type { export { searchEmails, getMail, + getThread, downloadMailAttachment, downloadMailRaw, getImapAccounts,