← 返回命令列表

Linux command

thunderbird 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start Thunderbird

thunderbird

Compose new message

thunderbird -compose "[to='email@example.com',subject='Hello']"

Open profile manager

thunderbird -ProfileManager

Use specific profile

thunderbird -P [profile-name]

Safe mode

thunderbird -safe-mode

Check for new mail

thunderbird -mail

Open address book

thunderbird -addressbook

说明

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.

参数

-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.

FAQ

What is the thunderbird command used for?

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.

How do I run a basic thunderbird example?

Run `thunderbird` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -compose _OPTS_ do in thunderbird?

Compose a new message. Options include to, cc, bcc, subject, body, attachment as comma-separated key=value pairs.