{"id":13597641,"url":"https://github.com/microsoft/mfcmapi","last_synced_at":"2025-05-14T23:07:02.374Z","repository":{"id":44637147,"uuid":"70842621","full_name":"microsoft/mfcmapi","owner":"microsoft","description":"MFCMAPI","archived":false,"fork":false,"pushed_at":"2025-05-07T12:34:00.000Z","size":41756,"stargazers_count":910,"open_issues_count":39,"forks_count":161,"subscribers_count":51,"default_branch":"main","last_synced_at":"2025-05-07T13:32:20.121Z","etag":null,"topics":["email","exchange","mail","mapi","microsoft","outlook"],"latest_commit_sha":null,"homepage":"https://microsoft.github.io/mfcmapi/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-13T19:52:05.000Z","updated_at":"2025-05-07T12:33:05.000Z","dependencies_parsed_at":"2023-11-16T14:26:28.734Z","dependency_job_id":"1a9ca699-2872-4b23-bd2b-10188e8f919b","html_url":"https://github.com/microsoft/mfcmapi","commit_stats":{"total_commits":3794,"total_committers":11,"mean_commits":"344.90909090909093","dds":0.044280442804428,"last_synced_commit":"e58089a1eada262235ad056ad0e0da2d9d63891f"},"previous_names":["microsoft/mfcmapi","stephenegriffin/mfcmapi"],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmfcmapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmfcmapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmfcmapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmfcmapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/mfcmapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243362,"owners_count":22038046,"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":["email","exchange","mail","mapi","microsoft","outlook"],"created_at":"2024-08-01T17:00:37.785Z","updated_at":"2025-05-14T23:06:57.366Z","avatar_url":"https://github.com/microsoft.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# mfcmapi\n\nMFCMAPI provides access to MAPI stores to facilitate investigation of Exchange and Outlook issues and to provide developers with a sample for MAPI development.\n\n[Latest release](https://github.com/microsoft/mfcmapi/releases/latest)  \n[Release stats (raw JSON)](https://api.github.com/repos/microsoft/mfcmapi/releases/latest)  \n[Pretty release stats](https://somsubhra.github.io/github-release-stats/?username=microsoft\u0026repository=mfcmapi\u0026page=1\u0026per_page=5)\n\n## Contributing\n\nMFCMAPI depends on the [MAPI Stub Library](https://github.com/microsoft/MAPIStubLibrary). When cloning, make sure to clone submodules. See [Contributing](CONTRIBUTING.md) for more details.\n\n## Fuzzing\n\nMFCMAPI supports fuzzing with [libFuzzer](https://llvm.org/docs/LibFuzzer.html) and the [fsanitize](https://learn.microsoft.com/en-us/cpp/build/reference/fsanitize?view=msvc-170) switch in Visual Studio. See [fuzz.cpp](fuzz/fuzz.cpp) for details.  \nTo run fuzzing for this project, follow these steps:\n1. **Build Fuzzing Corpus**: \n   - Open Powershell prompt\n   - Run [fuzz\\Build-FuzzingCorpus.ps1](fuzz\\Build-FuzzingCorpus.ps1) to generate a fuzzing corpus in [fuzz/corpus](fuzz/corpus) from Smart View unit test data.\n\n1. **Switch Solution Configuration**:\n   - Open MFCMAPI.sln in Visual Studio.\n   - In the toolbar, locate the **Solution Configurations** dropdown.\n   - Select **Fuzz** from the list of configurations.\n\n1. **Debug Command Line Parameters**:\n   - When running the fuzzing tests, use the following command line parameters:  \n`$(ProjectDir)fuzz\\corpus -artifact_prefix=fuzz\\artifacts\\`\n\n## Help/Feedback\n\nFor assistance using MFCMAPI, developing add-ins, or general MAPI development, consult the [documentation](docs/Documentation.md). Find a bug? Need help? Have a suggestion? Report your issues through the [issues tab](https://github.com/microsoft/mfcmapi/issues).  \n\n## Badges\n\n[![continuous-integration](https://github.com/microsoft/mfcmapi/actions/workflows/github-ci.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/github-ci.yml)  \n[![Clang-format](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml)  \n[![CodeQL](https://github.com/microsoft/mfcmapi/actions/workflows/codeql.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/codeql.yml)  \n[![Dependency Review](https://github.com/microsoft/mfcmapi/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/dependency-review.yml)  \n[![DevSkim](https://github.com/microsoft/mfcmapi/actions/workflows/devskim.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/devskim.yml)  \n[![OpenSSF\nScorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/mfcmapi/badge)](https://scorecard.dev/viewer/?uri=github.com%2Fmicrosoft%2Fmfcmapi)  \n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7901/badge)](https://www.bestpractices.dev/projects/7901)  \n[![Facebook](https://badge.facebook.com/badge/26764016480.2776.1538253884.png)](https://www.facebook.com/MFCMAPI)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmfcmapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fmfcmapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmfcmapi/lists"}