Skip to content

fruityperson/wheremail

Repository files navigation

WhereMail

Generate a list of companies that have your email

A free software that analyzes your mailbox and makes a list of all companies that have sent emails to you. The list can be downloaded as a CSV file, which can be used to write what accounts you need and where you requested your data. This software fully works in the browser without a server. It is fully free and no account is needed.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.