Skip to content

apolloapi/email-checker

Repository files navigation

Pioneer Project: email checker

See what emails are being tracked.

It should accomplish the following:

  1. Scans through your inbox and looks for emails containing tracking pixels. Tracked emails are labeled with an eyeball(Ugly Email Icon) icon, and the tracking pixel is blocked.

  2. All of the email data is stored on your browser's IndexDB storage locally. We do not track, transfer, or store any of your information.

Contribution guidelines

We use commit messages for automated generation of project changelog. For every pull request we request contributors to be compliant with the following commit message notation.

<type>: <summary>

<body>

Accepted values:

  • new = newly implemented user-facing features
  • chg = changes in existing user-facing features
  • fix = user-facing bugfixes
  • oth = other changes which users should know about
  • dev = any developer-facing changes, regardless of new/chg/fix status

Summary (The first line) The first line should not be longer than 75 characters, the second line is always blank and other lines should be wrapped at 80 characters.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published