106 Commits (ab6cf67a5fdbd7b11e33c59a67d5b2bceda80f2b)

Author SHA1 Message Date
Till Adam 8e4aca7955 Connect to the folderComplete signal of the storage, the folder itself 22 years ago
Dirk Mueller cf225a67f5 don't save mails to disk with world-readable permissions set by default 22 years ago
Ingo Klcker 18981ab511 Fix bug 73085: KMail discloses hidden recipients (BCC) in forwarded email 22 years ago
Marc Mutz 16c15de5d7 --warnings 22 years ago
Marc Mutz 04ea09f448 from aegypten_branch: 22 years ago
Till Adam 4617f67fcc Explicitely include kmfoldermbox.h. 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Marc Mutz c4df6a1a84 Add <config.h> to all .cpp files as in aegypten_branch we really 23 years ago
Ingo Klcker a741d901e7 Don't use KProcessDialog if no messages need to be transfered. This fixes bug 71761 (selecting messages in the kmheader view turn into drags unless you press and release really quickly) which is caused by the fact that for some reason KProcessDialog eats the MouseReleaseEvent. 23 years ago
Carsten Burghardt 9cc9eb1007 Do not create the message for inlined messages (iconic view) from string but from the DwMessage. 23 years ago
Till Adam abb48032a5 Make saveMsgAs() in external reader windows work by: 23 years ago
Till Adam ce64a1a4cc Speed up status changes on several mails in imap folders by not making a 23 years ago
Till Adam de3d21a4af Defiantly re-introduce my crash fix for #70426, which Ingo reverted because 23 years ago
Ingo Klcker e8ec75b8cc Revert Till's fix for bug 70426 because it causes all queued messages which are editted to be lost as soon as they are send or queued. :-( 23 years ago
Till Adam f3a03c305a When a message is edited for the second or more time and the editing 23 years ago
Till Adam 1fe89692f7 Make sure the folder is removed from the drafts folder when a message that 23 years ago
Ingo Klcker 6d9d92283a Fix the usability issues of the reply actions by making Reply a smart reply and by adding Reply to Author. Reviewed by many. 23 years ago
Ingo Klcker d92208a79a Fix bug 69880 (Default personality used when forwarding as MIME digest) 23 years ago
Ingo Klcker 06f5f438ac Fix crash on Solaris in case aMsg->fromEmail() is empty. Writing an empty string would anyway not be correct so we write a dummy string now in case it's empty. Based on patch by Torsten Kasch. 23 years ago
Carsten Burghardt f85b723f41 Parts in encapsulated multipart messages were not found correctly. I rewrote this function because it was simply buggy and ugly. 23 years ago
Ingo Klcker 027a782161 Fix saving a message replacing an existing file. Reported by Dirk on IRC. 23 years ago
Ingo Klcker 1361356513 Apply CRLF -> LF conversion on text attachments before we write them to disk. 23 years ago
Ingo Klcker 5fe1d9e655 Fix saving attachments. Attachments don't necessarily have a filename. It's okay if they just have a name, or in the case of a single body part if the user specified a filename. 23 years ago
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