feat(smtp): implement built-in SMTP server for mail ingestion

- Add lightweight SMTP server support using `lettre` and `tokio`.
- Implement `DATA_SMTP_INGEST` permission check for inbound mail.
- Support real-time email archiving via SMTP protocol.
- Integrate with existing EML index manager for automated indexing.
This commit is contained in:
rustmailer
2026-03-10 01:25:02 +08:00
parent 16f0fad91e
commit 4b0d571cf2
38 changed files with 1609 additions and 32 deletions
+2 -1
View File
@@ -1132,7 +1132,8 @@
"delete_all": "Usuwanie wiadomości e-mail ze wszystkich kont",
"export_batch": "Eksport zbiorczy przypisanych danych",
"export_batch_all": "Eksport zbiorczy wszystkich danych",
"import_batch": "Import zbiorczy danych e-mail"
"import_batch": "Import zbiorczy danych e-mail",
"smtp_ingest": "Pobieranie wiadomości e-mail za pośrednictwem protokołu SMTP"
}
},
"users": {