Giter VIP home page Giter VIP logo

thunderbird-addon-subaddress-reply's Introduction

Subaddress Reply

This Thunderbird Add-on handles replying to a messages that were sent to a subaddess.

An example:

  1. You primary mail address is [email protected]
  2. You receive a mail to the subaddress [email protected]
  3. When you reply to this mail the sender is set to [email protected] by this Add-on

What is a subaddress?

Mail software like Postfix or qmail or providers like Gmail allow the usage of so called subaddresses.

This means you can add suffixes to your primary mail address and get an unlimited amount of mail addresses.

Postfix or Gmail use + as a separator by default, qmail uses -.

This means when your primary address is [email protected] you will also receive mails that are send to [email protected] or [email protected].

This allows you to filter emails depending on the recipient to which they are sent. I also allows you to track if a company is giving your email address to third parties when you embed the company's name in your mail address e.g. [email protected]

Permissions

These permissions are required by the Add-on for these reasons:

tabs

Watch for new tabs of type messageCompose with an event listener to browser.tabs.onCreated. We need the tab.id to fetch the Compose details.

compose

We fetch the Compose details to check if the created message is a reply to a message sent to a subaddress.

If it is a reply we set the From-Address to the subaddress if required.

messagesRead

We fetch the message that the user replies to. The message is needed to get its recipients to check if it was sent to a subaddress.

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.