730 Commits (9cc9eb1007b4e008ce89ff4b8c49c695524ba754)

Author SHA1 Message Date
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
Andreas Gungl 14acc751e1 improve the handling of vcard attachments by switching from the 23 years ago
Till Adam 6de0153695 Fix assumed typo, since it looks like the author intended to check for 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 c6843867bf Fix some nasty load-on-demand bugs: 23 years ago
Ingo Klcker 96edb7ed43 Fix bug 64251: resizing mail preview garbles MIME-Tree display 23 years ago
Carsten Burghardt 1d153540b0 Well, KMFolderImap::getMsg is called around 10 times on each msg and that sets the msg to incomplete. 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
Carsten Burghardt 5b2d51446e Fix imap attachment handling - size IS actually 0 if you habe load-on-demand 23 years ago
Till Adam d46cd5cb72 Don't crash. This is while downloading parts of an imap message, not 23 years ago
Ingo Klcker 710dffda9b Apply CRLF -> LF conversion on text attachments before we write them to temporary files on disk. 23 years ago
Ingo Klcker 5c1c2096ea Fix saving attachments when the user left-clicks on an attachment and then selects 'Save As...' in the 'Open Attachment?' dialog. In this case openAttachment is called from AttachmentURLHandler::handleClick() which doesn't set mAtmCurrent or mAtmCurrentName. Therefore I also remove the bogus warning. 23 years ago
Ingo Klcker 16b60afef0 Fix bug 66589: Href style links get confused by KMail 23 years ago
Marc Mutz 9f8a6ea097 Reword some mailto-RMB actions. Patch by Mikolaj Machowski (mikmach(at)wp(dot)pl). 23 years ago
Till Adam a1f43602e1 Inform upgrading and new users that we now sport not only disconnected 23 years ago
Marc Mutz d467aca916 First steps in the direction of generic handlers for URLs in the reader window. 23 years ago
Ingo Klcker e03d4ab405 Deal with bug #52813. Some people think that they can edit an attachment of a message just because they can open it. Make all attachments read-only so that those people notice that this simply isn't possible. 23 years ago
Marc Mutz b6103a9239 Cleanup partNode interface: encodedBody() returns const-reference instead of reference, move some big inline methods and ctors/dtor to the cpp file, remove public'ness of member variables and introduce new accessors for them. Adapt users of the members and clean up a bit in the CryptPlug-related methods of objecttreeparser. 23 years ago
Marc Mutz 06e7507fbf compile 23 years ago
Waldo Bastian 8e1c7d04e7 Make opaque resizing configurable. (BR63940) 23 years ago
Ingo Klcker ce4ef932c7 Revert workaround for bug #65332 (Wrong font used when Courier or Utopia selected) because it broke the printing font. This bug has to be fixed in khtml anyway and I already submitted a patch for review. 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
Marc Mutz 6b2bcdaaee Extract HTML init'ing and readerwin-signals emitting from ObjectTreeParser::parseObjectTree into the callers. For KMMimePartTree, add new KMReaderWin::setMsgPart( partNode * ), so all the junk from parseObjectTree doesn't end up in the MIME Tree Viewer. 23 years ago
Ingo Klcker 8c38c5b7b8 Fix bug #65332: Wrong font used when Courier or Utopia selected 23 years ago
Ingo Klcker 4de8b0202d Only update the reader window if we are displaying a message. This fixes the vanishing of viewed text attachments after pressing 'X' (for fixed width mode). Instead 'X' is ignored for now. 23 years ago
Ingo Klcker 35565afd0a Don't crash if view source is pressed in case we show an attachment and no message in the external reader window. 23 years ago
Ingo Klcker 37fa7eb259 - Move some code to new KMReaderWin::setStyleDependantFrameWidth method to avoid code duplication. 23 years ago
Marc Mutz dbc6a9371e Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip. 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Carsten Burghardt d3b1488c66 As nobody objected I commit the already posted patch to first show the attachment menu before loading the part. 23 years ago
Ingo Klcker 10e2bf787b Reword "Add to Bookmarks" (as in libkonq) 23 years ago
Ingo Klcker ff7f189a68 Make the width of the frames of the panes in KMail dependant on the widget style so that it (hopefully) looks good with all styles which define a reasonable default frame width. Tested with Keramik and dotNET. Based on a patch by Chris Lee. 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
Aaron J. Seigo 3a260077d3 don't use single keystroke accels by default for dangerous or potentially 23 years ago
Stephan Kulow 0f960667b4 get rid of an ASSERT message 23 years ago
Ingo Klcker 1787687dad Make the dialog which is shown when the user clicks on an attachment in the reader window similar to the dialog which is shown in Konqueror for non-embedable stuff. Apart of changing some messages this includes a Don't ask again checkbox which makes it possible to store the user's decision per mime type. 23 years ago
Ingo Klcker d9e15b1b8d Make clicking on URLs in the separate reader window work. Thanks for the hint, Laurent. 23 years ago
Marc Mutz 1d8115b52e - Move mime tree viewer to the reader window (patch as posted, still 23 years ago
Eugene Zelenko cb67f30cb9 Fix IMAP acronym 23 years ago
Till Adam e83e6c65eb List some more new features in the welcome screen. 23 years ago
Don Sanders 874c62d54b missed a comma. 23 years ago
Don Sanders 1b2fa50820 Try to compromise between Marc style brevity and including the info 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Don Sanders 97fc8a6638 Please don't change the descriptions of improvements I've made without consulting me. Many of the new strings were vague and didn't give an explanation of the improvement that would be meaningful to users. 23 years ago
Marc Mutz f8780e41a3 Make "new features" section more concise by reducing item texts to mostly keywords. Now most items fit into a single line. Sort list by "impact" on the user. 23 years ago
Zack Rusin 4dbeffed6f Introducing KMSaveAttachmentsCommand - proper implementation of "Save All Attachments". 23 years ago
Antonio Larrosa Jimenez 380c043cef It seems plural forms don't like to have \n in a sentence 23 years ago
Marc Mutz 8492e8a6b4 Mention SMTP pipelining in "new features" section 23 years ago