128 Commits (1869426c1dbd65e625f1b4e1b64e60a0501ee39a)

Author SHA1 Message Date
Stephan Kulow c672b480bc ported the UI changes Aaron did and make it compile in the intermediate 24 years ago
Stephan Kulow 4cdd92fd6b mainly this change: "Shave about 100,000 cycles off of KMMsgBase::asIndexString's average run time. Should make waiting through fold er compaction a bit more bearable." 24 years ago
Marc Mutz c95155782d from kroupware_branch: RFC-compliant MDN support 24 years ago
Marc Mutz 0b9e01305b janitorial: more "x" -> 'x' changes (x is a single char), in files where it's used with QString::find() or ::contains(). Anyone wants to do the rest (for correctness)? 24 years ago
Ingo Klcker 4750861b26 Port Don's "Rewrite the newish encryption state and signature state code." to HEAD. 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Stephan Kulow fe1bbc481b adding .latin1() here too, so that gcc can evaluate the ?: expression 24 years ago
Stephan Kulow 7fc0e414c8 replacing quite some tons of qDebug calls with kdDebug calls 24 years ago
Stephan Kulow fc6a53816a replacing the setEncryptionStatus(char*) functions that are very likely 24 years ago
Karl-Heinz Zimmer 68bd10e716 Bugfix #47906: Make sure a char* is valid before accessing it. To reflect the invalid state the debug output will say "***setSignatureState2( ? )" (or "***setEncryptionState2( ? )", resp.) so the bug can be found in case this fix was only removing the symptom but not the real bug. 24 years ago
Waldo Bastian 7aa69fe3e1 CCMAIL: 45997-done@bugs.kde.org 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago
Allan Sandfeld Jensen e7a0485fa1 given: 24 years ago
Karl-Heinz Zimmer dd765f702d Store/retrieve the signature/encryption status flags of messages by writing/reading the index files (== internal AEGYPTEN bugfix #1006 (and, *no* there are /not/ 1006 bugs in the AEGYPTEN bug tracker ;-))) 24 years ago
Marc Mutz 273f916e77 Don't encode the @ in addr-specs with rfc2047 if local-part contains 24 years ago
Kalle Dalheimer a09f1e65ac Encryption/Signature state now persists during runtime. 24 years ago
Kalle Dalheimer 3d3d22c76b Load/save encryption/signature state (bug #1003 (or was that #1006?)) 24 years ago
Karl-Heinz Zimmer d17c8a6946 a) Merged AEGYPTEN_BRANCH additions into HEAD branch. 24 years ago
Michael Haeckel 93699ad7fa Handle spaces at line breaks between encoded and unencoded words correctely 24 years ago
Zack Rusin 7db7f87550 Slowly switching to KRFCDate from DwDate 24 years ago
Zack Rusin edb17dee3f Reworking date handling. Removing formatDate and fancyDate from kheaders. 24 years ago
Stephan Kulow 9086ae0996 #warning is a gcc extention and I see little point in warning the compiling 24 years ago
Waldo Bastian 77f2dc529d Make index files portable across platforms. 24 years ago
Michael Haeckel a9babe0dec Use iso-2022-jp by default for network related stuff and euc-jp for local stuff 24 years ago
Marc Mutz c64819537c Safe part of my local include fixes. 25 years ago
Michael Haeckel 7fa7997f14 Make parsing of long address headers _much_ faster. 25 years ago
Marc Mutz 1d201a2665 Minor code cleanups, mostly removal of Qt2 defines. 25 years ago
Dirk Mueller aa0cadacd1 CVS-SILENT: fixincludes -e 25 years ago
Michael Haeckel d106dc8427 Don't loose the automatically set replied flags in IMAP folders after 25 years ago
Marc Mutz df698f1764 Fixed a few compile warnings. 25 years ago
Michael Haeckel c0b041df67 Give IMAP headers fetching some more speed. 25 years ago
Michael Haeckel 1a0a626a15 Introduce message serial numbers in order to make the context menu in separate 25 years ago
Waldo Bastian ce39174336 Automatic charset selection. 25 years ago
Waldo Bastian 6bda214b0e - /** Convert all non-ascii characters to question marks */ 25 years ago
Michael Haeckel 805bbf776c Don't eat a space, if when decoding RFC2047 headers, and there are more 25 years ago
Waldo Bastian d6a82974f7 Use KCharsets::codecForName() instead of QTextCodec::codecForName() 25 years ago
Michael Haeckel 8db155785a Use the names we get from QTextCodec::mimeName() for the encoding lists. 25 years ago
Dirk Mueller 6797558d5d 356 includes less 25 years ago
Michael Haeckel 57ab16c6db Fix possible memory corruption. 25 years ago
Michael Haeckel 7806157e15 - Convert between little and big endian to keep compatible with the old index 25 years ago
Marc Mutz f1c66804b2 Qt3 compile fixes. The last problem is in kmcomposewin.cpp 25 years ago
Michael Haeckel 9f205d3940 Fix the space encoding issue a better way. 25 years ago
Michael Haeckel 4bfd62691b Don't eat the space between two words, that both contain non-ascii characters. 25 years ago
Kurt Granroth 0b28159da9 Massive commit to include native maildir-style mailboxes support in 25 years ago
Marc Mutz f08bcebf07 Fix bug no. 30036. (already present "_" was not encoded in rfc2047 headers, 25 years ago
Michael Haeckel 12324018f9 Unfold headers that don't contain non-ascii characters correctely. 25 years ago
Marc Mutz 16c12592d8 Correct handling of folded headers. 25 years ago
Michael Haeckel 6dcf0406bd Don't encode the e-mail address in a way the server can't read it, when the 25 years ago
Marc Mutz 609666b14e Fix an RFC822 violation that was part of the source of the reply-to-all bug. 25 years ago
Daniel Naber c0ea6cb0e7 When skipping the "Re:" etc, skip the colon, too. Fixes sorting by subject. 25 years ago