https://github.com/katya-incorporated/guerillamail
Guerrilla Mail for Katya ® 👽 OS provides a secure, temporary email address to protect your privacy. With no registration required, it allows you to create an email that lasts for 60 minutes, offering a simple and effective way to avoid sharing your real email. Perfect for one-time sign-ups or keeping your inbox safe from spam.
https://github.com/katya-incorporated/guerillamail
graphene graphenedb grapheneos guerilla guerrillamail katya katyaos katyasystem mail tempmail temporarymail
Last synced: about 2 months ago
JSON representation
Guerrilla Mail for Katya ® 👽 OS provides a secure, temporary email address to protect your privacy. With no registration required, it allows you to create an email that lasts for 60 minutes, offering a simple and effective way to avoid sharing your real email. Perfect for one-time sign-ups or keeping your inbox safe from spam.
- Host: GitHub
- URL: https://github.com/katya-incorporated/guerillamail
- Owner: Katya-Incorporated
- License: eupl-1.2
- Created: 2024-02-16T09:57:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T09:59:07.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:34:05.716Z (3 months ago)
- Topics: graphene, graphenedb, grapheneos, guerilla, guerrillamail, katya, katyaos, katyasystem, 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
#  Guerrilla Mail Mobile - Your unofficial Guerrilla Mail client
 
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).