Skip to content

add_message_id_header_and_parent_id_to_message#58

Merged
amatsuda merged 1 commit into
ruby:mainfrom
amatsuda:add_message_id_header_and_parent_id_to_message
Oct 15, 2025
Merged

add_message_id_header_and_parent_id_to_message#58
amatsuda merged 1 commit into
ruby:mainfrom
amatsuda:add_message_id_header_and_parent_id_to_message

Conversation

@amatsuda

Copy link
Copy Markdown
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