Support ingestion of emails via API #193

Open
opened 2026-04-05 16:16:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @michnhokn on 9/25/2025

Is your feature request related to a problem? Please describe.
When working with OpenArchiver, you are limited to either real inboxes or manually uploading files. For larger companies and more automated environments in general, it would be beneficial to ingest emails via API.

Describe the solution you'd like
Provide a new API endpoint in the Archived Email Service API that processes and indexes emails in the same way as this method. e9a65f9672/packages/backend/src/services/IngestionService.ts (L300)

Describe alternatives you've considered
Another alternative would be to push the emails into a temporary inbox, which would then be connected to OpenArchiver. This is not very scalable!

*Originally created by @michnhokn on 9/25/2025* **Is your feature request related to a problem? Please describe.** When working with OpenArchiver, you are limited to either real inboxes or manually uploading files. For larger companies and more automated environments in general, it would be beneficial to ingest emails via API. **Describe the solution you'd like** Provide a new API endpoint in the `Archived Email Service API` that processes and indexes emails in the same way as this method. https://github.com/LogicLabs-OU/OpenArchiver/blob/e9a65f967248193c7c474e4e387203cca6657178/packages/backend/src/services/IngestionService.ts#L300 **Describe alternatives you've considered** Another alternative would be to push the emails into a temporary inbox, which would then be connected to OpenArchiver. This is not very scalable!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#193