Marc Mutz
ee411a92e9
silence some kdDebug()s
...
svn path=/trunk/kdepim/; revision=223609
23 years ago
Daniel Molkentin
27f92c5293
yeah, call me pedantic...
...
svn path=/trunk/kdepim/; revision=222089
23 years ago
Ingo Klcker
9ebba7de4f
Fix bug 56592: Displaying folded Content-Description in MIME tree viewer is broken
...
CCMAIL: 56592-fixed@bugs.kde.org
svn path=/trunk/kdepim/; revision=217447
23 years ago
Marc Mutz
e04a190385
kill off $Id$'s
...
svn path=/trunk/kdepim/; revision=213793
23 years ago
Ingo Klcker
3b8f959bfa
New function: bool partNode::hasContentDispositionInline() const
...
svn path=/trunk/kdepim/; revision=213714
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).
...
svn path=/trunk/kdepim/; revision=208402
23 years ago
Ingo Klcker
46cf9121ea
Forward port of the fix for bug 53975: KMail reports unsigned messages as signed
...
svn path=/trunk/kdepim/; revision=207072
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.
...
svn path=/trunk/kdenetwork/kmail/; revision=195719
24 years ago
Stephan Kulow
793f80d991
white space diffs and the configure dialog part of the systemtray (not yet used
...
as the kmkernel diff is a bit hairy)
svn path=/trunk/kdenetwork/kmail/; revision=190906
24 years ago
Ingo Klcker
1b24637fd0
Fix bug 47856: Crash on selection of a specific message
...
Crash was caused by the following header
Content-disposition: attachment; filename=
when kmail tried to access s[0] where s is the empty string behind filename=. The obvious fix is to test for s.isEmpty().
CCMAIL: 47856-fixed@bugs.kde.org
svn path=/trunk/kdenetwork/kmail/; revision=187212
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.
...
svn path=/trunk/kdenetwork/kmail/; revision=181665
24 years ago
Marc Mutz
00408fa3ce
- #include "kmcomposewin.h"
...
svn path=/trunk/kdenetwork/kmail/; revision=176941
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 ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=176740
24 years ago
Marc Mutz
5055f18c44
KIO::convertiSize() the size of attachments in the mime tree viewer
...
svn path=/trunk/kdenetwork/kmail/; revision=176660
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.)
...
svn path=/trunk/kdenetwork/kmail/; revision=171535
24 years ago
Michael Haeckel
a4a88cc442
Make attachments to multipart/alternative mails working properly again.
...
svn path=/trunk/kdenetwork/kmail/; revision=169817
24 years ago
Zack Rusin
54b4807111
Fixing compilation warnings, removing unnecessary whitespace and adding some
...
debug output (only for the moment) to the IMAP methods to find out why it's broken
(finally got a few IMAP accounts, hopefully today few fixes for it will land)
svn path=/trunk/kdenetwork/kmail/; revision=169280
24 years ago
Till Krech
65ac82dd18
Didn't compile.
...
Stephan, please review.
Index: partNode.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kmail/partNode.cpp,v
retrieving revision 1.16
diff -u -p -r1.16 partNode.cpp
--- partNode.cpp 2002/07/28 14:58:57 1.16
+++ partNode.cpp 2002/07/28 17:21:34
@@ -100,7 +100,7 @@ kdDebug(5006) << "\n\n KMMsgEncryptionS
KMMsgSignatureState partNode::overallSignatureState() const
{
- KMMsgSignatureState myState = KMMsgSignatureState;
+ KMMsgSignatureState myState = KMMsgSignatureStateUnknown;
if( mIsSigned )
myState = KMMsgFullySigned;
else {
svn path=/trunk/kdenetwork/kmail/; revision=169264
24 years ago
Stephan Kulow
09794bb4a9
oops
...
svn path=/trunk/kdenetwork/kmail/; revision=169241
24 years ago
Stephan Kulow
b7ae1480f1
don't return uninitialized variables
...
svn path=/trunk/kdenetwork/kmail/; revision=169235
24 years ago
Marc Mutz
8db2c18576
compile
...
svn path=/trunk/kdenetwork/kmail/; revision=164864
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.
...
svn path=/trunk/kdenetwork/kmail/; revision=164617
24 years ago
Carsten Pfeiffer
f5c31fce19
added QString prettyMimeType( const QString& type ) and used it to show
...
the mimetype description instead of the mimetype
svn path=/trunk/kdenetwork/kmail/; revision=162624
24 years ago
Stephan Kulow
2892d05a1b
including config.h as first include (it defines quite some controlling defines)
...
use off_t and size_t where fread, fwrite, ftell, fseek is used
svn path=/trunk/kdenetwork/kmail/; revision=159169
24 years ago
Carsten Pfeiffer
60784931f9
show descriptive names instead of mimetypes
...
svn path=/trunk/kdenetwork/kmail/; revision=158285
24 years ago
Karl-Heinz Zimmer
6a74b6c6f4
Bugfix for internal AEgypten bug #1059 : Correct handling of mNext.
...
svn path=/trunk/kdenetwork/kmail/; revision=157820
24 years ago
Karl-Heinz Zimmer
2ee0b105d9
Bugfix for internal AEgypten bug #1059 : Correct handling of mNext.
...
svn path=/trunk/kdenetwork/kmail/; revision=157813
24 years ago
Stephan Kulow
e60b727a6b
in case someone gets the same spam mail as I did:
...
bool partNode::isAttachment() const
{
+ if (!dwPart())
+ return false;
svn path=/trunk/kdenetwork/kmail/; revision=155435
24 years ago
Steffen Hansen
9b73817a83
Fix for bug #41652
...
svn path=/trunk/kdenetwork/kmail/; revision=154192
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.
...
svn path=/trunk/kdenetwork/kmail/; revision=151570
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.
...
svn path=/trunk/kdenetwork/kmail/; revision=151465
24 years ago
Karl-Heinz Zimmer
d17c8a6946
a) Merged AEGYPTEN_BRANCH additions into HEAD branch.
...
( see: http://www.gnupg.org/aegypten/ )
b) Removed some misleading warnings
c) Added Marc Mutz's patch of kmmsgpart.cpp: Make sure
Quoted Printable processing goes analogous to base64
by using KMime now and have some little improvements
in ::body().
d) AEGYPTEN_BRANCH was using KDockWidgets, these have been
(temporarily) disabled in the HEAD branch: will be
activated once KDockWidget has better usability.
Result of this: At the moment the new KMMimePartTree
is invisible - will be fixed right now.
PLEASE use the bug tracker to report any errors that might
result from this merger - additionally you may send mails
directly to me.
Karl-Heinz Zimmer, Senior Software Engineer, Klaraelvdalens Datakonsult AB
<mailto:khz@klaralvdalens-datakonsult.se> <mailto:khz@kde.org>
svn path=/trunk/kdenetwork/kmail/; revision=151089
24 years ago