Version: 1.8.2 (using KDE 3.4.2 Level "b" , SUSE 10.0) Compiler: Target: i586-suse-linux OS: Linux (i686) release 2.6.13-15.13-default Hallo, beim Abruf von Mails von www.mayl.de bleibt kmail bei "Übertragung von "xxxxx" wird vorbereitet..." stehen. Man kann in kmail weiterarbeiten. Das Versenden funktioniert. Ein Abruf mit z.B. Mozilla-Mail funktioniert einwandfrei. Die Konfigurationen sind gleich.
Nachtrag: Dies passiert nur, wenn keine Mails bei www.mayl.de vorhanden sind, sind Mails dort, werden diese abgeholt!
Please report in english only. You are using POP3, right? Original content, roughly translated: When trying to check mail from www.mayl.de, KMail stays at the "Preparing Transmission of 'xxxxx'" stage (or whatever the correct translation is). It is still possible to continue working with KMail. Sending mail works. Checking mail with Mozilla Mail (same configuration) also works. This only happens if no mails are at the server. If there are mails, they are downloaded correctly.
Thanks for translating. Yes, i using POP3.
I got the following answer on my request with www.mayl.de ============================================================ kMail “NO can apparent begin mails found” nothing with the message. We pass it on to the technology, have however little hope that we can repair it by a change with MAYL. Yours sincerely, it MAYL.DE - team (translated by Googletool)
============================================================ kMail kann mit der Meldung "No mails found" anscheinend nichts anfangen. Wir geben es an die Technik weiter, haben aber wenig Hoffnung, dass wir es durch eine Änderung bei MAYL beheben können. Mit freundlichen Grüßen, Ihr MAYL.DE - Supportteam
Ok, here another translation (google translation is really bad): The reporter, Holger Schlicker, contacted the mayl.de team for this issue. Their respone: Apparently, KMail can not deal with the "No mails found" (status?) message. We will pass this issue to the tech department, but we have little hope that we can fix this by changing mayl.de.
What we would need is a network sniffing logfile during such a situation. Can you provide a logfile with e.g. wireshark when POP download fails ?
Created attachment 35917 [details] wireshark-Mitschnitt
Thanks. I think I found the problem: The POP3 kio_slave does not handle the case when the server closes the connection after returning the information +OK 0 messages I'm about fixing this.
(In reply to comment #9) > Thanks. I think I found the problem: The POP3 kio_slave does not handle the > case when the server closes the connection after returning the information > +OK 0 messages > > I'm about fixing this. Thanks Btw, is this behavior correct, or should there be another report to the mail provider as well?
SVN commit 1008036 by mkoller: BUG: 141699 BUG: 40920 Handle the case when the POP server closes the connection after returning the result, e.g. +OK 0 messages after the LIST command M +2 -2 pop3.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1008036
@comment #10: I'm not sure if this is correct behavior - but a network error can always happen. You can check RFC 1939 - http://tools.ietf.org/html/rfc1939