1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-11-29 22:57:41 +02:00

Feature: Option to ignore duplicate Message-IDs

This option (default off) silently ignores any new messages with duplicate Message-IDs. This update includes a new database structure and automatic rebuild of existing data.
This commit is contained in:
Ralph Slooten
2023-05-04 21:48:09 +12:00
parent 225a1e2e2a
commit 5f919cc9dd
8 changed files with 363 additions and 66 deletions

View File

@@ -655,6 +655,10 @@
"$ref": "#/definitions/Attachment"
}
},
"MessageID": {
"description": "Message ID",
"type": "string"
},
"Read": {
"description": "Read status",
"type": "boolean"