83 Commits (4921cda21f49e2a92bbbe27c3a1663b6d604307a)

Author SHA1 Message Date
Don Sanders c541fd514f Commit the code that uses the MessageProperty class. 23 years ago
Ingo Klcker 72ad6f4abb - Init some member variables. 23 years ago
Scott Wheeler 6e488a714e build 23 years ago
Ingo Klcker 720053b1f4 Escape '\n>*From ' in message bodies when saving messages (we are saving in mbox format). 23 years ago
Ingo Klcker c040586c13 Show the system error message when saving attachments failed. Patch by JES ( yez AT home nl ). 23 years ago
Till Adam 5f14f0a4dc When creating a message to a known recipient set the focus to the 23 years ago
Stephan Binner cb094cce12 CVS_SILENT i18n style guide fixes 23 years ago
Till Adam 699d2d444b Introduce ref-counting of the filter manager to fix crashes when the 23 years ago
Till Adam f00fbe05b9 Improve error messages using strerror instead of just speculating that 23 years ago
Marc Mutz b6103a9239 Cleanup partNode interface: encodedBody() returns const-reference instead of reference, move some big inline methods and ctors/dtor to the cpp file, remove public'ness of member variables and introduce new accessors for them. Adapt users of the members and clean up a bit in the CryptPlug-related methods of objecttreeparser. 23 years ago
Ingo Klcker 7f26716a8f Decode the mailto URL before putting it into the clipboard. 23 years ago
Till Adam 3d7b0f9459 setDeletesItself() for all KMMoveCommand constructors. 23 years ago
Stephan Binner 926142a57d CVS_SILENT i18n style guide fixes 23 years ago
Ingo Klcker 9845ba71a1 Revert Till's last commit (on his request) since it breaks Save all Attachments 23 years ago
Till Adam dfce4d85f3 Don't just silently bail out when the user tries to save a part of the mime 23 years ago
Adrian Schroeter d4966a9d07 fix compile on 64bit architectures 23 years ago
Till Adam b9aa52983f Make KMMoveCommand emit a completed(bool success) signal by hooking the 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Till Adam 335608e18a Simplify things by making the delete messages command inherit from the 23 years ago
Till Adam 66ea7ccc9d Remove redundant commented out code and replace tabs with spaces. 23 years ago
Till Adam 2e7c90b799 Remove the reliance of KMMoveCommand (and friends) on the headers. The move 23 years ago
Ingo Klcker b304a2ced4 deprecated -= 5 23 years ago
Carsten Burghardt 7e5feea6f5 - display attachment-contextmenu (right-click) in readerwin before loading the part so that you immediately get feedback 23 years ago
Stephan Binner b3504307a0 CVS_SILENT i18n US spelling and style guide fixes 23 years ago
Till Adam ac52a82abe KMAccountImap::tempOpenFolder() is no more. h00t 23 years ago
Carsten Burghardt 803b2aecf6 - Fix bug 62943 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Zack Rusin b775dd5f5c Please, oh, please do not use constructs like 'protocol() == "someprotocol"'. 23 years ago
Zack Rusin 4dbeffed6f Introducing KMSaveAttachmentsCommand - proper implementation of "Save All Attachments". 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
George Staikos 0c29257c99 another round of bugfixes courtesy of valgrind. They're all uninit variables, 23 years ago
George Staikos 0f0a4f2243 memory leaks and uninit variables abound 23 years ago
Marc Mutz 8552075c1c Make KMMessage inherit privately from KMMsgBase and provide an explicit toMsgBase() cast method. As posted on kmail@kde.org 23 years ago
Ingo Klcker 6b1bbc9bc6 Fix TODO: Move view message source from KMMessage to KMShowMsgSrcCommand. 23 years ago
Till Adam 1c0586e36b Remove a superfluous (sp?) srcFolder->close() so deleting (really, really 23 years ago
Till Adam 8953cbca3e Fix presumed typo which is responsible for the crashes when changing out 23 years ago
Till Adam ac57b368e7 Add a bit of defensiveness as suggested by Marc. 23 years ago
Till Adam cdb3d99f65 Refactor the saving of messages. 23 years ago
Zack Rusin 3c79dfd18d Switching to the moved files :) Thanks David! 23 years ago
Zack Rusin 127de060e1 Reworking the undo handling a little bit. Now if you move 200 messages to 23 years ago
Till Adam 04357c392c Add missing close to the open added by the previous commit. 23 years ago
Till Adam 8a1ab0a132 Make sure the source folder remains open during move commands, so changing 23 years ago
Marc Mutz c750182b9a disentangle KMFilterMgr::process() mess: 23 years ago
Till Adam 955acce5de Explicitely open and close a destination folder on copy instead of 23 years ago
Till Adam da67a9a992 Fix copying messages between folders on the same imap account. 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
Ingo Klcker 132b82bfdc Use 7-bit cte for attached messages if possible 23 years ago
Stephan Kulow b8cfc50618 kbusyptr is completely dead now, the internal stack isn't needed as QApplication 23 years ago
Till Adam c651b251cd Rethread messages correctly on add and remove. 23 years ago
Ingo Klcker 2b68182da7 Fix bug 42646: multipart/digest forwarding is broken - uses empty boundary 23 years ago