65 Commits (80aa7855e8d2b07a6b12604bb410e4a305e714a8)

Author SHA1 Message Date
Carsten Burghardt 80aa7855e8 Add a progress info to the imap listDir. The account handles the parent progressitem 22 years ago
David Faure 8a89c05cbf Prepare ProgressItem/ProgressDialog/StatusbarProgressWidget for being moved 22 years ago
Till Adam 03b720ed8d Some more guards. 22 years ago
Laurent Montel bc58659c22 Fix my crash when I have a problem with my imap account 22 years ago
Till Adam 1a8c337d56 Fix progress related crashes when moving imap mails. 22 years ago
Till Adam 185ab497fc Add ProgressItem support for on the server moves/copies. 22 years ago
Till Adam 4e7e8cc371 Excorsize the remaining users of displayProgress() and port them to 22 years ago
David Faure c6c8ff746f Better error message when uploading a message fails, showing the From 22 years ago
David Faure d0bc54df5c Reworked the "mail expiry" feature to work as a background task (timer-driven) 22 years ago
David Faure ed22d069ae Factorize 3 times duplicated expireMessage() code to FolderJob. Should be a no-op. 22 years ago
Till Adam 26b4fd1be2 Merge handleJobError from dimap and imap and move the result into the 22 years ago
Till Adam 2380fd88d2 Don't crash when moving messages into the sent mail folder on an imap 22 years ago
Carsten Burghardt a7d7bdb262 Add progress info for put 22 years ago
Till Adam 0e83c0ae3e When changing from one imap message to another, don't just let the old 22 years ago
Carsten Burghardt 0a3d42eb21 Minor cleanups 22 years ago
Till Adam 6fa0fca6f8 Don't crash when an imapjob is executed on an empty list and don't leak imapjobs. 22 years ago
Carsten Burghardt 3b164a7add Add an attachment icon to the status icons. 22 years ago
Till Adam 99c8a872d4 o Implement expiry for imap and dimap folders. 22 years ago
Till Adam dd2e988220 int uid -> ulong uid. 22 years ago
Till Adam cdb94ef4c2 Reset the status of all messages in transfer when all pending jobs of an 22 years ago
Carsten Burghardt b8493ea358 Prepare the imapjob for progress updates from put-operations. 22 years ago
Carsten Burghardt ccfd5ab1e0 Add the UID the msgSize on server to the index. 22 years ago
Carsten Burghardt ab6cf67a5f Better progress info for IMAP 22 years ago
Carsten Burghardt 67e76645ad Redo msgLength fix, was obviously overwritten by the merge 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
Marc Mutz c4df6a1a84 Add <config.h> to all .cpp files as in aegypten_branch we really 23 years ago
Till Adam fbe912c746 Fix merge error. 23 years ago
Till Adam 271eb4bbba Use BODY.PEEK instead of FETCH because the latter implicitly sets the \seen 23 years ago
Carsten Burghardt c3faf25932 Fix copying/moving of imap messages to different accounts. 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
Carsten Burghardt f21d28e79a Workaround to update the readerwin when a message with no body and only an attachment is shown. 23 years ago
Carsten Burghardt 9eedfd0be7 I still can not reproduce bug 70589 but this safety check should fix it. 23 years ago
Carsten Burghardt 661951b7e5 Messages were sometimes not displayed when you selected a folder from a different account because the slave was not connected yet. 23 years ago
Carsten Burghardt 3687b7b646 When an imap msg is loaded the first time the signature state is unknown. 23 years ago
Carsten Burghardt 7268e31f98 Make sure the ConnectionState is handled correctly 23 years ago
Carsten Burghardt 60c1566912 Do not show the header of the msg immediately (load-on-demand) but wait for the first part. 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 b51bd59810 Delete non-existent messages 23 years ago
Till Adam ac52a82abe KMAccountImap::tempOpenFolder() is no more. h00t 23 years ago
Till Adam 3c4f7b8195 Make sure imapjobs properly refcount the folders they are working on by 23 years ago
Zack Rusin cf12e8724e CVS_SILENT just some whitespace changes 23 years ago
Carsten Burghardt 803b2aecf6 - Fix bug 62943 23 years ago
Till Adam 577cd76637 Don't crash if tranfer is no longer in progress. 23 years ago
Ingo Klcker 6c76eb5f33 Don't crash if the first character is '\n'. Maybe this can never happen, but let's play it safe. 23 years ago
Till Adam 9d8a3e4e50 Don't crash if transferInProgress has been set to false elsewhere in 23 years ago
Carsten Burghardt 8abc2f5b47 One CR is enough. That fixes the strange bug with broken signatures in the sent-mail-folder. 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Till Adam b552ca57c9 Display the progress correctly. 23 years ago