fix(PROJ-38): getThread + ThreadMail/ThreadResponse in api/index.ts re-exportieren
This commit is contained in:
@@ -78,6 +78,8 @@ export {
|
|||||||
export type {
|
export type {
|
||||||
SearchHit,
|
SearchHit,
|
||||||
SearchResponse,
|
SearchResponse,
|
||||||
|
ThreadMail,
|
||||||
|
ThreadResponse,
|
||||||
MailAttachment,
|
MailAttachment,
|
||||||
MailDetail,
|
MailDetail,
|
||||||
ImapFolder,
|
ImapFolder,
|
||||||
@@ -90,6 +92,7 @@ export type {
|
|||||||
export {
|
export {
|
||||||
searchEmails,
|
searchEmails,
|
||||||
getMail,
|
getMail,
|
||||||
|
getThread,
|
||||||
downloadMailAttachment,
|
downloadMailAttachment,
|
||||||
downloadMailRaw,
|
downloadMailRaw,
|
||||||
getImapAccounts,
|
getImapAccounts,
|
||||||
|
|||||||
Reference in New Issue
Block a user