fix: IMAP Import (#13500)

/closes #13397
This commit is contained in:
neo773
2025-07-30 15:08:00 +02:00
committed by GitHub
parent 11a0fce1c8
commit 0e4e3acaba
5 changed files with 111 additions and 56 deletions
@@ -145,6 +145,11 @@ import { JwtAuthStrategy } from './strategies/jwt.auth.strategy';
ApiKeyService,
AuthSsoService,
],
exports: [AccessTokenService, LoginTokenService, RefreshTokenService],
exports: [
AccessTokenService,
LoginTokenService,
RefreshTokenService,
CreateMessageFolderService,
],
})
export class AuthModule {}