mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #570] [Feature Request] Failed delivery attempts should not be dropped #974
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#974
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KevinRoebert on GitHub (Dec 6, 2023).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/570
Description
Currently, when incoming mails from AnonAddy fail to reach the user's mail server, they are silently discarded by AnonAddy. This behavior causes frustration, especially with crucial emails like invoices. It's unnecessary as AnonAddy has successfully received these emails. The proposal is to implement a feature where undelivered mails are not dropped but made available for download via the UI interface (refer to the attached screenshot).
Reasoning
This change is essential to prevent the loss of important emails due to rejection by mail providers. By preserving undelivered emails within AnonAddy's system, users can retrieve them manually in case of delivery errors, ensuring no loss of crucial information.
Proposed Solution
Upon encountering delivery issues to the user's mail server, AnonAddy should store these mails securely within the system and provide users with an interface to download these undelivered mails from the UI. This approach enhances user experience and safeguards against potential data loss.