Skip to content

Conversation

amatsuda
Copy link
Member

Here's an AR migration that adds two columns to messages table:

  • message_id_header: the message-id SMTP header. Suffixed _header so that the column name doesn't look like an FK to another message
  • parent_id: reference to another message, used for drawing the mail thread tree. Will be computed from in-reply-to and references SMTP headers

@amatsuda amatsuda merged commit f22dc59 into ruby:main Oct 15, 2025
2 checks passed
@amatsuda amatsuda deleted the add_message_id_header_and_parent_id_to_message branch October 15, 2025 15:11
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.

1 participant