136 Commits (ab8ee031560854871bfd6770bfd0172571e54715)

Author SHA1 Message Date
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
Bo Thorsen 292d273f24 OOO'ifying 22 years ago
Bo Thorsen 9fee3121aa As noted in the kmcommands comment, this can't work. So don't try at all. Remving the messageQueuedOrDrafted signal 22 years ago
Marc Mutz 5d9b44ef29 From aegypten_branch: Fix saving of mp/signed parts inside mp/mixed. 22 years ago
Till Adam 8e4aca7955 Connect to the folderComplete signal of the storage, the folder itself 22 years ago
Dirk Mueller cf225a67f5 don't save mails to disk with world-readable permissions set by default 22 years ago
Ingo Klcker 18981ab511 Fix bug 73085: KMail discloses hidden recipients (BCC) in forwarded email 22 years ago
Marc Mutz 16c15de5d7 --warnings 22 years ago
Marc Mutz 04ea09f448 from aegypten_branch: 22 years ago
Till Adam 4617f67fcc Explicitely include kmfoldermbox.h. 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Marc Mutz c4df6a1a84 Add <config.h> to all .cpp files as in aegypten_branch we really 23 years ago
Ingo Klcker a741d901e7 Don't use KProcessDialog if no messages need to be transfered. This fixes bug 71761 (selecting messages in the kmheader view turn into drags unless you press and release really quickly) which is caused by the fact that for some reason KProcessDialog eats the MouseReleaseEvent. 23 years ago
Carsten Burghardt 9cc9eb1007 Do not create the message for inlined messages (iconic view) from string but from the DwMessage. 23 years ago
Till Adam abb48032a5 Make saveMsgAs() in external reader windows work by: 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 de3d21a4af Defiantly re-introduce my crash fix for #70426, which Ingo reverted because 23 years ago
Ingo Klcker e8ec75b8cc Revert Till's fix for bug 70426 because it causes all queued messages which are editted to be lost as soon as they are send or queued. :-( 23 years ago
Till Adam f3a03c305a When a message is edited for the second or more time and the editing 23 years ago
Till Adam 1fe89692f7 Make sure the folder is removed from the drafts folder when a message that 23 years ago
Ingo Klcker 6d9d92283a Fix the usability issues of the reply actions by making Reply a smart reply and by adding Reply to Author. Reviewed by many. 23 years ago
Ingo Klcker d92208a79a Fix bug 69880 (Default personality used when forwarding as MIME digest) 23 years ago
Ingo Klcker 06f5f438ac Fix crash on Solaris in case aMsg->fromEmail() is empty. Writing an empty string would anyway not be correct so we write a dummy string now in case it's empty. Based on patch by Torsten Kasch. 23 years ago
Carsten Burghardt f85b723f41 Parts in encapsulated multipart messages were not found correctly. I rewrote this function because it was simply buggy and ugly. 23 years ago