Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yohasebe/fastmail-plus

A Chrome extension to make Fastmail web UI more usable and productive
https://github.com/yohasebe/fastmail-plus

chrome-extension edge-extension email fastmail firefox-addon gmail productivity

Last synced: 5 days ago
JSON representation

A Chrome extension to make Fastmail web UI more usable and productive

Awesome Lists containing this project

README

        

# Fastmail Plus (Browser Extension)

A Chrome/Edge/Firefox extension to make **Fastmail** (https://fastmail.com) web UI more usable and productive

## Features

- [Change focus using `↑` `↓` `←` `→` cursor keys](#change-focus-using-updown-cursor-keys)
- [Faster switch between different search modes](#faster-switch-between-search-modes) (anywhere/subject and body/subject only)
- [Easier button operation in reading pane](#easier-button-operation-in-reading-pane)
- [Extra shortcut keys](#extra-shortcut-keys)
- [Fix problem with IME in default search input](#fix-problem-in-using-ime-inside-search-box)
- [Extra "reply-to" folding](#extra-reply-to-folding)
- [Maximize reading pane width](#maximize-reading-pane-width) (default: disabled)
- [Resizable compose/note textarea](#resizable-textarea)
- Light/Dark theme support

## Installation

### For Google Chrome and Microsoft Edge

https://chrome.google.com/webstore/detail/fastmail-plus/ibgnnkojbkconppocnmdobeodcaijmfm

### For Mozilla Firefox

https://addons.mozilla.org/en-US/firefox/addon/fastmail-plus/

### Manual Installation (Chrome/Edge)

1. Clone this repository
2. Build the package with `$ rake build`
3. Open `chrome://extensions/` and turn on "Developer mode"
4. Drag and drop `fastmail-plus-chrome.zip` or to the extensions page

### Manual Installation (Firefox)

1. Clone this repository
2. Build the package with `$ rake build`
3. Open `about:debugging` and click on "Load Temporary Add-on..."
4. Load `fastmail-plus-firefox.zip`

## Options

## Description/Usage

### Change Focus Using Up/Down Cursor Keys

When **Show reading pane** is selected in Fastmail Settings:

Press `←` to select mailbox pane, and `→` to select reading pane.

`↑` and `↓` cursor keys can be used (in addition to `J` and `K`) to change focus inside mailbox pane.

`↑` and `↓` cursor keys can be used (in addition to `P` and `N`) to change focus inside reading pane.

When **Hide reading pane** is selected in Fastmail Settings:

`↑` and `↓` cursor keys can be used (in addition to `J` and `K`) to change focus inside mailbox pane.

`↑` and `↓` cursor keys can be used (in addition to `P` and `N`) to change focus inside reading pane.

### Faster Switch between Search Modes

Pressing the "repeat arrow" button cyclically switches three different search modes:

- Search anywhere (default)
- Search in subject and body
- Search in subject only




### Easier Button Operation in Reading Pane

Requirement: `Group messages with their replies` is enabled in Fastmail Settings

An set of extra control buttons are presented on the right-bottom corner of the window. The following will be included (from left to right)

- Reload page
- Toggle uncluttered-view mode
- Focus previous message in conversation
- Focus next message in conversation
- Toggle currently focused message
- Ungroup/Expand messages
- Collapse messages
- Toggle show/hide extra control

### Extra Shortcut Keys

If enabled, extra shortcut keys view will be added

- Switch between search modes: `Control + Shift + M`
- Toggle uncluttered-view mode: `Control + Shift + L`
- Toggle show/hide extra control: `Control + ,`
- Toggle currently focused message: `Enter` (in addition to the default `E`)
- Ungroup/Expand messages: `Shift + Enter` (in addition to the default `Shift + E`)
- Collapse messages: `Shift + Option/Alt + Enter` (in addition to the default `Shift + Option/Alt + E`)
- Show/hide right-hand side panel: `Shift + Control + I` (in addition to the default `Shift + Command + I`)
- Prev in Calendar view: `Control + ↑` (in addition to `K`)
- Next in Calendar view: `Control + ↓` (in addition to `J`)

### Fix Problem in Using IME inside Search Box

When entering Japanese (or some other language) in Fastmail's search input, using the IME to enter text requires pressing the Enter key before completing the input. Fastmail's Web UI performs the search at the moment the Enter key is hit even though the search string is completed. Fastmail Plus fixes this problem.

### Extra Reply-to Folding

Fold the "reply-to" part of messages (when the message's div has an `id` containing `appendonsend`)

### Maximize Reading-pane Width

When enabled, the message/compose/note panes are maximized to the actual window width. This option is disabled by default.

### Resizable Textarea

## Advertisement

Sign up for Fastmail via this link and get 10% off for 1 year.

[https://ref.fm/u27773408](https://ref.fm/u27773408)

## Author

Yoichiro Hasebe

## Contributor

Stanislav (Stas) Katkov

## License

The MIT License

## Disclaimer

Fastmail Plus Browser Extension is not officially endorsed by Fastmail. Use this open source software at your own risk and do not contact Fastmail for support.