Summary: | Saving attachments over KIO does not work | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Yuri Timenkov <ytimenkov> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | finex, jjm, karaluh, mail, ndbecker2, nt1277, pascal, phlogi1 |
Priority: | NOR | ||
Version: | 1.10.90 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yuri Timenkov
2008-06-30 14:14:52 UTC
Are you able to save to the same share a file with that name using (for example) kate or kwrite? 1) I can copy file to remote share with dolphin (with English letters) 2) Dolphin fails to copy file with Cyrillic names. 3) Same true for kate. Both apps show error: Couldn't write to smb://ytimenkov@yt.sw.ru/C$/work/тест So, there seems some problems in SMB kio and it's may be worth filing separate bug on smb kio (I have UTF-8 locale on linux + cp1251 on Windows). 4) KMail doesn't save files with English names either, so I suppose problem is in KMail. Seems to be a KDE4 regression, this worked fine before (see bug 69105). Still doesn't work in KDE 4.1 KMail Version 1.10.0 KDE Version 4.1.00 (KDE 4.1.0) I can confirm this issue. Furthermore that save dialog always open the root folder /, not the home folder or latest used folder.. Still valid for kmail 1.10.90, kde 4.1.85. I could confirm that with sftp:/ *** Bug 171564 has been marked as a duplicate of this bug. *** From bug 171564: right click the attachment and chose save. Then go to some fish:// path and click Save As.. You get a error message stating: Could not write the file /path-without-fish:// Twist: The filename has been touched remotely, thus giving a file with the attachments name with the size 0 Confirmed with current trunk, with original ~/.fishsrv.pl removed. Something different happens if the attachment icon is dragged to a Dolphin or Konqueror view showing the fish: path, instead of going through the save dialogue. Nothing is created there, not even an empty file, but an error box is displayed with the message: The file or folder /tmp/kde-jjm4/kmailr11025.3/ATTACHMENT_NAME does not exist. The same also happens in both these cases for saving to a smb: or ftp: location. *** Bug 180722 has been marked as a duplicate of this bug. *** SVN commit 933232 by marten: Fix problem of not being able to save attachments to a remote location. QTemporaryFile::fileName() is only defined while the file is open, using it after the close() passed a null source file to NetAccess::upload(). Also tidied up the error reporting. BUG:165418 M +25 -10 kmcommands.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=933232 *** Bug 190813 has been marked as a duplicate of this bug. *** *** Bug 194019 has been marked as a duplicate of this bug. *** |