43 Commits (65b7efa4781e103bd4d2e974c49aa1d908830ad1)

Author SHA1 Message Date
Carsten Burghardt 14dee06350 Make searching non-blocking again. 21 years ago
Till Adam ebbc2739af CVS_SILENT Remove outdated comment. 22 years ago
Carsten Burghardt f0fc82333b Add the feature to move folders to any other location. Non local folders 22 years ago
Till Adam 0d50352c08 Set messages to complete which have been retrieved to be added to a target 22 years ago
Till Adam 4f1cc212e9 Make sure all connected slots can deal with messageRetrieved(0)which 22 years ago
Carsten Burghardt 654126dd2c Refactor imap search to a job 22 years ago
David Faure c18486b02a 19% speedup when loading 10000 kolab kontacts (and a similar improvement 22 years ago
David Faure d9462fceff SerNum fix for readTemporaryMsg 22 years ago
David Faure ce956090c1 10% speedup when loading many many objects (e.g. contacts) on startup - thanks to callgrind. 22 years ago
Carsten Burghardt 5b706099c9 Seems like it was no good idea to use the same signal for new searches and for the update 22 years ago
Carsten Burghardt b5756b7457 Several fixes: 22 years ago
Bo Thorsen f09aa404fd From the branch: Let the expunged signal say where it came from. Required for my upcoming bugfix 22 years ago
Bo Thorsen e131c9bc34 Put in a working email address 22 years ago
David Faure 3cc94d3df7 Fix Till's fix: don't call writeConfig from setContentsType, which is called from readConfig. 22 years ago
Carsten Burghardt cfdae1fdaf Support IMAP body search 22 years ago
Till Adam aa7609d974 Fix proko2 issue #296 (Setting folder type on creation fails), by writing 22 years ago
Carsten Burghardt ad115e2b7f Some IMAP folder renaming fixes: 22 years ago
David Faure a83b9d07b0 When deleting a folder, erase the config group for it in kmailrc. 22 years ago
David Faure 4b7c55359d Moved Bo's ContentsType from KMFolder to FolderStorage. This will allow 22 years ago
Carsten Burghardt a61a7c63ab Add the ListJob for imap, dimap and subscription. 22 years ago
Carsten Burghardt a9732f135b Add the "list only open folders" feature. 22 years ago
David Faure 36b8e157cb Added a removeMsg() that takes a list of KMMsgBase, like kmcommands do, 22 years ago
David Faure a2ff2ad93f CVS_SILENT and I wondered why my search for ::~ didn't find anything :) 22 years ago
David Faure 63c33c878c Fix for new folder settings not saved (see PATCH mail on kmail-devel). 22 years ago
Ingo Klcker 7330a73932 label and systemlabel are properties of folder (but not of the storage) 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 7d2fee8a73 Respect quiet. 22 years ago
Carsten Burghardt f968ff305d Fix recursive deletion of folders for imap. Works also for dimap (of course ;-)) 22 years ago
Carsten Burghardt 52041f310c The get-rid-of-old-things patch. 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
Ingo Klcker c34f7d3391 Fix just another folderstorage regression. This should fix the problem with non latin1 folders that was reported by Toshitaka Fujioka. 22 years ago
Bo Thorsen a89bad6abf Move the readConfig call from FolderContents constructor to KMFolder 22 years ago
Bo Thorsen e558d3947e Moving identity and whofield to kmfolder 22 years ago
Bo Thorsen 8839289ea9 Moving mailing list info from folderstorage to folder 22 years ago
Till Adam baff716e3e Fix renaming of folders. FolderStorage regression. 22 years ago
Bo Thorsen 0b8fc01c1d Moving the expiration code to kmfolder. It's possible the expiration jobs should be escalated from mboxjob and maildirjob to folderjob. 22 years ago
Bo Thorsen 25492405c3 Two parts to this patch: First, I have introduced a readConfig and writeConfig in KMFolder that takes a config pointer and writes to it. This one is called by the storage config methods, so the folder code doesn't have to have the code to also get the config group name of the folder. Second, I've moved the custom icons stuff to KMFolder as it's storage independent 22 years ago
Till Adam 904be59f46 Move isSystemFolder() to KMFolder from FolderStorage as it's storage 22 years ago
Bo Thorsen ecf4be4b21 Move subdirLocation to KMFolder. This move suggests that the rename method should be split in KMFolder and FolderStorage code, where the first would handle the subdirs and the current folder, and the latter would handle moving the internal 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
Till Adam f9807c6d66 Fix the caller instead of checking for \0 in crlf2lf as requested by 22 years ago
Till Adam e26d101780 Don't run over \0 and crash if the size passed in is too large. 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Till Adam de3d21a4af Defiantly re-introduce my crash fix for #70426, which Ingo reverted because 23 years ago
Till Adam 088d0c12ab Don't ask the kernel for the mainwidget to ask the mainwidget for the 23 years ago
Till Adam 2b48909427 KMail does not crash. Everybody knows that. 23 years ago
Till Adam d2c3eb1d9c Don't emit msgHeaderChanged under quiet() because that tries to update 23 years ago
Roberto Teixeira a9524b2a64 Changing "directory" to "folder" as discussed on kde-i18n-doc and kde-core-devel 23 years ago
Till Adam 801772f684 Reintroduce quiet() for getting new mail in imap folders only. With large 23 years ago
Ladislav Strojil 36b0aeb8ff Removing KMFolder::quiet(bool beQuiet) method that was used to prevent some 23 years ago