Bug 69105 - Network transparency for saving attachments is broken
Summary: Network transparency for saving attachments is broken
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail
Classification: Applications
Component: mime (show other bugs)
Version: SVN (3.5 branch)
Platform: Compiled Sources Linux
: NOR major
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 69155 74237 77093 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-26 22:57 UTC by George Staikos
Modified: 2007-09-14 12:17 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Staikos 2003-11-26 22:57:26 UTC
Network transparency appears to be broken in kmail.  I have an imap account 
(kmail part in kontact) with a message with the mime structure viewer open.  I 
RMB on a Plain Text Document part and do Save As.  I browse to a fish:/ path 
and save as a given filename.  It appears to save, but whenI look on the 
remote site, the file is not there.  Saving locally works, and then I can copy 
the file to the remote site.  I guess this could also be a problem with 
fish:/, but I have no other protocols setup for saving at the moment so I 
can't test.
Comment 1 Ingo Klöcker 2003-11-27 10:11:09 UTC
We are using QFile, so it's not surprising that it doesn't work.
Comment 2 George Staikos 2003-11-27 10:32:00 UTC
Subject: Re:  Network transparency is broken

On Thursday 27 November 2003 04:11, you wrote:
> We are using QFile, so it's not surprising that it doesn't work.

   I suspected this, but I didn't want to outright blame yet. :-)  If you want 
this to be a kmail showstopper, set it to critical.  I'll leave it up to you.  
Any other places that need to be fixed too?

Comment 3 Ingo Klöcker 2003-11-27 18:19:34 UTC
*** Bug 69155 has been marked as a duplicate of this bug. ***
Comment 4 Till Adam 2004-02-05 19:03:57 UTC
*** Bug 74237 has been marked as a duplicate of this bug. ***
Comment 5 Jens 2004-02-24 13:33:21 UTC
Hi,

I also just discovered this bug.

This has confused the hell out of me, because KMail's "save" dialog can display fish:/ contents perfectly and there is even a progress dialog when you press OK, but the file is not there.

Please fix this, and put it in 3.2.1 if possible.

Thank you! :)


Jens
Comment 6 Ingo Klöcker 2004-03-10 10:42:04 UTC
*** Bug 77093 has been marked as a duplicate of this bug. ***
Comment 7 jmb65 2004-05-03 13:16:29 UTC
I too have found this bug. As mentioned above the behaviour is _extremely_ misleading as the "Save As" dialogue itself is quite happy browsing through fish:// file hierarchies.  Moreover most other KDE applications support this behaviour (e.g. kate, kwrite, konqueror).  Even if the ability to handle fish:// URLs cannot be added to kmail quickly, I feel that an error handler is really necessary here.  As long as kmail fails _silently_ this should IMHO be considered a critical bug.  Consider the case that someone deletes the email after mistakenly thinking they have saved the attachments...
Comment 8 Carsten Burghardt 2004-05-05 21:07:25 UTC
CVS commit by burghard: 

Use KIO::NetAccess for saving attachments to remote urls.
CCMAIL: 69105-done@bugs.kde.org


  M +109 -84   kmcommands.cpp   1.126
  M +1 -1      kmcommands.h   1.31



Comment 9 Ingo Klöcker 2004-05-08 01:22:18 UTC
Sorry, but I had to revert the "fix" because it broke saving attachments to local files.
Comment 10 Till Adam 2004-05-29 21:04:15 UTC
Carsten fixed local files the same day, so this can be closed, I guess.
Comment 11 jos poortvliet 2004-07-09 14:37:01 UTC
still doesnt work for me, in kde 3.2.3 under debian!!! its really bad cuz you aren't even warned about it.
Comment 12 Carsten Burghardt 2004-07-09 14:53:50 UTC
Jos,
the fix is in kdepim 3.3
Comment 13 Jaakko Holster 2005-03-07 13:57:05 UTC
I'm using kdepim 3.3.2-2 (from Debian) and still facing this bug.

The "Save as" dialog can browse remote filesystem over sftp but fails to save the file:

"Could not write the file /home/foo/bar/attachment.bin"

Note that "sftp://user@host" is stripped from the URL in error message - is kmail trying to save the file locally?

Konqueror is able to manage files on the same location, so most likely sftp kioslave is not broken but kmail.
Comment 14 George Staikos 2005-03-07 19:14:41 UTC
Reports are that it is not fixed yet.
Comment 15 George Staikos 2005-03-21 00:19:47 UTC
Just tested with 3.4 - works for me.