926 Commits (5cf7cf477e4739b8fa7f0c8a98fbfaf3a031f6db)

Author SHA1 Message Date
Mario Teijeiro Otero aa74137e64 * Add FIXME remainders to add missed icons 21 years ago
Mario Teijeiro Otero 142fae1005 * choose smtp server by send and queue button in composer window. 21 years ago
Ingo Klcker d58ba526b2 Make BCC replacement work correctly if the default identity has a BCC address. 21 years ago
Ingo Klcker 144cf4b153 Notice modifications of the recipient list in the new recipient editor. 21 years ago
Ingo Klcker dfd7fbc6af Make the identity's BCC work with the new recipient editor. 21 years ago
Matt Douhan 65a6147b9f Parse and validate the email addresses in the to, cc and bcc fields 21 years ago
Till Adam 7aaf967dd3 Make sending mail to IDN domains work. 21 years ago
Nadeem Hasan 82ef72569c *** empty log message *** 21 years ago
Ingo Klcker 694875bd5e Also remove the autosaved backup of messages which haven't been modified. 21 years ago
smail Dnmez f39add19ec s/SmallIcon/SmallIconSet because "Save As..." can be disabled ( ie no attachment selected case ) 21 years ago
Cornelius Schumacher c243d1cf68 Implement suggestions of mini usability study "KMail Composer and Select 21 years ago
Ingo Klcker 9d56e8dd82 Change autosaving: 21 years ago
Andrew Coles 3cc9da2776 CVS_SILENT 21 years ago
Till Adam 34cd1388ed Forward port proko2 fix for stripping the encoding from the filename 21 years ago
Stephan Binner c10fded69a CVS_SILENT i18n style guide fixes and some more KStdGuiItem::del() usage 21 years ago
Cornelius Schumacher 1ab3641aaa Align line edits. 21 years ago
George Staikos 2dcee44597 An shortcut key on a window caption? 21 years ago
Cornelius Schumacher e38a36bcbd - Fix identity combo crash 22 years ago
Ingo Klcker 4a098066d6 Overwriting the null Identity isn't really a good idea. Among other things this commit fixes the weird problems with the various reply methods. 22 years ago
Ingo Klcker ff1ff956d8 - Move normalizedAddress, decodeIDN, encodeIDN, normalizeAddressesAndDecodeIDNs and normalizeAddressesAndEncodeIDNs from KMMessage to libemailfunctions. 22 years ago
Cornelius Schumacher c2969e09bc Don't crash recipientseditortest. 22 years ago
Cornelius Schumacher 954524198e Use the line edit which does completion in the recipients editor. 22 years ago
Cornelius Schumacher 0b0fb35c3c Implement arrow key navigation for new recipients editor, clean up arrow 22 years ago
Cornelius Schumacher 3ac438f2f5 Alternative recipients editor and picker. Optional and off by default for now. 22 years ago
Till Adam 0081b0f240 Enable completion for the reply-to field. 22 years ago
Don Sanders 4ff775f2d3 Add an Insert Recent File action to the composer Message menu, as discussed with Ingo. 22 years ago
Till Adam 42d889594e Towards more decoupling of the messagecomposer and the composer window. 22 years ago
Cornelius Schumacher 6a177b319e - Make it possible by setting a switch in the config file to use Tobias new 22 years ago
Matt Douhan 834f157197 When changing identity, make sure the From: contains a valid email address 22 years ago
Matt Douhan b283942e0f Check for valid email address instead of checking for .isEmpty 22 years ago
Till Adam 0236d34181 Patch by Albert Cervera Areny <albertca@hotpop.com> implementing optional 22 years ago
Till Adam d2bc389801 Patch by "Christoph", who didn't leave an email address, implementing 22 years ago
Till Adam 6c28ad693f Re-commit the fix for editing opaque signed or encrypted messages 22 years ago
David Faure 43da076a27 Why do all kmail crashes happen in dumpDeadLetter()? 22 years ago
Ingo Klcker 6b6a454a7e Fix message composition of editted messages where all attachments are removed or where the crypto format is changed from a MIME-format to inline or unsigned. As the comment in messagecomposer.cpp explains we can't blindly trust the content-type of the message . Instead we have to assume that the content-type is invalid as soon as the user made any change to the message. OTOH, we must not reset the content-type if the message wasn't modified in the composer which is for example the case if a groupware invitation is sent. 22 years ago
Jakob Schrter 2bd2ced8cf - X-Face support for KMail. A X-Face can be set per identity, either from an existing image, the user's address book entry's picture or an image file. X-Faces of incoming messages will be displayed in the reader win with the fancy header style. 22 years ago
Ingo Klcker b4a450aee9 Add comments in order to disambiguate the labels. At least the To: was causing problems because it's also used for date/time where it has to be translated differently in German and Dutch. 22 years ago
Edwin Schepers f5df0a3e8d Ability to use quotes within the command for the external editor 22 years ago
Stephan Binner 79027d8da3 CVS_SILENT i18n style guide fixes 22 years ago
Edwin Schepers 55f38ae4c0 When a url is copied onto the clipboard, "Paste As Attachment" pastes the content as attachment (not the url.path() anymore) 22 years ago
Ingo Klcker fd371c7bed Set the window flags in KMail::SecondaryWindow instead of in the subclass KMComposeWin. 22 years ago
Edwin Schepers b1a359189f Insert button (for overwriting) does now work 22 years ago
Bo Thorsen a704da40bc Fix Kontact issues with modal dialogs blocking all of Kontact by using the WGroupLeader widget flag 22 years ago
Till Adam 8716e5d1b9 Patch by Sam Samy <earlgreykde@netspace.net.au> which ports the composer 22 years ago
Sandro Giessl 20ddc9cee3 When Sign/Encrypt columns are hidden, the checkboxes should be hidden too... 22 years ago
Sandro Giessl 0652ea3d04 Also take the QHeader::offset() into account; now the Encrypt/Sign checkboxes 22 years ago
Sandro Giessl 6326420807 Delete the Encrypt/Sign checkboxes when the corresponding KMAtmListViewItem 22 years ago
Matt Douhan 9b590e61ca Init the kabc dialog with the mEdt* values for cc and bcc to avoid 22 years ago
Matt Douhan e004b44283 Make the BCC field visible if the user used kabc to select a BCC address 22 years ago
Till Adam 0c73a919e8 Forward port of ical invitation and reply handling fixes from proko2. 22 years ago