https://github.com/naveensrinivasan/unicorn
unicorn generates email random email alias address for self hosted https://mailinabox.email/ servers. The motivation behind this is to have privacy for all the email addresses that we give out.
https://github.com/naveensrinivasan/unicorn
email privacy privacy-tools
Last synced: over 1 year ago
JSON representation
unicorn generates email random email alias address for self hosted https://mailinabox.email/ servers. The motivation behind this is to have privacy for all the email addresses that we give out.
- Host: GitHub
- URL: https://github.com/naveensrinivasan/unicorn
- Owner: naveensrinivasan
- Created: 2018-11-27T12:28:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T02:03:27.000Z (over 6 years ago)
- Last Synced: 2024-05-02T00:24:25.355Z (about 2 years ago)
- Topics: email, privacy, privacy-tools
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# unicorn
unicorn generates email random email alias address for self hosted https://mailinabox.email/ servers.
The motivation behind this is to have privacy for all the email addresses that we give out.
The server settings are in `settings.yaml`.
```yaml
---
domain: box.email.xyz
username: user@email.xyz
emaildomain : email.xyz
```
## password
The password is retrieved from the OSX `keychain` and it is not stored in the config file as it posses
a big vulnerability. The assumption is that the `keychain` has password for the `username` in the `settings.yaml`.
This will generate a random email alias based on the settings `87AA8A3D4385348FCDB63FE9617A22E4@email.xyz`
mapping a forward to the original email address which is also in the `settings.yaml`.
## Download
https://github.com/naveensrinivasan/unicorn/releases