mExport is a command line interface (CLI) for processing and sorting emails.
- Display precise statistics on your emails
- Easily unsubscribe from mailing lists
Available for Windows, MacOs and Linux with NodeJS
npm i -g mexport@VERSIONOr with Docker (linux/amd64, linux/arm/v6, linux/arm/v7)
docker run --rm -v ${PWD}/mexport:/data ealen/mexport:VERSION --helpYou can also create an alias
alias mexport='docker run --rm -v /tmp/mexport:/data ealen/mexport:latest'# With Interactive Mode
mexport login
# Without Interactive Mode
mexport login \
-u, --user [user] \
-p, --password [password] \
-s, --server [server] \
-i, --port [port] \
--securemexport synchronizemexport dashboard# Example
cd ~
mkdir mexport-dashboard
mexport dashboard -p $PWD/mexport-dashboardnode ./dist/Main.js [command]-
build: Build project -
build:watch: Hot-Reload build -
local: Install mexport with local project -
test: Run tests with code coverage -
docker:run: Run mexport dev tag container with interactive flag -
docker:build: Build mexport Docker Image with dev tag
