Sign inSign up

ealen/mexport

By ealen

Updated over 4 years ago

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

Image
0

2.4K

ealen/mexport repository overview

mExport

Codecov GitHub stars GitHub issues GitHub release (latest by date)

mExport is a command line interface (CLI) for processing and sorting emails.

  • Display precise statistics on your emails
  • Easily unsubscribe from mailing lists

Installation

Windows MacOs Linux Docker

Available for Windows, MacOs and Linux with NodeJS

npm i -g mexport@VERSION

See available version


Or with Docker (linux/amd64, linux/arm/v6, linux/arm/v7)

docker run --rm -v ${PWD}/mexport:/data ealen/mexport:VERSION --help

See available version

You can also create an alias

alias mexport='docker run --rm -v /tmp/mexport:/data ealen/mexport:latest'

Getting Started

Login to Server
# With Interactive Mode
mexport login

# Without Interactive Mode
mexport login \
  -u, --user [user] \
  -p, --password [password] \
  -s, --server [server] \
  -i, --port [port] \
  --secure

Development

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

Tag summary

Content type

Image

Digest

Size

78.8 MB

Last updated

over 4 years ago

docker pull ealen/mexport