Thunderbird/Mailing List Add-on

From MozillaWiki
Jump to: navigation, search
Draft-template-image.png THIS PAGE IS A WORKING DRAFT Pencil-emoji U270F-gray.png
The page may be difficult to navigate, and some information on its subject might be incomplete and/or evolving rapidly.
If you have any questions or ideas, please add them as a new topic on the discussion page.

Goal

The Thunderbird Mailing List add-on is designed to detect and help organize mailing list messages which are received by the user.

Prototype

The code has initially been developed as an add-on to Thunderbird. The mailing list add-on source is freely available on bitbucket.

Here are the visible pieces of the add-on.

Mailing List Detection

When a person views a mailing list message Thunderbird alerts them that it has detected the message is a mailing list and offers options to help organize it better.

Latest Version: 20100301182002!Thunderbird_Mailing_list_notification.png

Previous Version: 20100301181556!Thunderbird_Mailing_list_notification.png

Of the File:Thunderbird Mailing list notification.png image

Other Actions

For every mailing list message there is a menu item in the other actions menu that lets the user get back to the mailing list options for the current mailing list shown.

Thunderbird Mailing List (other actions).png

Folder Pane

As each mailing list is detected it is placed under a "Mailing Lists" folder in the folder pane. Each mailing list folder is a virtual folder which collects the mailing list messages even if there isn't an active filter for the messages.

Thunderbird-folder-pane-mailing-lists.png

Mailing List Options

From the Mailing List Detection, Other Actions, or Folder Pane a user can open up the Mailing List Options dialog which helps them manage the shown mailing list.

Thunderbird Mailing List Options Dialog.png

The dialog is intended to display the following mailing list information:

  • id
  • help
  • archives
  • post
  • unsubscribe

Along with options for how to filter incoming mailing list messages. It is still very much a work in progress.