Thunderbird 24.2.0 有一个-mail命令行参数,使用它可以从命令行打开特定邮件:
$ thunderbird --help
-mail <URL> Open the message specified by this URL.
Run Code Online (Sandbox Code Playgroud)
我知道可以使用此功能通过imap://URI打开特定电子邮件,但我希望能够通过其唯一的 Message-ID 打开特定邮件,无论哪个文件夹包含它。这可能吗,如果可能,URI 是什么样的?
Thunderlink 附加组件(https://addons.mozilla.org/en-us/thunderbird/addon/thunderlink/)可以创建基于消息 ID 的电子邮件链接,然后使用-thunderlink参数打开这些链接,但我仍然想知道这是否可以仅使用-mail参数来完成。