https://bugs.documentfoundation.org/show_bug.cgi?id=89852

Andras Timar <tima...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected

--- Comment #8 from Andras Timar <tima...@gmail.com> ---
The regression was caused by:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=740fe0ce142c521d3a75558dea6535017821e127

Resolves: rhbz#1063170 Don't URI-encode filename in e-mail subject

The problem is that MAPISendMail() supports only ANSI. In fact there are two
scenarios. 

1. The file name contains characters that can be represented in system's ANSI
codepage. Then all can be fine, I'll push a patch shortly. 

2. The file name contains characters that *cannot* be represented in system's
ANSI codepage, such as Russian file name on Beluga's computer. Then the
MAPISendMail() call will fail, and LibreOffice will think that email is not
configured. The solution would be to migrate to Unicode API, which is available
from Windows 8 (on Windows 7 there is a workaround). A new bug should be filed
for that, because it is different. (It never worked!)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to