An open API service indexing awesome lists of open source software.

https://github.com/abgeo/mailtm

CLI client for Mail.tm disposable mail service
https://github.com/abgeo/mailtm

cli cobra disposable-mail golang mailtm

Last synced: 2 months ago
JSON representation

CLI client for Mail.tm disposable mail service

Awesome Lists containing this project

README

        


CLI client for Mail.tm disposable mail service



GitHub release


GitHub go.mod Go version of a Go module


CI


CD





Quality Gate Status


Maintainability Rating


Reliability Rating


Security Rating





Go Report Card


## Installation

APT

```shell
# Add repository to APT List.
cat > /etc/apt/sources.list.d/abgeo.list <

YUM

```shell
# Add repository to YUM List.
cat > /etc/yum.repos.d/ABGEO.repo <

AUR

```shell
yay -S mailtm-bin
```

Homebrew

```shell
# Add Tap.
brew tap abgeo/mailtm

# Install Formulae.
brew install mailtm
```

Docker

```shell
docker run --rm -v "$PWD/.mailtm:/root/.mailtm" abgeo/mailtm
```

Binary

- Go to the [Releases](https://github.com/ABGEO/mailtm/releases) page and download the version suitable for your OS.
- Optionally [Verify the Source](#verify-source-optional).
- Extract `mailtm` binary file from the archive: `tar -xzf mailtm_*.tar.gz mailtm`
- Make `mailtm` file executable: `chmod +x mailtm`
- Move `mailtm` to a location in your `PATH`: `sudo mv mailtm /usr/local/bin/`

#### Verify Source (Optional)

`mailtm` releases are signed using PGP key (rsa4096) with fingerprint
`5B8D 6B31 D430 43AD 711C 7C10 0E28 CC94 816E 5E0C`. Our key can be retrieved from common keyservers.

```shell
# Import key.
curl -s 'https://keys.openpgp.org/vks/v1/by-fingerprint/5B8D6B31D43043AD711C7C100E28CC94816E5E0C' | gpg --import

# Verify signature.
gpg --verify mailtm_*_checksums.txt.sig mailtm_*_checksums.txt

# Verify checksum.
sha256sum --ignore-missing -c mailtm_*_checksums.txt
```

## Usage

Get available commands by running `mailtm --help`

## Authors

- [Temuri Takalandze](https://abgeo.dev) - *Maintainer*

## License

Copyright (c) 2022 [Temuri Takalandze](https://abgeo.dev).
Released under the [GPL-3.0](LICENSE) license.

[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B30026%2Fgithub.com%2FABGEO%2Fmailtm.svg?type=large)](https://app.fossa.com/projects/custom%2B30026%2Fgithub.com%2FABGEO%2Fmailtm?ref=badge_large)