A Chrome/Edge/Firefox extension to make Fastmail (https://fastmail.com) web UI more usable and productive
- Change focus using
↑
↓
←
→
cursor keys - Faster switch between different search modes (anywhere/subject and body/subject only)
- Easier button operation in reading pane
- Extra shortcut keys
- Fix problem with IME in default search input
- Extra "reply-to" folding
- Maximize reading pane width (default: disabled)
- Resizable compose/note textarea
- Light/Dark theme support
https://chrome.google.com/webstore/detail/fastmail-plus/ibgnnkojbkconppocnmdobeodcaijmfm
https://addons.mozilla.org/en-US/firefox/addon/fastmail-plus/
- Clone this repository
- Build the package with
$ rake build
- Open
chrome://extensions/
and turn on "Developer mode" - Drag and drop
fastmail-plus-chrome.zip
or to the extensions page
- Clone this repository
- Build the package with
$ rake build
- Open
about:debugging
and click on "Load Temporary Add-on..." - Load
fastmail-plus-firefox.zip
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.
Pressing the "repeat arrow" button cyclically switches three different search modes:
- Search anywhere (default)
- Search in subject and body
- Search in subject only
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
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 defaultE
) - Ungroup/Expand messages:
Shift + Enter
(in addition to the defaultShift + E
) - Collapse messages:
Shift + Option/Alt + Enter
(in addition to the defaultShift + Option/Alt + E
) - Show/hide right-hand side panel:
Shift + Control + I
(in addition to the defaultShift + Command + I
) - Prev in Calendar view:
Control + ↑
(in addition toK
) - Next in Calendar view:
Control + ↓
(in addition toJ
)
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.
Fold the "reply-to" part of messages (when the message's div has an id
containing appendonsend
)
When enabled, the message/compose/note panes are maximized to the actual window width. This option is disabled by default.
Sign up for Fastmail via this link and get 10% off for 1 year.
Yoichiro Hasebe
Stanislav (Stas) Katkov
The MIT License
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.