{"id":18055974,"url":"https://github.com/grahamedgecombe/tnef-filter","last_synced_at":"2025-04-05T09:43:52.208Z","repository":{"id":66305313,"uuid":"58269181","full_name":"grahamedgecombe/tnef-filter","owner":"grahamedgecombe","description":"Automatically convert TNEF (winmail.dat) attachments into MIME format","archived":false,"fork":false,"pushed_at":"2016-05-07T14:26:15.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T20:20:44.489Z","etag":null,"topics":["mail","perl","tnef"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grahamedgecombe.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-07T14:20:53.000Z","updated_at":"2020-12-07T08:51:43.000Z","dependencies_parsed_at":"2023-02-20T21:00:38.477Z","dependency_job_id":null,"html_url":"https://github.com/grahamedgecombe/tnef-filter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Ftnef-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Ftnef-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Ftnef-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Ftnef-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grahamedgecombe","download_url":"https://codeload.github.com/grahamedgecombe/tnef-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318721,"owners_count":20919483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["mail","perl","tnef"],"created_at":"2024-10-31T01:13:06.618Z","updated_at":"2025-04-05T09:43:52.131Z","avatar_url":"https://github.com/grahamedgecombe.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tnef-filter\n\n## Introduction\n\n`tnef-filter` automatically converts [TNEF][tnef] attachments in an email to\nMIME format. It's designed for automated use with a Mail Delivery Agent such as\n`procmail` or `maildrop`.\n\nFor the benefit of search engines, TNEF attachments are typically named\n`winmail.dat`.\n\n## Using with `procmail`\n\nUse a recipe like this in your `.procmailrc` file:\n\n    :0 fw\n    * ^X-MS-TNEF-Correlator:\n    | /path/to/tnef-filter\n\nAs rewriting the emails can break things like DKIM signatures, you might want to\nwrite the original emails to a file for backup purposes:\n\n    :0 cw :\n    * ^X-MS-TNEF-Correlator:\n    | gzip \u003e\u003e tnef.gz\n\n    :0 afw\n    | /path/to/tnef-filter --purge\n\nBy default `tnef-filter` will keep the original TNEF attachment, as it doesn't\nconvert all the information held within it. If you're not worried about data\nloss, or have kept a copy of the original email, the `--purge` flag can be used\nto override this behaviour and remove the TNEF attachment.\n\n## Dependencies\n\n* [Perl 5][perl]\n* [Convert::TNEF][convtnef]\n* [File::MMagic][mmagic]\n* [MIME::Tools][mimetools]\n\n## License\n\n`tnef-filter` is available under the terms of the [ISC license][isc], which is\nsimilar to the 2-clause BSD license. See the `LICENSE` file for the copyright\ninformation and licensing terms.\n\n[tnef]: https://en.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format\n[perl]: https://www.perl.org/\n[convtnef]: https://metacpan.org/pod/Convert::TNEF\n[mmagic]: https://metacpan.org/pod/File::MMagic\n[mimetools]: https://metacpan.org/pod/MIME::Tools\n[isc]: https://www.isc.org/downloads/software-support-policy/isc-license/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahamedgecombe%2Ftnef-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrahamedgecombe%2Ftnef-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahamedgecombe%2Ftnef-filter/lists"}