Code Monkey home page Code Monkey logo

fastmask's Introduction

fastmask

Quickly create Fastmail Masked Email addresses. It includes a client package for use in other projects 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 Reference GitHub go.mod Go version Go Report Card codecov GitHub branch checks state

Disclaimer | Privacy Policy | Terms of Service | Support

Installation

Get the latest releases for Linux, macOS(darwin) or Windows for armv6, armv7, arm64 and x86_64 architectures 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/pkg/fastmail"

client := fastmail.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.

fastmask's People

Contributors

dwin avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jgoodacre93

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.