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,