[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2017-01-07 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=261559 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2016-09-24 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=261559 Denis Kurz changed: What|Removed |Added Status|REOPENED|NEEDSINFO

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-06 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #36 from Volker Kuhlmann list0...@paradise.net.nz --- kwallet is not available ? but your password from imap/pop3 is stored in kwallet. Yes. Crazy. Receiving mail always works as expected. And I'm sure it used to work for sending too, the

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-05 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #33 from Volker Kuhlmann list0...@paradise.net.nz --- I had two SMTP servers with passwords in the mailtransports file. I deleted both from kwallet, quit kmail, and stopped KDE PIM akonadictl stop qdbus org.kde.NepomukServer /nepomukserver

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-05 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #34 from Volker Kuhlmann list0...@paradise.net.nz --- Created attachment 89467 -- https://bugs.kde.org/attachment.cgi?id=89467action=edit kmail notification that kwallet is not available. -- You are receiving this mail because: You are

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-05 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #35 from Laurent Montel mon...@kde.org --- kwallet is not available ? but your password from imap/pop3 is stored in kwallet. Very wierd. Perhaps a bug in your old kwallet. -- You are receiving this mail because: You are the assignee for

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-04 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #29 from Volker Kuhlmann list0...@paradise.net.nz --- Thanks Laurent! I can confirm that kmail reads some passwords from kwallet for sending, but not others. This one is NOT read from kwallet, although it is stored in the wallet (searching

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-04 Thread Manuel Schmid
https://bugs.kde.org/show_bug.cgi?id=261559 Manuel Schmid oeffentl...@gmx.ch changed: What|Removed |Added CC|oeffentl...@gmx.ch | -- You are receiving this

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-04 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #30 from Laurent Montel mon...@kde.org --- Migrating it will cause kmail to start prompting for a missing password. (Does the migration fail if a password is already stored, same password or not same?) interesting question :) I will

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-04 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #31 from Volker Kuhlmann list0...@paradise.net.nz --- But why you still have same identifier + password in kwallet ? One of two reasons: * It's still in there from before, when kmail was reading the password from kwallet correctly. *

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-04 Thread Jacob Welsh
https://bugs.kde.org/show_bug.cgi?id=261559 Jacob Welsh jwe...@eemta.org changed: What|Removed |Added CC|jwe...@eemta.org| -- You are receiving this mail

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-04 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #32 from Laurent Montel mon...@kde.org --- I looked at in code and it can replace existing password. Perhaps you can try to remove in kwallet this entry, try migration and look at if you have still bug or not. For the moment I don't see the

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-02 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #25 from Volker Kuhlmann list0...@paradise.net.nz --- Created attachment 89408 -- https://bugs.kde.org/attachment.cgi?id=89408action=edit Kmail pop-up migrating passwords. I have two SMTP servers now whos pw kmail won't read from the

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #26 from Laurent Montel mon...@kde.org --- Thanks for infos. I found code. I will able to investigate it. -- You are receiving this mail because: You are the assignee for the bug. ___ Kdepim-bugs

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 Laurent Montel mon...@kde.org changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #27 from Laurent Montel mon...@kde.org --- I investigated this morning, fixed another bug (save password at the first time in mailtransportrc) but I can't reproduce migrate bug. It migrated correctly here. I don't see in source code a bug

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-11-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #28 from Laurent Montel mon...@kde.org --- We use it to store password in wallet: void Transport::usrWriteConfig() { if ( requiresAuthentication() storePassword() d-passwordDirty ) { const QString storePassword = d-password;

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-10-28 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #24 from Laurent Montel mon...@kde.org --- Log in, start kmail, it asks password stored insecurely, migrate to wallet (or to that effect). Click yes. Compose email, click send. Popup you need to supply a username it's the exact string ?

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-10-22 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #23 from Volker Kuhlmann list0...@paradise.net.nz --- Reboot. Click send. Popup message is: You need to supply a username and password for this SMTP server. It offers to save it, I say yes, it gets stored in

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-10-21 Thread Volker Kuhlmann
https://bugs.kde.org/show_bug.cgi?id=261559 Volker Kuhlmann list0...@paradise.net.nz changed: What|Removed |Added CC|

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-10-21 Thread Dimitrios Glentadakis
https://bugs.kde.org/show_bug.cgi?id=261559 Dimitrios Glentadakis dgl...@free.fr changed: What|Removed |Added CC|dgl...@free.fr | -- You are receiving

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2014-10-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #22 from Laurent Montel mon...@kde.org --- 4.10.5 is very old. But could you explain me how to reproduce it. Which is the exact message error? -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2013-03-08 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=261559 Laurent Montel mon...@kde.org changed: What|Removed |Added Status|CONFIRMED |RESOLVED CC|

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-06-20 Thread Anthony RENOUX
https://bugs.kde.org/show_bug.cgi?id=261559 Anthony RENOUX anthony.ren...@free.fr changed: What|Removed |Added CC||anthony.ren...@free.fr

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-05-19 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=261559 Nick futurepi...@gmx.us changed: What|Removed |Added CC||futurepi...@gmx.us -- You are

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-03-01 Thread Al
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #19 from Al a678462 rppkn com 2012-03-02 01:48:27 --- are these the same issue? https://bugs.kde.org/show_bug.cgi?id=293271 https://bugs.kde.org/show_bug.cgi?id=295010 -- Configure bugmail:

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-02-29 Thread aldo-public
https://bugs.kde.org/show_bug.cgi?id=261559 aldo-pub...@laposte.net changed: What|Removed |Added CC||aldo-pub...@laposte.net ---

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-02-29 Thread Al
https://bugs.kde.org/show_bug.cgi?id=261559 Al a678...@rppkn.com changed: What|Removed |Added CC||a678...@rppkn.com, |

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-02-29 Thread Al
https://bugs.kde.org/show_bug.cgi?id=261559 Al a678...@rppkn.com changed: What|Removed |Added CC|a678...@rppkn.com | -- Configure bugmail:

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-02-11 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=261559 Jan malte.ge...@googlemail.com changed: What|Removed |Added CC||malte.ge...@googlemail.com

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-02-11 Thread Eggert Ehmke
https://bugs.kde.org/show_bug.cgi?id=261559 Eggert Ehmke eggert.eh...@berlin.de changed: What|Removed |Added CC||eggert.eh...@berlin.de

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2012-01-05 Thread Alexander Wauck
https://bugs.kde.org/show_bug.cgi?id=261559 Alexander Wauck alex.wauck+kdeb...@gmail.com changed: What|Removed |Added CC|

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-12-19 Thread Vasek Smidl
https://bugs.kde.org/show_bug.cgi?id=261559 Vasek Smidl sm...@utia.cas.cz changed: What|Removed |Added CC||sm...@utia.cas.cz ---

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-09-17 Thread Dimitrios Glentadakis
https://bugs.kde.org/show_bug.cgi?id=261559 Dimitrios Glentadakis dgl...@gmail.com changed: What|Removed |Added CC||dgl...@gmail.com

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-09-07 Thread Huw
https://bugs.kde.org/show_bug.cgi?id=261559 Huw h...@synapticsilence.net changed: What|Removed |Added CC||h...@synapticsilence.net ---

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-08-26 Thread Davor Cubranic
https://bugs.kde.org/show_bug.cgi?id=261559 Davor Cubranic cubra...@acm.org changed: What|Removed |Added CC||cubra...@acm.org --

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-08-01 Thread Laurent RINEAU
https://bugs.kde.org/show_bug.cgi?id=261559 Laurent RINEAU laurent.rineau__...@normalesup.org changed: What|Removed |Added CC|

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-08-01 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=261559 Alexander alex...@narod.ru changed: What|Removed |Added CC||alex...@narod.ru --- Comment

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-07-29 Thread Joseph Reagle
https://bugs.kde.org/show_bug.cgi?id=261559 Joseph Reagle joseph.2...@reagle.org changed: What|Removed |Added CC||joseph.2...@reagle.org

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-06-27 Thread Joseph Reagle
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #10 from Joseph Reagle joseph 2011 reagle org 2011-06-27 14:53:26 --- Any progress on this, it makes sending email in KMail a serious nuisance. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email --- You are

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-06-17 Thread Rico Rommel
https://bugs.kde.org/show_bug.cgi?id=261559 Rico Rommel r...@bierrommel.de changed: What|Removed |Added CC||r...@bierrommel.de --

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-05-20 Thread Alexander van Loon
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #9 from Alexander van Loon a vanloon alexandervanloon nl 2011-05-20 11:41:53 --- When I created a new account this problem turned up again, but with a twist. When I entered the password for the SMTP server of the new account KMail

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-05-05 Thread Jacob Welsh
https://bugs.kde.org/show_bug.cgi?id=261559 Jacob Welsh jwe...@eemta.org changed: What|Removed |Added CC||jwe...@eemta.org --- Comment

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-04-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=261559 Thomas Fischer fisc...@unix-ag.uni-kl.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-03-18 Thread Luka Renko
https://bugs.kde.org/show_bug.cgi?id=261559 Luka Renko l...@kubuntu.org changed: What|Removed |Added CC||l...@kubuntu.org --- Comment

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-03-18 Thread Luka Renko
https://bugs.kde.org/show_bug.cgi?id=261559 --- Comment #6 from Luka Renko lure kubuntu org 2011-03-18 12:08:52 --- I suppose this is not a problem in KMail itself, but more in kdepimlibs -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-02-05 Thread Manuel Schmid
https://bugs.kde.org/show_bug.cgi?id=261559 Manuel Schmid oeffentl...@gmx.ch changed: What|Removed |Added CC||oeffentl...@gmx.ch ---

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2011-01-30 Thread G Cohen
https://bugs.kde.org/show_bug.cgi?id=261559 G Cohen untitled@gmail.com changed: What|Removed |Added CC||untitled@gmail.com ---

[Bug 261559] KMail stopped recognizing KWallet for password for specific SMTP server

2010-12-29 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=261559 Robby Engelmann robby.engelm...@igfs-ev.de changed: What|Removed |Added CC|