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
- Host: GitHub
- URL: https://github.com/abgeo/mailtm
- Owner: ABGEO
- License: gpl-3.0
- Created: 2022-09-29T11:58:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T08:39:46.000Z (over 2 years ago)
- Last Synced: 2025-03-21T22:22:24.383Z (3 months ago)
- Topics: cli, cobra, disposable-mail, golang, mailtm
- Language: Go
- Homepage:
- Size: 721 KB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.[](https://app.fossa.com/projects/custom%2B30026%2Fgithub.com%2FABGEO%2Fmailtm?ref=badge_large)