Metadata-Version: 2.1
Name: DisMail
Version: 1.0.0rc1
Summary: CLI to help you read your disposable emails straight from your console
Home-page: https://github.com/HanzCEO/DisMail
Author: Haxors
Author-email: hanzhaxors@gmail.com
License: UNLICENSED
Platform: UNKNOWN
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (==2.26.0)
Requires-Dist: click (==8.0.3)

# DisMail
Python 3 based app for disposable email service

## How to use
### 1. From source
```sh
$ git clone git@github.com:HanzCEO/DisMail.git
$ cd DisMail
$ python3 DisMail/__main__.py [EMAIL ADDRESS]
```
### 2. From PyPi
```sh
$ sudo pip3 install DisMail
$ dismail [EMAIL ADDRESS]
```

## Usage
```
Usage: dismail [OPTIONS] [EMAIL]

Options:
  --help  Show this message and exit.
Arguments:
  email   username@domain pair used for login, defaults to random email
```

## Known issues
 - **SecMail API** limit attachment size to around 40000 bytes


