47 Commits (4404c80afdf4392fc577c9e1e9031d88d1ad1eee)

Author SHA1 Message Date
Carsten Burghardt aac5f12922 Refactor the attachment handling into it's own command. 21 years ago
Carsten Burghardt d707bab34a Less noise 22 years ago
Ingo Klcker 9eec8d5cef Make isFirstTextPart() return true if the node is the first text part of the message this node is a body part of. This fixes showing attached messages embedded with smart attachment view mode. 22 years ago
Marc Mutz e9a7332f7e Refactor the mFirstTextPart variable into partNode::isFirstTextPart() (Replace Temp with Query). 22 years ago
Marc Mutz f4c169164f Prevent crash waiting to happen (dwPart()->Headers() called without prior dwPart()->hasHeaders() check); 22 years ago
Till Adam 607583a092 Backport the bodypartformatter (plugin) infrastructure from aegypten 22 years ago
Carsten Burghardt 09722d1331 Fix LOD by creating the partNode from the already existing object and not from string 22 years ago
Marc Mutz ddaac140fa from aegytpen_branch: 22 years ago
Marc Mutz 04ea09f448 from aegypten_branch: 22 years ago
Marc Mutz 57defe554b Make it GPL w/ Qt exception. Thanks to Kalle for the permission to relicense this piece of KDAB code! 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
Ingo Klcker 63f10ad0bb Use KMMessagePart's member functions were appropriate and decode the subject. This fixes bug 63580 and a lot of other not yet reported bugs. 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
Marc Mutz b31d1702f6 - change text shown for app/octet-stream. Was: "Unknown", now is: "Unspecified Binary Data" 23 years ago
Marc Mutz ee411a92e9 silence some kdDebug()s 23 years ago
Daniel Molkentin 27f92c5293 yeah, call me pedantic... 23 years ago
Ingo Klcker 9ebba7de4f Fix bug 56592: Displaying folded Content-Description in MIME tree viewer is broken 23 years ago
Marc Mutz e04a190385 kill off $Id$'s 23 years ago
Ingo Klcker 3b8f959bfa New function: bool partNode::hasContentDispositionInline() const 23 years ago
Marc Mutz 4bc908ca44 Add partNode::dump() as debugging aid. Output the node's mimetype and that of it's children (indented according to nesting level). 23 years ago
Ingo Klcker 46cf9121ea Forward port of the fix for bug 53975: KMail reports unsigned messages as signed 23 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 793f80d991 white space diffs and the configure dialog part of the systemtray (not yet used 24 years ago
Ingo Klcker 1b24637fd0 Fix bug 47856: Crash on selection of a specific message 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
Marc Mutz 00408fa3ce - #include "kmcomposewin.h" 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
Karl-Heinz Zimmer e13d57c7b5 internal AEgypten bugfix #1130: Show "S/MIME Message" instead of "PGP Message" if message is S/MIME encrypted (or signed, resp.). (The status of *each* mime part is now stored in the partNode class tree) to allow for showing respective status indicators in the mime part tree viewer - as was proposed by Marc Mutz for KDE 3.2.) 24 years ago
Michael Haeckel a4a88cc442 Make attachments to multipart/alternative mails working properly again. 24 years ago
Zack Rusin 54b4807111 Fixing compilation warnings, removing unnecessary whitespace and adding some 24 years ago
Till Krech 65ac82dd18 Didn't compile. 24 years ago
Stephan Kulow 09794bb4a9 oops 24 years ago
Stephan Kulow b7ae1480f1 don't return uninitialized variables 24 years ago
Marc Mutz 8db2c18576 compile 24 years ago
Karl-Heinz Zimmer 50f8a22ebe internal AEgypten bugfix #1164: When verifying (S/MIME-) signatures in an encapsulated RfC822 mail that's included in a message I received (e.g. due to forwarding) I want to have that encapsulated signature compared to the _encapsulated_ mails From: header - *not* to the main From: header of this message. 24 years ago
Carsten Pfeiffer f5c31fce19 added QString prettyMimeType( const QString& type ) and used it to show 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago
Carsten Pfeiffer 60784931f9 show descriptive names instead of mimetypes 24 years ago
Karl-Heinz Zimmer 6a74b6c6f4 Bugfix for internal AEgypten bug #1059: Correct handling of mNext. 24 years ago
Karl-Heinz Zimmer 2ee0b105d9 Bugfix for internal AEgypten bug #1059: Correct handling of mNext. 24 years ago
Stephan Kulow e60b727a6b in case someone gets the same spam mail as I did: 24 years ago
Steffen Hansen 9b73817a83 Fix for bug #41652 24 years ago
Karl-Heinz Zimmer 45858af10f calculate overall encryption and signature status in KMReaderWin::parseMsg(KMMessage* aMsg) - we need this information for the mail list which shall show two little icons accordingly (to the left of each mail entry) Sorry, but in it's current state this is working for MIME signatures/encryption only, recognizing of traditional kpgp signing/encrypting will be implemented soon. 24 years ago
Karl-Heinz Zimmer 07a39472e4 bugfix #41458: now KMail can handle 'attachments' correctly (this is taking mAttachmentStyle into account) even if the attachment is encapsulated in another MIME part. This might happen if somebody forwarded you a mail which contained attachments and the forwarded mail is send in an extra MIME part. 24 years ago
Karl-Heinz Zimmer d17c8a6946 a) Merged AEGYPTEN_BRANCH additions into HEAD branch. 24 years ago