Add complete POP3 to Gmail forwarder implementation

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-01 12:14:05 +00:00
parent 124a118d95
commit aa9be83758
10 changed files with 1229 additions and 2 deletions
+39
View File
@@ -0,0 +1,39 @@
# Python cache
__pycache__/
*.py[cod]
# Virtual environment
venv/
env/
# Environment files
.env
.env.local
# Logs
*.log
logs/
# IDE
.vscode/
.idea/
*.swp
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation temporary files
*.tmp
# Testing
.pytest_cache/
.coverage
# Build artifacts
dist/
build/