96 Commits (c33856cf98c23da1d4f1e8123cb55a2a60180bc9)

Author SHA1 Message Date
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
Michael Haeckel e7ba72e043 Workaround for QTextCodec bug. For some encodings a \0 is inserted at the end 26 years ago
Michael Haeckel 10063becc7 Fix for Bug#15260: kmail header To: unbalanced ''' -encoding-error. 26 years ago
Michael Haeckel b563b69f1b Mayor improvements for non latin support in headers. 26 years ago
Michael Haeckel e566928e3a Rename decodeRFC1522String to decodeRFC2047String in order to prevent some 26 years ago
Michael Haeckel f85649944d encodeRFC2047String now puts the real charset name into the headers, not 26 years ago
Jacek Stolarczyk 77c7385080 Fix for truncating headers in non-latin encoding. It's a conversion from char* to QCString to avoid latin1() call. It should not change any behaviour for latin1 users. Jacek Stolarczyk. Has benn posted for testing on kmail@kde.org for more than a week. No objections there. 26 years ago
Waldo Bastian dae746a353 RFC 2231 encoding. 26 years ago
Waldo Bastian a4fbfa5070 For some reason mimelib can't decode base64 encoded strings with less than 16 26 years ago
Don Sanders 309d442c96 Remainder of the Tru64 patch, fixes up some C++ errors that I'm surprosed 26 years ago
Don Sanders d14e8b3ced Remove trigraph. 26 years ago
Daniel Naber ff6f076593 Michael's fix for a special character escape (for his RFC fix) 26 years ago