Skip to content

🐛(backend) make message subject optional #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025

Conversation

sdemagny
Copy link
Contributor

@sdemagny sdemagny commented Jul 4, 2025

  • Add null=True, blank=True to Message and Thread subject fields
  • Add comprehensive tests for empty/null/missing subjects
  • Update migration 0018 to alter subject field constraints
  • Fix Incoming emails without a subject crash the MDA #161: allow messages without subject field

@sdemagny sdemagny force-pushed the sdem/msg_subj_not_required branch 2 times, most recently from 510e70a to 1a38716 Compare July 7, 2025 06:04
sdemagny added 2 commits July 7, 2025 08:13
- Add null=True, blank=True to Message and Thread subject fields
- Add comprehensive tests for empty/null/missing subjects
- Update migration 0018 to alter subject field constraints
- Fix #161: allow messages without subject field
- Add API tests for label ordering by slug in hierarchical structure
- Add model tests for Label ordering configuration and behavior
- Test ordering with numbers, accents, and mixed case scenarios
- Verify alphabetical ordering across multiple mailboxes
- Ensure consistent ordering behavior for hierarchical labels
@sdemagny sdemagny force-pushed the sdem/msg_subj_not_required branch from 1a38716 to 81f5f7c Compare July 7, 2025 06:13
@sdemagny sdemagny merged commit 81f5f7c into main Jul 7, 2025
6 of 7 checks passed
@sdemagny sdemagny deleted the sdem/msg_subj_not_required branch July 10, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incoming emails without a subject crash the MDA
1 participant