195 Commits (0fd513ea7f7fe5e7ab6eb45faedd04439d5f13b2)

Author SHA1 Message Date
David Faure 2a0ac7a94e Abort running mail checks when closing the last kmail-main-window (KMMainWin) 22 years ago
Till Adam 26b4fd1be2 Merge handleJobError from dimap and imap and move the result into the 22 years ago
David Faure 5f9c82e1b5 Cached imap error handling, for a change :) 22 years ago
Carsten Burghardt a7d7bdb262 Add progress info for put 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
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
Carsten Burghardt 4ab90edd9f Some fixes for the attachment icon. Dedicated to the fearless Cebit fighter Michael Brade ;-) 22 years ago
Carsten Burghardt feee62dbf4 This was wrong. How do we do that for dimap? 22 years ago
Carsten Burghardt 34190da771 Do not suppress public INBOXes 22 years ago
Carsten Burghardt 6499da601f Get rid of unneeded listDir and fix potential crash 22 years ago
Carsten Burghardt 52920b3ecc Fix Empty Trash. It works also with imap. 22 years ago
Otto Bruggeman c3319f3090 1.171 (burghard 15-Feb-04): uid = msg->UID(); 22 years ago
Till Adam 20fce700b1 Add a debug message to alert us when the splitMessageList returns an empty list. That no longer crashes us, but I'd like to notice when it happens. Also remove trailing whitespace. 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
Till Adam 978751db76 Handle removing an empty list of messages gracefully. Happens a lot with 22 years ago
Till Adam f3208ee0dc If a message is not \SEEN on an imap server and we get an initial folder 22 years ago
Carsten Burghardt 3b164a7add Add an attachment icon to the status icons. 22 years ago
Bo Thorsen e3bea70170 Implement the trashFolder method for imap and dimap 22 years ago
Till Adam 99c8a872d4 o Implement expiry for imap and dimap folders. 22 years ago
Till Adam 45c2bb5bdb o make function in KMFolderImap static 22 years ago
Till Adam ff4be0ab88 o Use ulong instead of int consistently when dealing with uids. 22 years ago
Carsten Burghardt ccfd5ab1e0 Add the UID the msgSize on server to the index. 22 years ago
Till Adam eaf9f57298 Don't do an expunge Folder, thereby removing all mails in an imap folder, 22 years ago
Carsten Burghardt ab6cf67a5f Better progress info for IMAP 22 years ago
Carsten Burghardt 5b6b0973ab Fix i18n regression of INBOX 22 years ago
Till Adam 904be59f46 Move isSystemFolder() to KMFolder from FolderStorage as it's storage 22 years ago
Till Adam 660b6a39c9 Typo? 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
Carsten Burghardt a6b2b60bb5 Overriding the msgSize is no good for mbox. The msg was unGetted, the new msgbase inherits the msgsize and the next read 23 years ago
Carsten Burghardt b46a5c4f08 Do not crash when a folder is removed on the imap server behind kmails back. 23 years ago
Carsten Burghardt 03e8458f5c Load imap messages that are smaller than 5KB in one go even if lod is activated. 23 years ago
Till Adam ce64a1a4cc Speed up status changes on several mails in imap folders by not making a 23 years ago
Till Adam 39dc87ea2d size() == 0 to isEmpty() and comment clarification as per Marc's request. 23 years ago
Till Adam c36f8561ba Shave off some cycles by not going through the motions when the data 23 years ago
Carsten Burghardt 4dbe9eba1b Fix bug 70377 (UW-imap with prefix #mh), confirmed by Dag (thanks for the testaccount). 23 years ago
Carsten Burghardt 3f978cb3ad Revert because Ingo convinced me that not all attachments are display inline 23 years ago
Carsten Burghardt ddf06fb500 It does not make sense to load the message on demand when the AttachmentStrategy is inline 23 years ago
Till Adam f40e1c289d When an imap folder is deleted, make sure that it is not still referenced 23 years ago
Carsten Burghardt 7be6bd2b88 Fix bug 69127 and make the listing code at least a bit more logical. 23 years ago
Carsten Burghardt 80d171fc52 Yet Another Extra Check 23 years ago
Carsten Burghardt c6843867bf Fix some nasty load-on-demand bugs: 23 years ago
Carsten Burghardt bfd041fa0d Do not mark messages that are already complete as incomplete 23 years ago
Till Adam 088d0c12ab Don't ask the kernel for the mainwidget to ask the mainwidget for the 23 years ago
Carsten Burghardt 143b7e313f First step to reduce flicker with load-on-demand: update the readerwin only when it is necessary 23 years ago
Carsten Burghardt a4748f2af1 As listDirectory is called during startup the Connecting state is acceptable 23 years ago
Carsten Burghardt bacf5ecfd7 Check for the correct return code 23 years ago