81 Commits (be9568d7a983a6dbdb22b2f52bac6a75bfc63446)

Author SHA1 Message Date
David Faure be9568d7a9 More dimap error handling, this time for failed "creating folder on server". 22 years ago
David Faure a04faf2f0d Improved error handling during dimap sync: don't always abort the whole thing. 22 years ago
David Faure ebd125f620 Better support for IMAP servers that don't support ACLs. 22 years ago
David Faure 90d1936cf9 Don't try to get/set ACLs for noContent folders (like the "user" folder 22 years ago
David Faure f889add6d0 Reimplemented the ACL support completely so that it's really "disconnected" 22 years ago
Carsten Burghardt 104a3af1a0 Speedup the subscription dialog and add a new list type LSUBNOCHECK. 22 years ago
David Faure 9a0022a208 Don't enable the ACL-changing buttons when the user doesn't have authorization to change the ACLs. 22 years ago
Till Adam 7576ae504d Now that we killAllJobs() in the error handler make sure the job is only 22 years ago
David Faure 3d4c18e497 cached imap: parse X-Access to know when the folder is readonly (code ported from online-imap) 22 years ago
Simon Hausmann 3c6e561532 - no need to create that msg on the heap. okayed by till 22 years ago
Ingo Klcker 7330a73932 label and systemlabel are properties of folder (but not of the storage) 22 years ago
David Faure d9f545b363 Fixed more cases where name() was shown to the user, using label() instead. 22 years ago
David Faure 55b1f4d915 Fixed label in imap progress dialog (used to display folder name, 22 years ago
Bo Thorsen ea6a943ec4 Move the idString method from FolderStorage to KMFolder. And fix some FolderStorage derived constructors 22 years ago
Till Adam d035694d1f Speed up dimap syncing some more by using a dict instead of a list to 22 years ago
Carsten Burghardt 34190da771 Do not suppress public INBOXes 22 years ago
Carsten Burghardt 89d848b903 Do not reload the complete foldertree if the account is synced 22 years ago
Till Adam 20b0b90361 Iterate over the uidMap and not the index when checking for messages 22 years ago
Carsten Burghardt 41db79fe08 The dimap folder listing now works with prefix. It uses the same logic as online imap. 22 years ago
Till Adam 33edd3aa7f Re-introduce the uidMap because otherwise syncing folders becomes quadratic 22 years ago
George Staikos f1f3c5dcf3 Seems to give about 1.5% speed boost in syncing 22 years ago
Andrew Coles af11dae280 Corrected typographical errors. 22 years ago
Carsten Burghardt f968ff305d Fix recursive deletion of folders for imap. Works also for dimap (of course ;-)) 22 years ago
George Staikos 8b9644cd3d fix dimap leak #1 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 1284ac1454 Unlink the uidcache file when writing it during uid validty == INVALID. 22 years ago
Bo Thorsen 438ec03c29 Fix compilation 22 years ago
Bo Thorsen e3bea70170 Implement the trashFolder method for imap and dimap 22 years ago
Bo Thorsen 90ec49cee6 Remove the uidmap from disconnected imap 22 years ago
Till Adam 99c8a872d4 o Implement expiry for imap and dimap folders. 22 years ago
Bo Thorsen c09d8ed2ac Write the uidcache file for new and empty folders also. And ditch one more isA comparison 22 years ago
Bo Thorsen 6e17f4978c Don't quiet the manager when it's not necessary 22 years ago
Bo Thorsen 2c898d42e6 remove bogus comment 22 years ago
Bo Thorsen 415c1d21e0 Fix uploading new folders to the server - yet another folderstorage split regression. Also, the uidmap file should be saved even if there are no files in the folder. And remove some debug stuff 22 years ago
Till Adam 45c2bb5bdb o make function in KMFolderImap static 22 years ago
George Staikos d2ecc33961 remove expensive debug for a healthy speedup 22 years ago
Till Adam 70a43d5741 o port dimap to the uid in the index instead of looking at headers 22 years ago
Dirk Mueller 9f1418ac89 compile with explicit KURL() constructor 22 years ago
Jonathan Riddell 283516cafd KDE proofreaders typos 22 years ago
Till Adam 904be59f46 Move isSystemFolder() to KMFolder from FolderStorage as it's storage 22 years ago
Bo Thorsen fffab08be1 Child folders are related to folders, not to storage. So this patch moves the child stuff to KMFolder from FolderStorage 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Bo Thorsen 2428988771 Fix bug 71766: I absolutely hate returning ints for errors 23 years ago
Till Adam 0f6edff7a8 Sync status fixes from osnabrueck branch. 23 years ago
Bo Thorsen 9cb688c31f Fairly big stability patch for dIMAP: 23 years ago
Carsten Burghardt 7268e31f98 Make sure the ConnectionState is handled correctly 23 years ago
Till Adam 6ae4c90feb Make dimap capable of multiple stati as well. 23 years ago
Till Adam 088d0c12ab Don't ask the kernel for the mainwidget to ask the mainwidget for the 23 years ago
Bo Thorsen a806eded08 Bugfix: Finally the messages are not filtered in one big go at the end of the download (during this time KMail would appear completely frozen). Now the mails are processed as they are downloaded. 23 years ago