{"id":21965100,"url":"https://github.com/weisslj/trac-messageid-plugin","last_synced_at":"2026-05-04T04:37:40.965Z","repository":{"id":137388606,"uuid":"44059752","full_name":"weisslj/trac-messageid-plugin","owner":"weisslj","description":"Trac plugin stores Message-ID in a new table for corrent In-Reply-To header when using AWS SES","archived":false,"fork":false,"pushed_at":"2015-10-12T20:57:37.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T21:33:12.473Z","etag":null,"topics":["aws-ses","trac","trac-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weisslj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-11T16:25:18.000Z","updated_at":"2017-05-01T00:00:16.000Z","dependencies_parsed_at":"2023-03-13T12:27:14.102Z","dependency_job_id":null,"html_url":"https://github.com/weisslj/trac-messageid-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/weisslj/trac-messageid-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisslj%2Ftrac-messageid-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisslj%2Ftrac-messageid-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisslj%2Ftrac-messageid-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisslj%2Ftrac-messageid-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weisslj","download_url":"https://codeload.github.com/weisslj/trac-messageid-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weisslj%2Ftrac-messageid-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32595200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-ses","trac","trac-plugin"],"created_at":"2024-11-29T12:33:12.880Z","updated_at":"2026-05-04T04:37:40.924Z","avatar_url":"https://github.com/weisslj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trac-messageid-plugin\n\nThis plugin for Trac \u003e= 1.1.3 stores the Message-ID of ticket notifications in\na new database table, so they can be used for the In-Reply-To header of\nsubsequent messages.\n\nThis is necessary when using Amazon's Simple Email Service (AWS SES),\nbecause it rewrites the message id. It is also useful when changing the\nproject URL or sender domain (otherwise replies will end up in a new thread).\n\nIt is a drop-in replacement for the native SmtpEmailSender component.\n\n## Installation\n\nDeploy to a specific Trac environment:\n\n    cd /path/to/pluginsource\n    python setup.py bdist_egg\n    cp dist/*.egg /path/to/projenv/plugins\n\nOr install globally:\n\n    cd /path/to/pluginsource\n    python setup.py install\n\nEnable plugin in trac.ini:\n\n    [components]\n    tracmessageid.* = enabled\n\n    [notification]\n    email_sender = MessageIdSmtpEmailSender\n\nUpgrade the database:\n\n    trac-admin /path/to/env upgrade\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweisslj%2Ftrac-messageid-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweisslj%2Ftrac-messageid-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweisslj%2Ftrac-messageid-plugin/lists"}