{"id":13705975,"url":"https://github.com/hrbrmstr/msgxtractr","last_synced_at":"2025-03-21T12:30:53.679Z","repository":{"id":141238550,"uuid":"101172214","full_name":"hrbrmstr/msgxtractr","owner":"hrbrmstr","description":":card_index: Extract contents from Outlook '.msg' files in R","archived":false,"fork":false,"pushed_at":"2024-03-29T03:28:21.000Z","size":2216,"stargazers_count":49,"open_issues_count":7,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T01:11:13.710Z","etag":null,"topics":["attachment","msg","outlook","r","r-cyber","rstats"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"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":"2017-08-23T11:23:49.000Z","updated_at":"2025-02-19T22:42:54.000Z","dependencies_parsed_at":"2024-01-14T20:17:14.780Z","dependency_job_id":"4dac746d-2be1-42bd-adbc-b51c749c4c9c","html_url":"https://github.com/hrbrmstr/msgxtractr","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/hrbrmstr%2Fmsgxtractr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fmsgxtractr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fmsgxtractr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fmsgxtractr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/msgxtractr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244799209,"owners_count":20512206,"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":["attachment","msg","outlook","r","r-cyber","rstats"],"created_at":"2024-08-02T22:00:50.693Z","updated_at":"2025-03-21T12:30:52.245Z","avatar_url":"https://github.com/hrbrmstr.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"---\noutput: rmarkdown::github_document\n---\n[![Build Status](https://travis-ci.org/hrbrmstr/msgxtractr.svg?branch=master)](https://travis-ci.org/hrbrmstr/msgxtractr)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hrbrmstr/msgxtractr?branch=master\u0026svg=true)](https://ci.appveyor.com/project/hrbrmstr/msgxtractr)\n[![codecov](https://codecov.io/gh/hrbrmstr/msgxtractr/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/msgxtractr)\n\n`msgxtractr` : Read Outlook '.msg' Files\n\n'Microsoft' 'Outlook' messages can be saved in '.msg' files. Tools are provided that enable extraction of metadata, envelope, headers, body and attachments from these files.\n\nThe following functions are implemented:\n\n- `read_msg`:\tRead in an Outlook '.msg' file\n- `save_attachments`:\tSave all attachments from a 'msg' object\n- `tidy_msg`:\tTurn a 'msg' object into a 'tibble'\n\n### Installation\n\n```{r eval=FALSE}\ndevtools::install_github(\"hrbrmstr/msgxtractr\")\n```\n\n```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}\noptions(width=120)\n```\n\n### Usage\n\n```{r message=FALSE, warning=FALSE, error=FALSE}\nlibrary(msgxtractr)\n\n# current version\npackageVersion(\"msgxtractr\")\n\nstr(msg1 \u003c- read_msg(system.file(\"extdata/unicode.msg\", package=\"msgxtractr\")))\n\nprint(msg1)\n\nstr(msg2 \u003c- read_msg(system.file(\"extdata/TestMessage-ansi.msg\", package=\"msgxtractr\")))\n\nstr(msg3 \u003c- read_msg(system.file(\"extdata/TestMessage-default.msg\", package=\"msgxtractr\")))\n\nstr(msg4 \u003c- read_msg(system.file(\"extdata/TestMessage-unicode.msg\", package=\"msgxtractr\")))\n\nstr(tidy_msg(msg1), 2)\nstr(tidy_msg(msg2), 2)\nstr(tidy_msg(msg3), 2)\nstr(tidy_msg(msg4), 2)\n```\n\n### Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fmsgxtractr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Fmsgxtractr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fmsgxtractr/lists"}