1
0
mirror of https://github.com/axllent/mailpit.git synced 2024-12-26 22:56:43 +02:00
mailpit/internal
Ralph Slooten d67feec713 Fix(db): Remove unused FOREIGN KEY REFERENCES in message_tags table (#374)
This SQL patch rebuilds the message_tags table to remove the unused ID & TagID REFERENCES that was sometimes causing FOREIGN KEY errors when deleting messages (with tags) using the rqlite database. This is not a bug in rqlite, but rather a limitation of how Mailpit integrated with rqlite as an optional alternative database.
2024-12-20 16:12:40 +13:00
..
auth Feature: Optional POP3 server (#249) 2024-02-24 23:10:48 +13:00
html2text Chore: Code cleanup 2024-10-12 15:20:11 +13:00
htmlcheck Chore: Update caniemail database 2024-12-08 12:55:49 +13:00
linkcheck Fix: Relax URL detection in link check tool (#357) 2024-09-05 17:15:53 +12:00
logger Chore: Security improvements (gosec) 2024-02-17 12:38:30 +13:00
pop3 Chore: Move smtpd & pop3 modules to internal 2024-12-14 17:51:02 +13:00
pop3client Chore: Code cleanup 2024-10-12 15:20:11 +13:00
smtpd Add case-insensitive flags to regex'es (#411) 2024-12-15 07:56:20 +13:00
spamassassin Chore: Code cleanup 2024-10-12 15:20:11 +13:00
stats Chore: Switch database flag/env to --database / MP_DATABASE 2024-04-12 14:47:47 +12:00
storage Fix(db): Remove unused FOREIGN KEY REFERENCES in message_tags table (#374) 2024-12-20 16:12:40 +13:00
tools Fix: Prevent splitting multi-byte characters in message snippets (#404) 2024-12-10 18:12:35 +13:00
updater Ignore gosec warning about file permission being set via tar header 2024-10-24 16:52:09 +13:00