94 Commits (8dad0f5bbb2bce8a6a64c4ae4f6b51a9c46713df)

Author SHA1 Message Date
Don Sanders 2e95afc197 Begin integrating the kroupware branch 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 81491bd8b7 merging minor cleanup 24 years ago
Marc Mutz c95155782d from kroupware_branch: RFC-compliant MDN support 24 years ago
Ingo Klcker cb6df9dc8b Fix bug 40073 by improving the determination of an attachment's filename 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Zack Rusin 77edb9003a QCString::replace only in Qt 3.1 - compile fixes. 24 years ago
Zack Rusin e69a350bf5 Backporting from make_it_cool. That brings two questions: 24 years ago
Zack Rusin 54b4807111 Fixing compilation warnings, removing unnecessary whitespace and adding some 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago
Karl-Heinz Zimmer d17c8a6946 a) Merged AEGYPTEN_BRANCH additions into HEAD branch. 24 years ago
Marc Mutz 1475422c2b Reduce memory consumption by two thirds (!) with large attachments. 24 years ago
Marc Mutz 9b0deff8ae After a jump start: Corrected version of KMime::Codec usage. 24 years ago
Marc Mutz 245fc9fdc3 reverting last patch as it breaks on Korean(?) spam ;-( 24 years ago
Marc Mutz 7f91bbe6d2 Use KMime::Codecs for base64 en/decoding. 24 years ago
Marc Mutz 904b6ca4fa Choose between base64 and qp also based on CharFreq::printableRatio() 25 years ago
Marc Mutz 4da09d9072 New method KMMessagePart::setBodyAndGuessCte(), which auto-detects the 25 years ago
Michael Haeckel 86fe96a27d Again don't crash on zero size attachments. 25 years ago
Marc Mutz d0da8492ff cache the decodedSize; add warnings for "binary used as text" like 25 years ago
Marc Mutz 527a276574 Be more careful with DwString<->QCString<->QByteArray conversions, pt. II: 25 years ago
Michael Haeckel 7158995854 Revert to the good old mimelib functions. These KCodecs functions don't seem 25 years ago
Michael Haeckel dcb7d8a820 Oops, seems I just broke decoding of binary base64 attachments. 25 years ago
Michael Haeckel d98a8d6ad6 Support for attachments that are smaller than 3 bytes. 25 years ago
Dirk Mueller aa0cadacd1 CVS-SILENT: fixincludes -e 25 years ago
Dirk Mueller 607016bca8 KMD5 porting 25 years ago
Michael Haeckel 8f753c2855 Make non-ascii attachment filenames and descriptions working again. 25 years ago
David Faure 60198e652a CVS_SILENT fixheaders 25 years ago
Dirk Mueller 6797558d5d 356 includes less 25 years ago
Cornelius Schumacher 0a245e8333 Fix for sending RFC2447 attachments via DCOP interface. 25 years ago
Marc Mutz d7239ff4fc Fix a crahs when the "filename" parameter to Content-disposition was 25 years ago
Michael Haeckel d942bedded Get rid of all remaining ASCII_CAST and COMPAT issues. 25 years ago
Michael Haeckel ba08a83bc8 ASCII_CAST cleanup for kmmsgbase.cpp and kmacctlocal.cpp. 25 years ago
Marc Mutz b346876ab2 QT_NO{COMPAT,ASCII_CAST} fixes as discussed on the mailing list. 25 years ago
Michael Haeckel d1e06744c9 More reliable mime type recognition for attachments, thanks to leonb@research.att.com. 25 years ago
Stephan Kulow 6164556515 use debug area 5006 - so I can read mails without seeing tons of debug output 25 years ago
Marc Mutz e12ef0feec Prepending yet more files with necessary #undef QT_NO_{ASCII_CAST,COMPAT}. 25 years ago
Stephan Kulow 29021bdb05 .copy on a Qt string is a noop since quite some Qt versions 25 years ago
Michael Haeckel 487b57ef57 Use the md5 code from kdelibs. 25 years ago
Stephan Kulow fec2831df5 removing "const QString" in return values and parameters. It only confuses compilers, 25 years ago
Michael Haeckel ef6f7079df Nicer icons for the mime types. 25 years ago
Michael Haeckel c1dc421a7d Don't add a \0 character at the end when saving a 8bit encoded attachment to 25 years ago
Michael Haeckel 993c7b8f6d Remove debugging statement. 26 years ago
Michael Haeckel 8146fbb9fb Patch by Wolfgang Rohdewald <WRohdewald@dplanet.ch> 26 years ago
Michael Haeckel 9cadd9def9 Support for non latin filenames as attachment Part I 26 years ago
Jacek Stolarczyk 462dfc4af7 Fix for passing non-encoded strings to setName function. It was expecting encoded ones. 26 years ago
Michael Haeckel e566928e3a Rename decodeRFC1522String to decodeRFC2047String in order to prevent some 26 years ago
Don Sanders af7b051c81 Large patch from Denis Perchine and Jacek Stolarczyk to add 26 years ago
Waldo Bastian dae746a353 RFC 2231 encoding. 26 years ago
Daniel Naber e5d4ef411a Michael Haeckel's patch for better RFC 2047 compliance 26 years ago