Initial mail exporter version

This commit is contained in:
2026-04-21 16:02:47 +02:00
commit 0bfd55b560
3 changed files with 1194 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
@"
__pycache__/
*.pyc
*.pyo
*.pyd
build/
dist/
*.zip
*.log
.tmp_prefs_test/
Posta in arrivo/
.env
.venv/
venv/
*.spec~
"@ | Out-File -Encoding utf8 .gitignore