69 Commits (719de3bcf0e136f80982a3ce5dd8bc6e84ec45bf)

Author SHA1 Message Date
Marc Mutz d0151c556f o Port all but multipart/* mimetypes (which are a bit trickier, i.e.: 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Marc Mutz d4e7a82a28 More refactoring in the HTML generation area: Introduce 23 years ago
Daniel Molkentin 2d4aea0135 Janitor usability work: 23 years ago
Stefan Rompf 14682659cd fixed S/MIME decryption by using original encrypted data instead of a 23 years ago
Ingo Klcker 5e659fccda Fix bug 62550: kmail does not display .psd files as attatchment 23 years ago
Stephan Kulow ce7ea4c5c7 having debug output is fine, but leaving files all around is evil for a 23 years ago
Carsten Burghardt 1c9960ce12 Make sure that multipart/alternative messages with an empty textpart are displayed correctly 23 years ago
Marc Mutz 1d8115b52e - Move mime tree viewer to the reader window (patch as posted, still 23 years ago
Ingo Klcker 679189e695 Fix a few bugs in ObjectTreeParser that were reported by Matthias Kretz <kretz () kde org> 23 years ago
Ingo Klcker ccc246e255 Fix bug 61997: 'Reply' with part of message selected adds extra linebreaks 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Dirk Mueller 05ce0dd767 unbreak compilation (gcc 3.4+) 23 years ago
Bo Thorsen 7adcc7c9d1 Missed this one 23 years ago
Bo Thorsen 44e6997c3f Use the now non-static groupware methods. And get rid of some html code that is handled elsewhere. 23 years ago
Marc Mutz d257135064 (as posted on kmail@kde.org) 23 years ago
Marc Mutz c3e1b61daf ReaderWin: 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
Marc Mutz 5d6f410e2c reader win: 23 years ago
Matthias Kretz e5fa422ab1 compile with coolo's last change to qt-copy: I hope this time I got it right 23 years ago
Stephan Kulow c5889c5df9 null-terminate QCStrings - this is a really a common pitfall ;( 23 years ago
Ingo Klcker e22a58b4cf Marc missed one occurrence of label which needs to be HTMLized 23 years ago
Marc Mutz 9fe19be02b o Only draw a frame around text/plain parts if they have a filename set. 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Bo Thorsen 3df6253930 - Lots of string encoding fixes 23 years ago
Bo Thorsen 41732a415e No need for extern C here 23 years ago
Bo Thorsen dc56022a6f Fix compilation 23 years ago
Ingo Klcker 5b14c5d3a6 - Fix the logic which decides how text attachments and other attachments displayed depending on the attachment strategy. Among other things this fixes bug 55377 (Hiding attachments causes HTML messages to be renderend as HTML code). 23 years ago
Ingo Klcker 57486925bb Never display raw vCards inline. 23 years ago
Ingo Klcker b9df8c1302 Get rid of the crypt plug error message boxes. Instead the error messages are shown in the status frames. 23 years ago
Daniel Naber 0bde557c93 show warning in standard text size (instead of smaller); slightly better 23 years ago
Eugene Zelenko 38bb4ac227 Make "...continued" messages same 23 years ago
Marc Mutz 115896c5be my last commit broke forcing an encoding. Fix that. 23 years ago
Marc Mutz 57038a9413 Fix display of messages with multiple t/p parts, each of which encoded in a differnet charset - pretty basic MIME functionality, actually. 23 years ago
Marc Mutz ae41bdaaf3 small cleanup (1st hunk; don't copy the QCString) and fix display of mails with e.g. the following structure: 23 years ago
Ingo Klcker 72e6bb650f Don't display PostScript attachments inline. This prevents a possible DoS attack (cf. Bug 54383). 23 years ago
Daniel Molkentin 3111ae92b4 getting rid of some unneeded QRegExps 23 years ago
Ingo Klcker 46cf9121ea Forward port of the fix for bug 53975: KMail reports unsigned messages as signed 23 years ago
Marc Mutz 3850512235 removed tmpHelper and put it's only static member pluginErrorIdToErrorText into CryptPlugWrapper, as suggested by KHZ's comment in the source. 23 years ago
Marc Mutz 11f738af38 Move KMReaderWin::queueHtml() and all html queueing code over to 24 years ago
Cornelius Schumacher bb04207614 Make it compile. 24 years ago
Marc Mutz 979cc834a5 this little method cried "I want to be on ObjectTreeParser. Nobody else calls me but ObjectTreeParser...", so I moved it. 24 years ago
Marc Mutz 9c14e2e47e Trying to fix the KMail side of "KMail doesn't understand me if I hit "Cancel" in pinentry". 24 years ago
Marc Mutz 88e68fcf7c Don't leak html writers. Create and use one and only one HtmlWriter per KMReaderWin. 24 years ago
Marc Mutz ee3646dcb1 Use HtmlWriter in ObjectTreeParser, where possible. 24 years ago
Marc Mutz 014759da86 ObjectTreeParser now has an AttachmentStrategy as member. It can be set explicitely or implicitly (default) from mReader->attachmentStrategy() and defaults to "smart". 24 years ago
Marc Mutz a8f3e77ef2 Added AttachmentStrategy class to encapsulate attachment style algorithms (not yet). The four AttachmentStrategy objects are Singletons, so it's safe to compare them by comparing their pointers. 24 years ago
Marc Mutz 19f87c9e54 Extract dumping to files (for debugging) to a dumpToFile() method. 24 years ago
Marc Mutz e81ff8fc33 more #ifndef NDEBUG 24 years ago
Marc Mutz a47366543b Make showOneMimePart, keepEncryptions and includeSignatures members instead of parameters. 24 years ago