fix: imap proxy do not support password && cleanup days translate (#356)

This commit is contained in:
Dream Hunter
2024-07-19 22:40:53 +08:00
committed by GitHub
parent 38816cbf0f
commit 384eb9b041
3 changed files with 11 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ class Settings(BaseSettings):
proxy_url: str = "http://localhost:8787"
port: int = 8025
imap_port: int = 11143
basic_password: str = ""
class Config:
env_file = ".env"