107 Commits (936797a14c010aa8ea77d50b5ae273d78f1c3fab)

Author SHA1 Message Date
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
Michael Haeckel d3f7ddebee Don't use separete lines in headers, that contain only blanks. 25 years ago
Michael Haeckel ba08a83bc8 ASCII_CAST cleanup for kmmsgbase.cpp and kmacctlocal.cpp. 25 years ago
Stephan Kulow fad19ec9f2 converting the remaining qDebug calls to kdDebug(5006) 25 years ago
Marc Mutz 20ed595a46 Add #undef QT_NO_{ASCII_CAST,COMPAT}, resp. to the tops of .cpp files that 25 years ago
Michael Haeckel c580d6066c Patch from Don Sanders <sanders@kde.org> and Sam Magnuson <sam@trolltech.com> 25 years ago
Stephan Kulow 29021bdb05 .copy on a Qt string is a noop since quite some Qt versions 25 years ago
Michael Haeckel e95d67e14b Remove obsolete workarounds. 25 years ago
Stephan Kulow 1100e40a3d here too 25 years ago
Stephan Kulow fec2831df5 removing "const QString" in return values and parameters. It only confuses compilers, 25 years ago
Michael Haeckel 7799cf34b9 Flagging messages work now also in IMAP folders. 25 years ago
Michael Haeckel ba89200a66 Rewrite KMMsgBase::encodeRFC2047String to handle multibyte encodigs, e. g. 25 years ago
Michael Haeckel 1634aed8a9 Don't add a space when decoding a header that is broken into several lines. 25 years ago
Michael Haeckel fec89fe67a Remove the rest of the KRN code and the welcome message. 25 years ago
Michael Haeckel 4b092ea3e3 Fix for Japanese: 25 years ago
Michael Haeckel ae30f169cc Support for some broken RFC2047 headers. 26 years ago
Antonio Larrosa Jimenez e1d8883b01 I think it's better not to mark messages as dirty when they're not really 26 years ago
Michael Haeckel b9dde97d16 Support for broken 8-bit unencoded headers. 26 years ago
Michael Haeckel 6e5fedecb2 Correct support for windows-125x. 26 years ago
Michael Haeckel 7406eb0230 This time a charset fix for latin users :-) 26 years ago
Michael Haeckel 30abaf3784 Non-latin characters in attachment file names Part II 26 years ago
Michael Haeckel 9cadd9def9 Support for non latin filenames as attachment Part I 26 years ago