LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

thunderbird

Mozilla email and calendar client

TLDR

Start Thunderbird
$ thunderbird
copy
Compose new message
$ thunderbird -compose "[to='email@example.com',subject='Hello']"
copy
Open profile manager
$ thunderbird -ProfileManager
copy
Use specific profile
$ thunderbird -P [profile-name]
copy
Safe mode
$ thunderbird -safe-mode
copy
Check for new mail
$ thunderbird -mail
copy
Open address book
$ thunderbird -addressbook
copy

SYNOPSIS

thunderbird [-compose opts] [-P profile] [options]

DESCRIPTION

thunderbird is Mozilla's free, open-source email client that supports multiple email accounts, calendar integration, an address book, RSS feed reading, and built-in OpenPGP encryption for secure messaging.The application supports IMAP, POP3, and SMTP protocols, and can be extended with add-ons for additional functionality. It uses profiles to store settings and data, manageable through the -ProfileManager flag, and can be launched in -safe-mode to troubleshoot issues with extensions.

PARAMETERS

-compose OPTS

Compose a new message. Options include to, cc, bcc, subject, body, attachment as comma-separated key=value pairs.
-P NAME
Start with the specified profile.
-ProfileManager
Open the profile manager to create or select profiles.
-safe-mode
Start in safe mode with all extensions disabled for troubleshooting.
-mail
Open the mail client and check for new messages.
-addressbook
Open the address book.
-no-remote
Do not accept or send remote commands; run a new instance.
-search
Open the global search tab.

INSTALL

sudo apt install thunderbird
copy
sudo dnf install thunderbird
copy
sudo pacman -S thunderbird
copy
sudo apk add thunderbird
copy
nix profile install nixpkgs#thunderbird
copy

CAVEATS

Desktop application. Profile-based storage. Memory usage can be high with many accounts or large mailboxes.

HISTORY

Thunderbird was originally developed by Mozilla Foundation as a companion to Firefox. Since 2020, it has been maintained by the MZLA Technologies subsidiary. It was rebranded as Thunderbird Supernova with the major UI refresh in version 115 (2023).

SEE ALSO

mutt(1), evolution(1), firefox(1), neomutt(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid