activate mid: urls with -mail <URL> flag
Categories
(Thunderbird :: Untriaged, enhancement)
Tracking
(Not tracked)
People
(Reporter: nathanielmbeaver, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0
Steps to reproduce:
Open Thunderbird Beta.
Run this command from a terminal:
thunderbird -mail 'mid:f8051cc8637cf3ff79661f382.63e939ed07.20201229132457.576ef659f7.6f044b64@mail65.atl231.mcsv.net'
Actual results:
No change in message focus.
Got an "Unrecognized URL" message in the error console:
Unrecognized URL: mid:f8051cc8637cf3ff79661f382.63e939ed07.20201229132457.576ef659f7.6f044b64@mail65.atl231.mcsv.net
Expected results:
The email with that message ID should be focused. In my account, this would give the same result as running with the 'imap-message://' URL, e.g.
thunderbird -mail 'imap-message://nathanielmbeaver%40gmail.com@imap.gmail.com/INBOX#45745'
Background:
Support for mid: URLs was recently added to Thunderbird: bug 264270
However, currently there is no mechanism to active mid: URLs from outside of Thunderbird as was possible with e.g. the -thunderlink flag. The -mail <URL> flag currently supports these URL schemes:
mailbox-message://
imap-message://
news-message://
This is a feature request to support mid: URLs with the -mail flag also.
This will require changes to mailnews/base/src/MailNewsCommandLineHandler.jsm, linked below.
Reproduced on Thunderbird version 88.0b2.
Relevant links:
Comment 1•4 years ago
|
||
I tested just now, the -mail
flag is not needed, thunderbird mid:id@mail.net
style works for me.
Reporter | ||
Comment 2•4 years ago
|
||
Thanks, that works. If not using the -mail
flag is intentional, I am fine with closing the bug as-is, although it would be nice if this behavior were documented somewhere.
Comment 3•4 years ago
|
||
I think it's intentional, it is similar to thunderbird x.eml
or thunderbird y.ics
.
Updated•3 years ago
|
Description
•