55 Commits (5cf7cf477e4739b8fa7f0c8a98fbfaf3a031f6db)

Author SHA1 Message Date
Daniel Molkentin 64d774e3c0 adding missing copyright header 22 years ago
Martin Koller aef2db86b5 Fixing http://bugs.kde.org/show_bug.cgi?id=80193 22 years ago
Ingo Klcker 64ed7d81a7 Get rid of unnecessary code duplication and let KMSaveAttachmentsCommand handle the Save All Attachments case. 22 years ago
Stephan Binner 929470ace4 More KStdGuiItems/icons 22 years ago
Sandro Giessl e35117f660 Use standard frame width for the three widgets in KMail's main window 22 years ago
Carsten Burghardt 58af24b20e Correct the sizes shown in the mtv for imap messages. Parts sum up the size of their children and compare this to their own. 22 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 239abc8f5e - Move some code to new KMMimePartTree::setStyleDependantFrameWidth method to avoid code duplication. 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
Ingo Klcker 9e5633e510 We don't draw the ugly frame for the other panes. So do the same for the mime part tree pane. 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
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Marc Mutz 7af7144a79 CVS_SILENT remove unused code 23 years ago
David Faure f121b2a84a Now it compiles. 23 years ago
David Faure d853e2f0c4 Fix as suggested by Ingo 23 years ago
David Faure 1b0d0de95f Merge "Save As" and "Save Selected Items", factorize code. 23 years ago
Zack Rusin 9acb8faf8b Save all _actual_ attachments. But Ingo is right this whole code should be moved 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
David Faure a163222653 When saving multiple items ("selected" or "all"), and the destination already exists, 23 years ago
Marc Mutz b31d1702f6 - change text shown for app/octet-stream. Was: "Unknown", now is: "Unspecified Binary Data" 23 years ago
Stephan Binner a927b2ef85 CVS_SILENT i18n style guide fixes 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Laurent Montel 9a65e33350 Fix mem leak. 23 years ago
Laurent Montel 071ccdea01 Add function to "Save All" attachment. 23 years ago
Zack Rusin 40d3418693 "Necessity not the mother of invention". ok, this is not exactly ground breaking 23 years ago
Ingo Klcker 46cf9121ea Forward port of the fix for bug 53975: KMail reports unsigned messages as signed 23 years ago
Marc Mutz a47366543b Make showOneMimePart, keepEncryptions and includeSignatures members instead of parameters. 24 years ago
Marc Mutz f387518ce5 oops, forgot to remove obsolete parameter here 24 years ago
Marc Mutz 7f3c932ade "Replace parameter with member" again. Don't pass the cryptPlug to use down the function call hierarchy, but save it in a member variable 24 years ago
Marc Mutz 01a4287821 "Replace parameter with member" (dunno if that exists yet). This time it's requestStringPtr that stank. ;-) 24 years ago
Marc Mutz f71aaf8edd Make ObjectTreeParser a class instead of a namespace: 24 years ago
Marc Mutz 57e48e931f More refactoring: 24 years ago
Don Sanders 2cf1ed8953 Integrate a subset of the changes in the make_it_cool branch. 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Karl-Heinz Zimmer c76ef480b7 Crypto bugfix: enable us to verify signed mail that is embedded in an old-style (non-multipart) Digest message. 24 years ago
Stephan Binner 0e8c9a69e7 CVS_SILENT Style guide text fix, use "cvslastchange" or X-WebCVS header to view 24 years ago
Marc Mutz 00408fa3ce - #include "kmcomposewin.h" 24 years ago
Marc Mutz 7b08511f34 CCMAIL: kmail@kde.org 24 years ago
Don Sanders 4b3f78176b Reverting all my recent changes as requested by Michael. 24 years ago
Marc Mutz 55624177db icons for the mime tree viewer. I opted to special-case multipart/* and assign a folder icon for that and leave the "raw" mimetype (at least until someone writes up good comments ;-) 24 years ago
Marc Mutz 5055f18c44 KIO::convertiSize() the size of attachments in the mime tree viewer 24 years ago
Marc Mutz bcc949dbfd KMMimePartTree is now a KListView (was QListView). Fixed sizing of columns; some indention fixes in the .h file 24 years ago
Don Sanders 05cde7e1a7 Code cleanup, make various actions (reply, replyall, etc, etc) independent 24 years ago
Carsten Pfeiffer be5e7bf43d - centralize CryptPlugWrapperList in KMKernel to fix ownership problems 24 years ago
Don Sanders a42a0b3da3 Users keep on finding new ways to crash KMail by causing KMReaderWin::mMsg 24 years ago
Karl-Heinz Zimmer 1a999380ff internal bugfix #1079 "Reply to encrypted mail quotes binary garbage" This also aplies to forwarding of mails. Current status: We now parse the complete message through the partNode helper classes in order to find the first TEXT part, this part is taken for replying or forwarding. (probably some adjustments/imporvements to this can be done - I will look for these after LinuxTag 2002) 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago