Mail Export - Clean Mail Inbox - Unsubscribe Mailing List - Delete Spam - View Accounts
2.4K

GitHub - NPM - DockerHub
mExport is a command line interface (CLI) for processing and sorting emails.
Available for Windows, MacOs and Linux with NodeJS
npm i -g mexport@VERSION
Or with Docker (linux/amd64, linux/arm/v6, linux/arm/v7)
docker run --rm -v ${PWD}/mexport:/data ealen/mexport:VERSION --help
You 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] \
--secure
node ./dist/Main.js [command]
build: Build project
build:watch : Hot-Reload build
test: Run tests with code coverage
local: Install mexport with local project
refresh: Refresh npm packages
docker:run: Run mexport dev tag container with interactive flag
docker:build: Build mexport Docker Image with dev tag
Content type
Image
Digest
Size
78.8 MB
Last updated
over 4 years ago
docker pull ealen/mexport