Categorygithub.com/dwin/fastmask
module
0.1.0
Repository: https://github.com/dwin/fastmask.git
Documentation: pkg.go.dev

# README

fastmask

Quickly create Fastmail Masked Email addresses. It includes a client package for use in other apps in addition to the CLI.

What is Fastmail Masked Email ?

A Masked Email address is a unique, automatically generated email address that can be used in place of your real email address.

Masked Email addresses are especially useful when you need to sign up with new services online. Instead of sharing your real email address, keep it private and protect yourself from data breaches and spam by creating a new Masked Email for every service.

If a Masked Email address starts receiving unwanted mail, you can simply disable that address. Masked Email addresses also make it easy to identify which service shared or leaked the address.

More info: https://www.fastmail.help/hc/en-us/articles/4406536368911-Masked-Email

Go Report Card codecov

Installation

Get the latest release from https://github.com/dwin/fastmask/releases or:

go get -u github.com/dwin/fastmask

Or build from source.

Usage

CLI

fastmask login -u <email> -p <password> -m <mfa_code>
fastmask create <website> -d <description>

Fastmask will store the credentials in ~/.fastmask/.config.yaml.

Description is optional. MFA code is required only if enabled for your account (it should be).

Go Package

import "github.com/dwin/fastmask"

client := fastmask.NewClient("your-app-name")

License

See LICENSE for details.

Contributing

See CONTRIBUTING.md for more information.

Future Improvements

  • Improve test coverage.
  • Add support for OAuth, pending Fastmail response.
  • Prompt for MFA code if needed.
  • Prompt for credentials if needed.
  • Add support for verbose logging output.
  • Add support for listing and filtering Masked Email addresses. (currently mask be managed in Fastmail settings.)
  • Add support for passing credentials via environment variables or flags for scripting.

# Packages

No description provided by the author
No description provided by the author