159 Commits (80f7b9a7acb4efbbb2b3ef4dfdeb84bb03c79a2a)

Author SHA1 Message Date
David Faure 3ce454a817 Applied patch by Lothar Braun to fix #82823 "send again should update the sent date" 22 years ago
David Faure 018a19a931 Move cleanSubject() into KMMsgBase to use it cleanly from kmcommands when saving a mail, 22 years ago
David Faure 6857d170d4 Fixed suggested filename when saving a message. 22 years ago
Till Adam 66e21ba036 Simplify the recent encoding fix. Marc, correct? 22 years ago
Till Adam 556e39081d Use the right codec instead of latin1 when showing the source of mails. 22 years ago
Stephan Binner 82e9529670 warningYesNo-- 22 years ago
Ingo Klcker 029c007942 Factor the creation of an mbox-style message separator line into a method. This fixes the bug that in KMComposeWin the value of fromEmail() wasn't checked for being empty and it fixes the bug that dateShortStr() was never checked for being empty (both bugs lead to invalid message separators which is really bad because KMail itself doesn't accept those invalid message separators when it scans an mbox file) 22 years ago
David Faure 0d7dbb666c Copy To and Move To folders: disable menu items corresponding to readonly folders. 22 years ago
Till Adam 9e5fd03118 Separate the two conceptually different uses of the idle timer into a 22 years ago
Andrew Coles 4e8280a3d8 CVS_SILENT 22 years ago
Bram Schoenmakers fe96c2b42a CVS_SILENT 22 years ago
Will Stephenson 9fb431baca Save a call to QValueList::count(), and fix indentation. Thanks Frerich and Martijn for pointing this out. 22 years ago
Ingo Klcker 057c409753 Fix saving attachments. I tested (all with local folders): 22 years ago
Will Stephenson dad5fb4ea7 Handle problem cases in instant messaging integration better: 22 years ago
Ingo Klcker 1c8e82e83d Replace signal completed( KMCommand::Result ) by signal completed( KMCommand * ) (similar to the result( KIO::Job * ) signal of KIO::Job) and add KMCommand::result() for asking for the result of the command. 22 years ago
David Faure 8a89c05cbf Prepare ProgressItem/ProgressDialog/StatusbarProgressWidget for being moved 22 years ago
Ingo Klcker ee9c894f31 Asynchronize KMCommand::start(), i.e. make it return immediately. The command is then really started by a single shot timer. 22 years ago
Marc Mutz 2a72236c7d From aegypten_branch: CVS commit by khz: 22 years ago
Ingo Klcker 14b219f4af Make all commands emit the completed signal. (KMSaveAttachmentsCommand will probably emit the signal more than once.) 22 years ago
Ingo Klcker a17a4d395e more detailed completed status for KMCommands 22 years ago
David Faure 72907de308 Till forgot i18n 22 years ago
Till Adam 8e6bf84232 Don't crash when multiple simultaneous move commands to the same folder 22 years ago
David Faure c09ca776ba For the user, deleting is not moving 22 years ago
Till Adam ab8ee03156 Іnitialize member variables. 22 years ago
Till Adam a4450aa5d8 Remove now unused stuff from KMBroadcastStatus. Improve move command 22 years ago
Till Adam 4e7e8cc371 Excorsize the remaining users of displayProgress() and port them to 22 years ago
Till Adam d225f650b4 o Implement crypto state setting/getting/broadcasting in the progress 22 years ago
Will Stephenson e4d9523482 Third tranche of Instant Messaging integration. 22 years ago
Till Adam 0820549843 Hook in the new progress infrastructure because it got zero reaction on 22 years ago
Allen Winter 15be512fb5 Bug 80129 Fix from Ben Murphy: Bookmark This Link doesn't function 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
Carsten Burghardt 76a044b57b 2nd try to save attachments via network. 22 years ago
Ingo Klcker ff32c02f9a Revert CVS commit by burghard: 22 years ago
Carsten Burghardt c47835c70b Use KIO::NetAccess for saving attachments to remote urls. 22 years ago
Laurent Montel b07d85a283 Emit "unreadCountChanged()" otherwise summary is never updated 22 years ago
Ingo Klcker 0fd513ea7f Add --view command line option to allow viewing msg files. If someone knows a better solution for the 'prevent invisible KMail from running if viewing message fails' problem then let me know. Hint: Now someone needs to write a desktop file which associates message/rfc822 files with 'kmail --view %u'. 22 years ago
David Faure 2a0ac7a94e Abort running mail checks when closing the last kmail-main-window (KMMainWin) 22 years ago
Ingo Klcker 579bc36bc5 Don't leak KMOpenMsgCommand objects. 22 years ago
Laurent Montel 9c4399a381 Share some code. 22 years ago
Ingo Klcker eb20f97e3a Fix Send Again. 22 years ago
Carsten Burghardt 4ab90edd9f Some fixes for the attachment icon. Dedicated to the fearless Cebit fighter Michael Brade ;-) 22 years ago
Ingo Klcker 4aebb8afbc - Remove superfluous mParent member variables now that subclasses can get the parent widget via KMCommand::parentWidget(). 22 years ago
Ingo Klcker 97cb753f93 - Make it possible to open saved messages with KMail. The opened message 22 years ago
Carsten Burghardt a5e86204d9 Include the dimap accounts in the popup for copy/move 22 years ago
Edwin Schepers 6968cbda53 new feature: composing HTML messages 22 years ago
Till Adam 6655a1cd02 Make sure the copy command ref counts the target folder correctly. 22 years ago
Zack Rusin f85d94339b From the series: zack does magic and you, the common people, stand in awe. 22 years ago
Till Adam 6cc240a25b Add messages to be moved to the mLostBoys list and tick them off as they arrive in the target folder for all folder types, not just imap folders. Delete the command when the last mail arrives and no earlier. 22 years ago
Carsten Burghardt 6c56d1cb34 Refactor resend message as command. 22 years ago
Bo Thorsen ecf7b40d77 Cleanup job: the protocol() method is now removed. It was by now only used in a single debug statement in kmcommands.cpp 22 years ago