(20250123) Listing permitted from disabled accounts, new activity not allowed.
This commit is contained in:
@@ -154,7 +154,9 @@ async def sync_mails(
|
||||
auth_token = await current_app.mail_controller.get_token_from_key(
|
||||
mongo_data_conn = current_app.data_mongo,
|
||||
token_key = inbound_data.tokenKey,
|
||||
must_be_active = True
|
||||
)
|
||||
if not auth_token: return constants.API_RESPONSE_NO_AUTH_TOKEN
|
||||
|
||||
# Figure out the client connector:
|
||||
match auth_token.client:
|
||||
|
||||
Reference in New Issue
Block a user