Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katya-incorporated/guerillamail
Guerrilla Mail – Available Temporary E-Mail Address. Don't want to share your real email? Use a temporary one. No registration, duration – 60 minutes. For the Katya ® 👽 OS.
https://github.com/katya-incorporated/guerillamail
guerilla guerrillamail mail tempmail temporarymail
Last synced: 7 days ago
JSON representation
Guerrilla Mail – Available Temporary E-Mail Address. Don't want to share your real email? Use a temporary one. No registration, duration – 60 minutes. For the Katya ® 👽 OS.
- Host: GitHub
- URL: https://github.com/katya-incorporated/guerillamail
- Owner: Katya-Incorporated
- License: eupl-1.2
- Created: 2024-02-16T09:57:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T09:59:07.000Z (10 months ago)
- Last Synced: 2024-04-16T03:48:39.936Z (8 months ago)
- Topics: guerilla, guerrillamail, mail, tempmail, temporarymail
- Language: Dart
- Homepage: https://www.guerrillamail.com/
- Size: 1.78 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Logo](web/favicon.png) Guerrilla Mail Mobile - Your unofficial Guerrilla Mail client
![Gitlab pipeline status](https://img.shields.io/gitlab/pipeline/TheOneWithTheBraid/guerrilla_mail/main?style=for-the-badge) ![F-Droid](https://img.shields.io/f-droid/v/cf.theonewiththebraid.guerrilla_mail?style=for-the-badge)
Quickly receive anonymous and temporary mails using [Guerrilla Mail](https://guerrillamail.com/).
## Try it out
- Visit [the web version](https://theonewiththebraid.gitlab.io/guerrilla_mail/).
- [Get it on F-Droid](https://f-droid.org/packages/cf.theonewiththebraid.guerrilla_mail/)
- [Direct download APK](https://gitlab.com/TheOneWithTheBraid/guerrilla_mail/-/jobs/artifacts/main/browse?job=build%3Aapk)
- [Direct download Debian archive](https://gitlab.com/TheOneWithTheBraid/guerrilla_mail/-/jobs/artifacts/main/browse?job=build%3Adebian)
- [Direct download Linux binaries](https://gitlab.com/TheOneWithTheBraid/guerrilla_mail/-/jobs/artifacts/main/browse?job=build%3Alinux)## Changelog
See [CHANGELOG.md](CHANGELOG.md).
## Build yourself
Currently, all officially supported Flutter platforms are compatible; this is
- Android
- iOS
- Linux
- macOS
- Windows
- webFor all these platforms, you can build it yourself.
To do so, install [Flutter](https://flutter.dev) and follow these steps:
```shell
# load required dependencies
flutter pub get# see the device you want to use
flutter devices# finally run the app
flutter run -d YOUR_DEVICE
```## License
This project is EUPL-1.2 licensed. For further information, consult [LICENSE](LICENSE).