Open multibyte UNC links in Mozilla Thunderbird via external program under Windows.
Windows explorer does not open multibyte UNC links in Thunderbird.
file:///\\servername\Multibyte
Since opened with url encoded, decode via external program.
- Build C# program to
OpenUNC.exe
bybuild.bat
. (need .NET Framework) - Open UNC links via
OpenUNC.exe
in Thunderbird. (also need .NET Framework)
https://support.mozilla.org/kb/configuration-options-attachments
-
Thunderbird does not encode space
%20
.
If UNC path includes space, need to convert manually.
file:///\\servername\path to\file
->file:///\\servername\path%20to\file
-
URL Link addon is useful with this program.