Skip to content

Commit ea49228

Browse files
committed
feat: add authsource property to mailboxes
1 parent 9a882de commit ea49228

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ export interface BaseMailboxAttributes {
323323
* The mailbox quota.
324324
*/
325325
quota: number;
326+
/**
327+
* The authentication source for this mailbox.
328+
*/
329+
authsource: 'mailcow' | 'ldap' | 'keycloack' | 'generic-oidc';
326330
}
327331

328332
/**

0 commit comments

Comments
 (0)