svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r961651 | tmcguire | 2009-04-30 16:02:20 +0200 (Thu, 30 Apr 2009) | 9 lines
Backport r960620 by jtamate from trunk to the 4.2 branch:
CCBUG: 88271
CCBUG: 152707
Use the right regular expresion to check for mail headers.
Also, use a mini ad-hoc state machine to not treat all that looks like headers as headers.
When a blank line is found, it is supposed to start a body part, until a header with Content- is found.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=961708
CCBUG: 88271
CCBUG: 152707
Use the right regular expresion to check for mail headers.
Also, use a mini ad-hoc state machine to not treat all that looks like headers as headers.
When a blank line is found, it is supposed to start a body part, until a header with Content- is found.
svn path=/branches/KDE/4.2/kdepim/; revision=961651
BUG: 152707
Use the right regular expresion to check for mail headers.
Also, use a mini ad-hoc state machine to not treat all that looks like headers as headers.
When a blank line is found, it is supposed to start a body part, until a header with Content- is found.
svn path=/trunk/KDE/kdepim/; revision=960620
o not leaking the text highlighter
o checking the mail size and going to Qt::LogText mode for mails > 500kb
because the rich text mode is very inefficient and uses about 15 bytes
per character. This loses the boldification of headers before the : for
large mails, but I guess that's preferrable to using massive amounts of
memory.
Thanks to tronical for Qt consulting. :)
CCMAIL: 73692-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=284175
KMail::UndoStack.
Waldo, would you mind if I added the Qt clause which we discussed some time ago
on the KMail list to the undostack.{h,cpp} files?
CCMAIL: Waldo Bastian <bastian@kde.org>
svn path=/trunk/kdepim/; revision=227174
Also, I'd like to rename those classes to MailSourceViewer in the KMail namespace.
David, could you move those two files (kmtextbrowser.{h,cpp}) on the server
to mailsourceviewer.{h,cpp} ?
CCMAIL: David Faure <faure@kde.org>
svn path=/trunk/kdepim/; revision=227133
- replace KMKernel::self() with kernel
- introduce KMTextBrowser for viewing raw messages or text-attachments
to fix memory leaks
svn path=/trunk/kdenetwork/kmail/; revision=175027