762 Commits (65d715f336399cf5dc0f818e360c6c04db3a4abc)

Author SHA1 Message Date
Will Stephenson e44f593540 This rather large commit is mostly made up of unintentional indentation changes. Sorry. 22 years ago
Will Stephenson f13bfd8f35 This updates the presence string in the mail header in line with changes on the IM system. 22 years ago
Will Stephenson e4d9523482 Third tranche of Instant Messaging integration. 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
Carsten Burghardt 36a1b5fba9 We do not really need a busy ptr for the properies dialog of an attachment. 22 years ago
Carsten Burghardt 76a044b57b 2nd try to save attachments via network. 22 years ago
Ingo Klcker feb5eea9ae Mention more new features 22 years ago
Carsten Burghardt d7f696cf7e Disable DND for IMAP with load-on-demand until I have a better solution. 22 years ago
Ingo Klcker 60406cd24c Another new feature 22 years ago
Ingo Klcker 2107cb5fbc Show some warnings if the Content-Type or the filename suggest another MIME type than the contents. This might need some fine tuning to avoid unnecessary warnings. 22 years ago
Ingo Klcker 1b0d50023e - Show the KMail Introduction whenever the list of new features changed, but not when the version number changed. 22 years ago
Ingo Klcker 3e62408233 Mention some more new features. 22 years ago
Till Adam 607583a092 Backport the bodypartformatter (plugin) infrastructure from aegypten 22 years ago
Stephan Binner 929470ace4 More KStdGuiItems/icons 22 years ago
Till Adam c787425ea4 Make the reader window wait for one serial number only at any time and 22 years ago
Ingo Klcker ae6219f2b5 Get rid of KDE_IS_VERSION cruft. 22 years ago
Andrew Coles 6b1f625bbd Corrected typos (exclamation marks). 22 years ago
Stephan Binner 99e2dd91b7 CVS_SILENT i18n style guide fixes 22 years ago
Till Adam b034429ce9 Use the nice static wrappers instead of ::->self() explicitely for config 22 years ago
Till Adam 792c314648 Port the behavior section of the KMail config to KConfigXT as an initial 22 years ago
Sandro Giessl e35117f660 Use standard frame width for the three widgets in KMail's main window 22 years ago
Carsten Burghardt ccfd5ab1e0 Add the UID the msgSize on server to the index. 22 years ago
Dirk Mueller 9f1418ac89 compile with explicit KURL() constructor 22 years ago
Jonathan Riddell ece00d0169 KDE proofreaders. Remove exclamation marks to improve readability. 22 years ago
Ingo Klcker 92000c63a2 Update the KMail Introduction. Are there already other new features apart from the Antispam wizard? 22 years ago
Ingo Klcker 057e52d3f2 Add a comment which clarifies that we don't have to check whether the dynamic cast fails. 22 years ago
Pascal Ltourneau d593427198 Fix 'Copy Link Location' in a detached reader. 22 years ago
Marc Mutz 04ea09f448 from aegypten_branch: 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Till Adam 271eb4bbba Use BODY.PEEK instead of FETCH because the latter implicitly sets the \seen 23 years ago
Carsten Burghardt c3faf25932 Fix copying/moving of imap messages to different accounts. 23 years ago
Tobias Koenig aeebfde86f Use VCardConvertor instead of VCardTool 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
Andreas Gungl 14acc751e1 improve the handling of vcard attachments by switching from the 23 years ago
Till Adam 6de0153695 Fix assumed typo, since it looks like the author intended to check for 23 years ago
Carsten Burghardt 661951b7e5 Messages were sometimes not displayed when you selected a folder from a different account because the slave was not connected yet. 23 years ago
Carsten Burghardt c6843867bf Fix some nasty load-on-demand bugs: 23 years ago
Ingo Klcker 96edb7ed43 Fix bug 64251: resizing mail preview garbles MIME-Tree display 23 years ago
Carsten Burghardt 1d153540b0 Well, KMFolderImap::getMsg is called around 10 times on each msg and that sets the msg to incomplete. 23 years ago
Carsten Burghardt 60c1566912 Do not show the header of the msg immediately (load-on-demand) but wait for the first part. 23 years ago
Carsten Burghardt 5b2d51446e Fix imap attachment handling - size IS actually 0 if you habe load-on-demand 23 years ago
Till Adam d46cd5cb72 Don't crash. This is while downloading parts of an imap message, not 23 years ago
Ingo Klcker 710dffda9b Apply CRLF -> LF conversion on text attachments before we write them to temporary files on disk. 23 years ago
Ingo Klcker 5c1c2096ea Fix saving attachments when the user left-clicks on an attachment and then selects 'Save As...' in the 'Open Attachment?' dialog. In this case openAttachment is called from AttachmentURLHandler::handleClick() which doesn't set mAtmCurrent or mAtmCurrentName. Therefore I also remove the bogus warning. 23 years ago
Ingo Klcker 16b60afef0 Fix bug 66589: Href style links get confused by KMail 23 years ago
Marc Mutz 9f8a6ea097 Reword some mailto-RMB actions. Patch by Mikolaj Machowski (mikmach(at)wp(dot)pl). 23 years ago
Till Adam a1f43602e1 Inform upgrading and new users that we now sport not only disconnected 23 years ago
Marc Mutz d467aca916 First steps in the direction of generic handlers for URLs in the reader window. 23 years ago
Ingo Klcker e03d4ab405 Deal with bug #52813. Some people think that they can edit an attachment of a message just because they can open it. Make all attachments read-only so that those people notice that this simply isn't possible. 23 years ago