10 Commits (839b576097a1a034a47227dba2590614737fc0bb)

Author SHA1 Message Date
Laurent Montel 691967fab7 deprecated-- 20 years ago
Andreas Gungl c901b1247d reduce readEntry(...).toInt() where possible 20 years ago
Andreas Gungl db8f1ad5ad porting for KConfig changes 20 years ago
Laurent Montel 5a9f89c72a q3cstring-- 21 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Laurent Montel 72f49ff4e0 Compile/link 21 years ago
Stephan Kulow 55e305acf7 some more (script) porting 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Till Adam 0329caa514 Move the "maximum number of connections to host" handling from the 21 years ago
Till Adam f7ebf4ae78 kmacctmgr.[cpp|h|moc] -> accountmanager.[cpp|h|moc] 21 years ago
Till Adam 94fdc3c63c o KMAcctMgr -> KMail::AccountManager 21 years ago
Till Adam 0122540878 handle an empty account list properly. 21 years ago
Till Adam 8e730ddc09 Remove unused bool parameter for excluding imap accounts from the 21 years ago
Till Adam b2dbebf985 Name members according to pim convention and make sure they are 21 years ago
Till Adam f606ce50aa SVNSILENT cleanups while reading through the file. 21 years ago
Till Adam d2b06764c1 KMAcctList : public QPtrList => 21 years ago
David Faure 0c9148bf15 Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
David Faure 9e6702f8ab Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
Thomas Zander 51c4dde933 Fix mail-check-on-new-account-causes-crash problem. 21 years ago
Ingo Klcker 837ead23af Doh. Why do I have to do this by hand? :-) 21 years ago
Thomas Zander 0b077e7a82 Rename KMAcctExpPop to KMail::PopAccount so I could remove this comment: 21 years ago
Till Adam 90fa42494d At last KMail builds again without errors 21 years ago
Carsten Burghardt bd7b608ce6 Manage the connections better 21 years ago
Volker Krause dd48a5eddf Add KWallet support. 22 years ago
Ingo Klcker 058ee0dc30 Also use 'IMAP Account' as default name for disc. IMAP. 22 years ago
Ingo Klcker 8bbe6e96e8 'Unnamed' sucks as default account name as two of two usability tests showed (the test subjects didn't find the newly created IMAP accounts). So come up with some better default values. 22 years ago
Ingo Klcker 3bf5939b0a - Make the new MaxConnectionsPerHost setting configurable via KConfigXT and apply a coding style adjustments. 22 years ago
Till Adam 3cb30b64fb Move KMBroadcastStatus to KPIM::BroadcastStatus so it can be used by 22 years ago
Julian Rockey a2eb380ff0 Provide for a setting for the maximum number of simultaneous connections to the same host. This avoids the problem with some routers' firewalls that interpret lots of simultaneous connections to the same host as a SYN attack. 22 years ago
David Faure ffd99a6ec8 Emit signal when adding an account, we already had one when removing an account. 22 years ago
Carsten Burghardt 9f4acd15ac Display summary only if all accounts are checked. 22 years ago
Till Adam a4450aa5d8 Remove now unused stuff from KMBroadcastStatus. Improve move command 22 years ago
Ingo Klcker 0e60c7e3ba Detailed new mail notification. Inspired by a patch by Kristian Eide. 22 years ago
Till Adam a35681f8f2 Fix accidental duplicate mailchecks which could happen when: 22 years ago
David Faure 2a0ac7a94e Abort running mail checks when closing the last kmail-main-window (KMMainWin) 22 years ago
Carsten Burghardt 0a3d42eb21 Minor cleanups 22 years ago
Andrew Coles 6b1f625bbd Corrected typos (exclamation marks). 22 years ago
Laurent Montel dfccf5ce0c Fix kddebug 22 years ago
Carsten Burghardt ae614371b8 Add an Id to the account so that (d)imap accounts can be renamed without data loss. 22 years ago
Till Adam 3d6c082c00 Let the account manager emit a signal when an account is removed so the 23 years ago
Till Adam 699d2d444b Introduce ref-counting of the filter manager to fix crashes when the 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). 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Zack Rusin 496b319577 Introducing an icon which shows whether the connection to the server is 23 years ago
Stephan Kulow caf616bbeb moving kconfig.h and kcmdlineargs.h in the files that need it (kmkernel.h 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Carsten Burghardt d234dc85e7 Fix some bugs concerning the new-mail-checks. The status messages should work correctly again. Reviewed by Ingo. 23 years ago
Ingo Klcker 703f620b76 Replace all 'Transmission complete. bla...' messages by a simple KMBroadcastStatus::setStatusMsgTransmissionCompleted(...) and prefix all those messages with a timestamp. 23 years ago
Carsten Burghardt 77e037fe59 Make the new mailcheck structure actually work ;-) 23 years ago
Carsten Burghardt 523c8426e4 Clean up the new-mail-check, queue new checks, don t block or return silently. 23 years ago