Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead pipelines, update md #703

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "mapistub"]
path = mapistub
url = https://github.com/stephenegriffin/MAPIStubLibrary.git
url = https://github.com/microsoft/MAPIStubLibrary.git
31 changes: 19 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
# CONTRIBUTING

All pull requests are welcome, there are just a few guidelines you need to follow.

When contributing to this repository, please first discuss the change by creating a new [issue](https://github.com/stephenegriffin/mfcmapi/issues) or by replying to an existing one.
When contributing to this repository, please first discuss the change by creating a new [issue](https://github.com/microsoft/mfcmapi/issues) or by replying to an existing one.

## GETTING STARTED

# GETTING STARTED
* Make sure you have a [GitHub account](https://github.com/signup/free).
* Fork the repository, you can [learn about forking on Github](https://help.github.com/articles/fork-a-repo)
* [Clone the repro to your local machine](https://help.github.com/articles/cloning-a-repository/).
* Make sure you have a [GitHub account](https://github.com/signup/free).
* Fork the repository, you can [learn about forking on Github](https://help.github.com/articles/fork-a-repo)
* [Clone the repro to your local machine](https://help.github.com/articles/cloning-a-repository/) like so:
```git clone --recursive https://github.com/microsoft/mfcmapi.git```

## MAKING CHANGES
* Create branch topic for the work you will do, this is where you want to base your work.
* This is usually the main branch.
* To quickly create a topic branch based on main, run git checkout -b fix/main/my_contribution main.
 * Note: Please avoid working directly on the main branch.
* Once you have a branch, make your changes and commit them to the local branch.

* Create branch topic for the work you will do, this is where you want to base your work.
* This is usually the main branch.
* To quickly create a topic branch based on main, run
```git checkout -b u/username/topic main```
* *Make sure to substitute your own name and topic in this command* *
* Once you have a branch, make your changes and commit them to the local branch.
* All submissions require a review and pull requests are how those happen. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on pull requests.

## SUBMITTING CHANGES
* Push your changes to a topic branch in your fork of the repository.

## PUSH TO YOUR FORK AND SUBMIT A PULL REQUEST.
* Push your changes to a topic branch in your fork of the repository.

## PUSH TO YOUR FORK AND SUBMIT A PULL REQUEST

At this point you're waiting on the code/changes to be reviewed.
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# mfcmapi

MFCMAPI provides access to MAPI stores to facilitate investigation of Exchange and Outlook issues and to provide developers with a sample for MAPI development.

[Latest release](https://github.com/stephenegriffin/mfcmapi/releases/latest)
[Release stats (raw JSON)](https://api.github.com/repos/stephenegriffin/mfcmapi/releases/latest)
[Pretty release stats](https://somsubhra.github.io/github-release-stats/?username=stephenegriffin&repository=mfcmapi&page=1&per_page=5)
[Latest release](https://github.com/microsoft/mfcmapi/releases/latest)
[Release stats (raw JSON)](https://api.github.com/repos/microsoft/mfcmapi/releases/latest)
[Pretty release stats](https://somsubhra.github.io/github-release-stats/?username=microsoft&repository=mfcmapi&page=1&per_page=5)

## Contributing

MFCMAPI 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.

# Help/Feedback
For 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).
## Help/Feedback

# Become a fan on Facebook!
<a href="https://www.facebook.com/MFCMAPI/"><img style="border: none;" title="Facebook Badge" src="https://badge.facebook.com/badge/26764016480.2776.1538253884.png" alt="Facebook Badge" /></a>
For 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).

Interested in Exchange Web Services (EWS)? Try [EWSEditor](https://github.com/dseph/EwsEditor)!
## Badges

Badges:
[![Release](https://dev.azure.com/mrmapi/MFCMAPI/_apis/build/status/Release/MFCMAPI%20Build?branchName=main)](https://dev.azure.com/mrmapi/MFCMAPI/_build/latest?definitionId=13&branchName=main)
[![continuous-integration](https://github.com/stephenegriffin/mfcmapi/actions/workflows/github-ci.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/github-ci.yml)
[![CodeQL](https://github.com/stephenegriffin/mfcmapi/actions/workflows/codeql.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/codeql.yml)
[![Clang-format](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/clang.yml)
[![Dependency Review](https://github.com/stephenegriffin/mfcmapi/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/dependency-review.yml)
[![continuous-integration](https://github.com/microsoft/mfcmapi/actions/workflows/github-ci.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/github-ci.yml)
[![Clang-format](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml)
[![CodeQL](https://github.com/microsoft/mfcmapi/actions/workflows/codeql.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/codeql.yml)
[![Dependency Review](https://github.com/microsoft/mfcmapi/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/dependency-review.yml)
[![DevSkim](https://github.com/microsoft/mfcmapi/actions/workflows/devskim.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/devskim.yml)
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/stephenegriffin/mfcmapi/badge)](https://api.securityscorecards.dev/projects/github.com/stephenegriffin/mfcmapi)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7901/badge)](https://www.bestpractices.dev/projects/7901)
Scorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/mfcmapi/badge)](https://api.securityscorecards.dev/projects/github.com/microsoft/mfcmapi)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7901/badge)](https://www.bestpractices.dev/projects/7901)
[![Facebook](https://badge.facebook.com/badge/26764016480.2776.1538253884.png)](https://www.facebook.com/MFCMAPI)
16 changes: 8 additions & 8 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Instead, please report them to the Microsoft Security Response Center (MSRC) at

If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).

Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:

* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

Expand Down
2 changes: 1 addition & 1 deletion _includes/page-footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="site-footer">
<div class="col-sm-8">
<p><small>&copy; Microsoft 2017</small></p>
<p><small>&copy; Microsoft 2024</small></p>
</div>
<span class="site-footer-owner"><a href="{{ site.url }}">{{ site.title }}</a> is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
Expand Down
6 changes: 3 additions & 3 deletions core/res/MFCMapi.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ IDS_HELPTEXTNOPROPS "Select an item to display properties."

IDS_HELPTEXT "%1 Usage notes\n\
\n\
Visit https://github.com/stephenegriffin/mfcmapi for more information, bug reports, and the latest builds.\n\
Visit https://github.com/microsoft/mfcmapi for more information, bug reports, and the latest builds.\n\
For the latest blog entries, visit http://blogs.msdn.com/b/stephen_griffin/archive/tags/mfcmapi.\n\
\n\
Become a fan on Facebook! http://www.facebook.com/MFCMAPI.\n\
Expand Down Expand Up @@ -1707,7 +1707,7 @@ IDS_EDMAPIINITIALIZEFAILED "MAPIInitialize failed with error 0x%08X == %ws.\r\n\
\r\n\
Here are some known causes for this.\r\n\
1 - A 64 bit version of Outlook is not installed. The 64 bit version of MFCMAPI only works with a 64 bit version of Outlook.\r\n\
\tSee https://github.com/stephenegriffin/mfcmapifor the latest 32 bit bit build of MFCMAPI.\r\n\
\tSee https://github.com/microsoft/mfcmapifor the latest 32 bit bit build of MFCMAPI.\r\n\
2 - Windows Mail is registered as the Default Mail Client.\r\n\
\tSee http://msdn.microsoft.com/en-gb/library/dd162409.aspx for information on setting the Default Mail Client."
#else
Expand All @@ -1716,7 +1716,7 @@ IDS_EDMAPIINITIALIZEFAILED "MAPIInitialize failed with error 0x%08X == %ws.\r\n\
Here are some known causes for this.\r\n\
1 - No version of Extended MAPI is installed. Outlook must be installed.\r\n\
2 - A 64 bit version of Outlook is installed. A 64 bit version of Outlook requires the 64 bit build of MFCMAPI.\r\n\
\tSee https://github.com/stephenegriffin/mfcmapi for the latest 64 bit build of MFCMAPI.\r\n\
\tSee https://github.com/microsoft/mfcmapi for the latest 64 bit build of MFCMAPI.\r\n\
3 - Windows Mail is registered as the Default Mail Client.\r\n\
\tSee http://msdn.microsoft.com/en-gb/library/dd162409.aspx for information on setting the Default Mail Client."
IDS_EDPATHTOOLONG "Chosen path is too long (%d).\r\n\
Expand Down
2 changes: 1 addition & 1 deletion core/res/bldver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/* Define file version and project version */

#define RC_VERSION_COMPANY_NAME "Microsoft Corporation\0"
#define VER_LEGALCOPYRIGHT_YEARS "1999-2020"
#define VER_LEGALCOPYRIGHT_YEARS "1999-2024"
#define RC_VERSION_PRODUCT_NAME RC_PRODUCT_NAME "\0"
#define RC_VERSION_LEGAL_COPYRIGHT "Copyright \251 " VER_LEGALCOPYRIGHT_YEARS " Microsoft Corporation. All rights reserved.\0"
#define RC_VERSION_LEGAL_TRADEMARKS "Microsoft\256 is a registered trademark of Microsoft Corporation.\0"
Expand Down
2 changes: 1 addition & 1 deletion docs/MFCMAPIArticles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MFCMAPI's 'Official' sites
[MFCMAPI - Home](https://stephenegriffin.github.io/mfcmapi)<br/>
[MFCMAPI - Home](https://microsoft.github.io/mfcmapi)<br/>
[MFCMAPI | Facebook](http://www.facebook.com/MFCMAPI)<br/>
[MFCMAPI demonstrates MAPI client code - Microsoft Support](http://web.archive.org/web/20190125181540/https://support.microsoft.com/en-us/help/291794/mfcmapi-demonstrates-mapi-client-code)<br/>
[SGriffin's MAPI Internals](https://docs.microsoft.com/en-us/archive/blogs/stephen_griffin/)<br/>
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Microsoft
Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
70 changes: 0 additions & 70 deletions scripts/azure-pipelines-ci.yml

This file was deleted.

36 changes: 0 additions & 36 deletions scripts/azure-pipelines.yml

This file was deleted.

Loading
Loading