Volker Krause
fcfc5ec7b0
Fix password storage in configuration file.
...
The user will now be asked once per account if [s]he would like to store the password in the (unsafe) configuration file instead of KWallet (no more message box spam) and - most important - the password is now really stored.
Reviewed by Ingo Kloecker.
BUG: 92932, 93789
CCBUG: 93183, 95615
svn path=/trunk/kdepim/; revision=376127
22 years ago
Stephan Binner
218736db53
CVS_SILENT some misc i18n style guide fixes
...
svn path=/trunk/kdepim/; revision=357829
22 years ago
Malcolm Hunter
83ea4e58ff
CVS_SILENT Typographical corrections and changes
...
svn path=/trunk/kdepim/; revision=348314
22 years ago
Till Adam
f505005723
Patch by Waldo fixing a crash when cancelling access to an already open
...
wallet.
svn path=/trunk/kdepim/; revision=348173
22 years ago
Volker Krause
7124b956f0
Work around a bug in Wallet::keyDoesNotExist().
...
Fixes problems with the migration from passwords to the wallet.
CCMAIL: 76097@bugs.kde.org
svn path=/trunk/kdepim/; revision=343458
22 years ago
Volker Krause
dd48a5eddf
Add KWallet support.
...
Works for mail accounts and SMTP servers, already stored passowrds are migrated to the wallet.
CCMAIL: 76097-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=342067
22 years ago
Carsten Burghardt
ae614371b8
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
...
The migration script should convert and move all necessary data. Hopefully...
svn path=/trunk/kdepim/; revision=295017
22 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Marc Mutz
440d618087
Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass).
...
svn path=/trunk/kdepim/; revision=258284
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
23 years ago
Helge Deller
af2967c020
roaming user fixes & some small cleanups
...
svn path=/trunk/kdepim/; revision=234393
23 years ago
Zack Rusin
b128a466e2
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
...
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
23 years ago
Waldo Bastian
2fff7517c8
CVS_SILENT
...
Updated address of FSF
svn path=/trunk/kdepim/; revision=212185
23 years ago
Marc Mutz
d8e422c563
from kroupware_branch: starting to merge the kmaccount refactoring
...
svn path=/trunk/kdenetwork/kmail/; revision=191042
24 years ago