Skip to content
/ mynona Public

The mynona project aims to provide a simple tool to create throwaway mail addresses using the Migadu API.

Notifications You must be signed in to change notification settings

c-b5r/mynona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mynona.

NOTE: This project is still under very early development.

The mynona project aims to provide a simple tool to create throwaway mail addresses using the Migadu API. It provides an alternative to services like AnonAddy or SimpleLogin.

The differences are:

  • Mynona itself is free BUT it requires a aid Migadu subscription
  • No need to host anything yourself, since it uses Migadu's servers

Requirements

To use this tool a Migadu API token is required with at least one registered domain.

Usage

Configuration

  1. Copy config.json.template to config.json
  2. Fill in your Migadu credentials (user and API token)
  3. Fill in the domains registered in your migadu account you would like to use for throwaway mail addresses.

Setup

  1. Build the Vue frontend: ( cd frontend/ && yarn install && yarn build )
  2. Build the Go backend: go build
  3. Start the service: ./mynona
  4. The UI is now available at http://localhost:3000

Feature Status

  • Get index of: mailboxes, identities and aliases
  • Create new identity
  • Delete identity
  • Update identity
  • User Management
  • Authentication

About

The mynona project aims to provide a simple tool to create throwaway mail addresses using the Migadu API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published