187 Commits (ff1ff956d86e6e69a1c9366b45cbdec9bc6671f7)

Author SHA1 Message Date
Ingo Klcker ff1ff956d8 - Move normalizedAddress, decodeIDN, encodeIDN, normalizeAddressesAndDecodeIDNs and normalizeAddressesAndEncodeIDNs from KMMessage to libemailfunctions. 22 years ago
Ingo Klcker 1f0704e61c Remove obsolete bouncing code. 22 years ago
Till Adam a1bf5efd86 Be sure move commands imap => local are completed and don't leak and leave 22 years ago
Till Adam 11e8be7a09 Don't crash when saving encapsulated messages or ones read from an .eml 22 years ago
Carsten Burghardt 1ebf639898 Fix imap lod bug: after viewing the msg source notify the observers (in this case the readerwin) 22 years ago
Carsten Burghardt f0fc82333b Add the feature to move folders to any other location. Non local folders 22 years ago
Till Adam abc5a46c53 Keep source folders open during DeleteMsgCommands. 22 years ago
Till Adam b928cccc3a o factor out HeaderItem class out of KMHeaders, it's just too large 22 years ago
Till Adam 4f1cc212e9 Make sure all connected slots can deal with messageRetrieved(0)which 22 years ago
Till Adam 4dff97c406 Patch by Ingo Heeskens implementing a per folder option for loading 22 years ago
Carsten Burghardt b5756b7457 Several fixes: 22 years ago
Till Adam 45f9567556 Add a serial number based DeleteMsgCommand which also works if the message 22 years ago
Till Adam 16af414a8a Spiffy little feature I've been meaning to do for ages: 22 years ago
Andreas Gungl 518b9b98a2 Let the user decide if redirected messages should be sent or queued. 22 years ago
Andreas Gungl 8921ef3ad5 Follow the default send method when redirecting a message 22 years ago
Andreas Gungl c47d761ec0 Finally handle the redirection of messages correctly 22 years ago
Till Adam d574542ad7 Use the override codec for printing from the main readerwindow and from a 22 years ago
Bo Thorsen 263673374b Move the email functions to libemailfunctions as discussed (leaving kfileio.* in libkdepim) and update all includes and linking to this. And fix the event viewer dialog that spawned the whole thing 22 years ago
Till Adam 3afa0f76d1 Folder refcounting correctness fixes. 22 years ago
Jakob Schrter 45e01dda09 pimcopy of kimproxy is obsolete 22 years ago
Carsten Burghardt 06128f1de3 Can somebody please backport this? 22 years ago
Holger Freyther 49e8bd8857 ProgressItem* -> KPIM::ProgressItem in signals, slots 22 years ago
Till Adam 87518f77fc Patch by elonen@iki.fi (I don't have your real name, sorry). Thanks a lot. 22 years ago
Carsten Burghardt 3d8bb75f50 From branch: update the progress bar. 22 years ago
Andreas Gungl 0680f54b84 fix Bug 75517 - kmail virus scan not working 22 years ago
Till Adam 498f1b986b Use the new setTransientMsg in the status broadcaster and remove the code 22 years ago
Till Adam f3c5012371 Make sure the (local) sent mail folder, where a mail is put as a fallback, 22 years ago
Till Adam 83d8cbd00a Make sure the target folder is closed at the end of a move command. 22 years ago
David Faure 3ce454a817 Applied patch by Lothar Braun to fix #82823 "send again should update the sent date" 22 years ago
David Faure 018a19a931 Move cleanSubject() into KMMsgBase to use it cleanly from kmcommands when saving a mail, 22 years ago
David Faure 6857d170d4 Fixed suggested filename when saving a message. 22 years ago
Till Adam 66e21ba036 Simplify the recent encoding fix. Marc, correct? 22 years ago
Till Adam 556e39081d Use the right codec instead of latin1 when showing the source of mails. 22 years ago
Stephan Binner 82e9529670 warningYesNo-- 22 years ago
Ingo Klcker 029c007942 Factor the creation of an mbox-style message separator line into a method. This fixes the bug that in KMComposeWin the value of fromEmail() wasn't checked for being empty and it fixes the bug that dateShortStr() was never checked for being empty (both bugs lead to invalid message separators which is really bad because KMail itself doesn't accept those invalid message separators when it scans an mbox file) 22 years ago
David Faure 0d7dbb666c Copy To and Move To folders: disable menu items corresponding to readonly folders. 22 years ago
Till Adam 9e5fd03118 Separate the two conceptually different uses of the idle timer into a 22 years ago
Andrew Coles 4e8280a3d8 CVS_SILENT 22 years ago
Bram Schoenmakers fe96c2b42a CVS_SILENT 22 years ago
Will Stephenson 9fb431baca Save a call to QValueList::count(), and fix indentation. Thanks Frerich and Martijn for pointing this out. 22 years ago
Ingo Klcker 057c409753 Fix saving attachments. I tested (all with local folders): 22 years ago
Will Stephenson dad5fb4ea7 Handle problem cases in instant messaging integration better: 22 years ago
Ingo Klcker 1c8e82e83d Replace signal completed( KMCommand::Result ) by signal completed( KMCommand * ) (similar to the result( KIO::Job * ) signal of KIO::Job) and add KMCommand::result() for asking for the result of the command. 22 years ago
David Faure 8a89c05cbf Prepare ProgressItem/ProgressDialog/StatusbarProgressWidget for being moved 22 years ago
Ingo Klcker ee9c894f31 Asynchronize KMCommand::start(), i.e. make it return immediately. The command is then really started by a single shot timer. 22 years ago
Marc Mutz 2a72236c7d From aegypten_branch: CVS commit by khz: 22 years ago
Ingo Klcker 14b219f4af Make all commands emit the completed signal. (KMSaveAttachmentsCommand will probably emit the signal more than once.) 22 years ago
Ingo Klcker a17a4d395e more detailed completed status for KMCommands 22 years ago
David Faure 72907de308 Till forgot i18n 22 years ago
Till Adam 8e6bf84232 Don't crash when multiple simultaneous move commands to the same folder 22 years ago