145 Commits (2267c2cd9b68e5274a4b632eb4587bdb751e11ef)

Author SHA1 Message Date
Carsten Burghardt cbd9095da7 Remove broken imap folders with an empty imappath because they block the new-mail check and therefore the retrieval of headers. 23 years ago
Till Adam dadd9240d7 Make sure quiet() is reset in all error paths. If this is not ensured, the 23 years ago
Till Adam ab33be8882 If creating a folder on an imap server fails make sure the already created 23 years ago
Till Adam 938b472fd8 Fix double deletion crash when talking to down servers. 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
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
Till Adam 427f83a8b9 Speed up shift-deleting (really, really deleting ;) messages from imap 23 years ago
Till Adam 43deb70a1c Re-add ! that was lost in a 1.134 to fix invalidation of indeces and msgDict 23 years ago
Till Adam dfd7c7bb65 Don't crash when left or right clicking on an imap folder that has no 23 years ago
Carsten Burghardt fcebbde2d6 Leave the decision whether to load the mime header or not to the bodyvisitor 23 years ago
Carsten Burghardt 40a11863c8 The INBOX disappeared after a second listDirectory which is not very nice. Behave better. 23 years ago
Till Adam b9aa52983f Make KMMoveCommand emit a completed(bool success) signal by hooking the 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Carsten Burghardt 4dcb7f7b5d Load signed emails in the traditional, complete way as it is much faster than loading each and every part. 23 years ago
Carsten Burghardt b5c8e4d354 When uidvalidity changes: 23 years ago
Carsten Burghardt 485fcd7f2b Reload the folder if the mailbox size has changed. This way we can delete messages that were deleted (expunged) by other clients 23 years ago
Till Adam ffe4e32224 Allow the user to place the message preview pane either below the messages 23 years ago
Carsten Burghardt 7e5feea6f5 - display attachment-contextmenu (right-click) in readerwin before loading the part so that you immediately get feedback 23 years ago
Till Adam af6cbd7f29 Don't crash when changing into a folder with changed uidValidity by making 23 years ago
Till Adam 94783130bc Add a kdDebug that is triggered when the uidValidity of an imap server 23 years ago
Till Adam ac974a2ef2 Stop imap folders that have been accessed since startup from mysteriously 23 years ago
Till Adam ac52a82abe KMAccountImap::tempOpenFolder() is no more. h00t 23 years ago
Carsten Burghardt 803b2aecf6 - Fix bug 62943 23 years ago
Till Adam 0b5e61a4de o don't duplicate mOpenFolders from imapaccountbase in kmacctimap, as that 23 years ago
Carsten Burghardt d4ebc74ed6 Set a composed message as complete, this fixes bug 60003 (thanks for the hint Till :-)) 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Till Adam fa5692ab40 Try to keep status info for messages better in sync with the imap server. 23 years ago
Till Adam e8c0b032f8 Revert the change to unread count handling for imap folders for now. It is 23 years ago
Till Adam 3f1bfba866 Make sure setStatus has the same signature in kmfolderimap as in kmfolder. 23 years ago
Till Adam daf1519643 One more step on the way to correct unread counts in imap folders in all 23 years ago
Till Adam 7f3ee5ae48 Save and restore unread counts for imap folders properly. 23 years ago
Till Adam 3345e413fb Don't crash when changing out of an imap folder while the listing info 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
Till Adam f882669217 Don't double delete when connecting fails. mAccount->slotSlaveError does 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
Till Adam 2bcd005f78 Revert George's removal of that line. Without this, new crashes are 23 years ago
George Staikos 333cefd013 don't crash all over the place 23 years ago
Matt Rogers 32015b811f helpin' out stakios with some dynamic_cast fixes 23 years ago
Till Adam fe55e23b9d Write enherited part of the folder configuration as well as the imap 23 years ago
Zack Rusin 3c79dfd18d Switching to the moved files :) Thanks David! 23 years ago
Zack Rusin 127de060e1 Reworking the undo handling a little bit. Now if you move 200 messages to 23 years ago
Till Adam e2306836e6 o Don't complain about transfers being in progress when deleting messgages 23 years ago
Till Adam 8f61de3908 I guess this is a typo. 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
Till Adam ae18fe581b o deselect all but the parent when opening a thread via slotExpandThread 23 years ago
Till Adam 4d9dee07e4 Remove tabs so Ingo doesn't yell at me. ;) 23 years ago
Till Adam d63d016536 Make moving from one imap account to another work. 23 years ago
Till Adam 49a4ba683c Implement close() for imap folders so that imapjobs are deleted when changing 23 years ago