mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
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:
@@ -1132,7 +1132,8 @@
|
||||
"delete_all": "すべてのアカウントのメールを削除",
|
||||
"export_batch": "割り当てデータを一括エクスポート",
|
||||
"export_batch_all": "すべてのデータを一括エクスポート",
|
||||
"import_batch": "メールデータを一括インポート"
|
||||
"import_batch": "メールデータを一括インポート",
|
||||
"smtp_ingest": "SMTPプロトコル経由でメールを取り込む"
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
|
||||
Reference in New Issue
Block a user