(20241205) Some details added to Mail OAuth.
This commit is contained in:
@@ -109,6 +109,12 @@ class OAuthMailAuthorizationRequestData(BaseModel):
|
||||
frozen = True
|
||||
)
|
||||
|
||||
syncFreq: Literal[60, 300, 900] = Field(
|
||||
description = "the sync interval in seconds to fetch the mails from the client",
|
||||
frozen = True,
|
||||
default = 300
|
||||
)
|
||||
|
||||
# ┏┓ ┏•
|
||||
# ┃ ┏┓┏┓╋┓┏┓
|
||||
# ┗┛┗┛┛┗┛┗┗┫
|
||||
|
||||
Reference in New Issue
Block a user