117 Commits (5c76bc5bf29465122e870b9323193ebe1ea94dc7)

Author SHA1 Message Date
Carsten Burghardt 0634ccf287 To copy mails from local to an imap folder took ages because the imap 21 years ago
Carsten Burghardt acb43d1689 Nicer 21 years ago
Till Adam 20835422d5 Make sure the noop timer is restarted when we connect a new slave. 22 years ago
Carsten Burghardt ae2817ada3 If more than 50% of the email has to be downloaded fall back to classic imap 22 years ago
Carsten Burghardt 7254812fbe Fix multipart digest messages with imap and lod. 22 years ago
Carsten Burghardt f0fc82333b Add the feature to move folders to any other location. Non local folders 22 years ago
Carsten Burghardt 06751afd02 Multipart fix no.1: delete the old parts when we create new ones 22 years ago
David Faure b5050e8b78 QString -> const QString& 22 years ago
Carsten Burghardt 6b3dd11ad0 Show normaler folder status info in broadcastbar when an imap folder is selected. The information that the account was checked for new mails is not really helpful 22 years ago
Carsten Burghardt b5756b7457 Several fixes: 22 years ago
David Faure 7042decd4c Forward port better fix for "aborting during the initial connection phase says 'Aborting...' and never moves on" 22 years ago
David Faure 64914470b1 Outline the method and remove outdated comment 22 years ago
Till Adam c084c93aad When making a connection to an imap server fails, set an error condition 22 years ago
Till Adam f0215812de More proko2 merging. These are the imap folder/account specific changes 22 years ago
Szombathelyi Gyrgy 2692ca8249 SASL authentication enhancements: 22 years ago
Holger Freyther 49e8bd8857 ProgressItem* -> KPIM::ProgressItem in signals, slots 22 years ago
David Faure 4686b8d433 Use KMessageBox::detailedError() to reduce the size of the imap error messages, 22 years ago
Till Adam 3cb30b64fb Move KMBroadcastStatus to KPIM::BroadcastStatus so it can be used by 22 years ago
Till Adam bae93aa541 Improve progress reporting for folder listings: 22 years ago
David Faure d8507752a4 Don't emit checkDone from there when cancelling the password dialog, the caller already 22 years ago
David Faure 82a1549566 Pass folder to getACL() call so that slotReceivedACL works. 22 years ago
Stephan Binner 1080d6019e Revert compound stuff - no time left for discussion 22 years ago
Stephan Binner c52c3fee3a Less invented compound nouns (filename, username, hostname) 22 years ago
Carsten Burghardt 264b5ed493 Correctly finish progress items when the user canceled the password dialog 22 years ago
Till Adam d2c5c3132f Fix currently unused slot in case we ever use it. 22 years ago
Carsten Burghardt 80aa7855e8 Add a progress info to the imap listDir. The account handles the parent progressitem 22 years ago
David Faure db206a168d redundant (the if above tests for !mSlave already) 22 years ago
Till Adam 9e5fd03118 Separate the two conceptually different uses of the idle timer into a 22 years ago
Carsten Burghardt ea3516c9f0 Make the new-mail check for online imap wait for a connection. This didn't work when the 22 years ago
David Faure 590997e60f Fixed the fix for the fix. Or more clearly: fixed again the "wrong password, ask again" case, 22 years ago
Carsten Burghardt 9f4acd15ac Display summary only if all accounts are checked. 22 years ago
Till Adam e28904051a Fix the fix so that high is above low again, even at the bottom. :) 22 years ago
Till Adam 558f2bbdf8 Be less eager to start additional imap slaves while already waiting for 22 years ago
David Faure a46b754d65 Fixed error handling for "bad password" errors: 22 years ago
David Faure 8a89c05cbf Prepare ProgressItem/ProgressDialog/StatusbarProgressWidget for being moved 22 years ago
David Faure 1234dae558 Cleaned up the old account::listDirectory() method, now unused. 22 years ago
Carsten Burghardt a9732f135b Add the "list only open folders" feature. 22 years ago
Till Adam 4e7e8cc371 Excorsize the remaining users of displayProgress() and port them to 22 years ago
Till Adam 72678abdc1 CVSSILENT whitespace 22 years ago
Ingo Klcker 0e60c7e3ba Detailed new mail notification. Inspired by a patch by Kristian Eide. 22 years ago
Till Adam d225f650b4 o Implement crypto state setting/getting/broadcasting in the progress 22 years ago
David Faure 58a8cbdd93 Support for cancelling dimap checks. 22 years ago
David Faure 38e4647410 Ensure that ImapAccountBase::postProcessNewMail calls checkDone as the very last thing, 22 years ago
David Faure fafe93c7a4 "<unknown>" is trouble inside a <qt> msgbox, better escape it 22 years ago
Till Adam 0820549843 Hook in the new progress infrastructure because it got zero reaction on 22 years ago
David Faure c3ba74bf80 Show the date of the guilty message too, for 81309 22 years ago
David Faure c6c8ff746f Better error message when uploading a message fails, showing the From 22 years ago
David Faure e9a6800eb2 ACL fix: a user should always be able to administer his own inbox. 22 years ago
David Faure 7de949d0a3 Don't offer continue if listing a folder fails. Currently it made the sync hang 22 years ago
David Faure 72539d3f40 Fixed interval mail checking for dimap (checkDone wasn't emitted so the timer wasn't restarted!) 22 years ago