Till Adam
268b5af592
Check for the existance of an inbox using account->hasInbox() rather than
...
looking for one by iterating. Find the inbox by iterating from rootFolder()
not folder(), which does not work for online imap, in the config dialo.
svn path=/branches/proko2/kdepim/; revision=338778
22 years ago
David Faure
a4b3dd8a83
Ouch, don't crash when updating an object (e.g. contact) while the kmail folder
...
holding it isn't open.
With thanks to valgrind as always.
svn path=/branches/proko2/kdepim/; revision=338706
22 years ago
David Faure
14e8fc07e9
Added StorageFormat so that the ical resource doesn't read xml, and the
...
kolab resource doesn't try to parse ical.
But I can't fix the ical resource since this is still in proko2 branch...
svn path=/branches/proko2/kdepim/; revision=338591
22 years ago
Bo Thorsen
53ea0f569f
Specify that this is the proko2 branched versions of these applications.
...
svn path=/branches/proko2/kdepim/; revision=337728
22 years ago
David Faure
7d7c7b80d2
Keep current account when refreshing the list due to an account being created
...
svn path=/branches/proko2/kdepim/; revision=337727
22 years ago
David Faure
7774007354
Fixed kolab issue #302 (new account not selectable as groupware account until restarting kmail)
...
svn path=/branches/proko2/kdepim/; revision=337720
22 years ago
David Faure
8a0970adeb
Fixed crash when deleting the dimap account that holds the groupware folders,
...
or one that holds extra folders.
svn path=/branches/proko2/kdepim/; revision=337661
22 years ago
nobody
5473a34b7e
This commit was manufactured by cvs2svn to create branch 'proko2'.
...
svn path=/branches/proko2/kdepim/; revision=337559
22 years ago
Bo Thorsen
97609fb67b
If you run the iCal resource with one of the translated namings, you
...
got a dialog on startup asking to make the resource folders. Even though
the folders were already there. This is fixed here.
I would like to check this fix into HEAD, 3_2_BRANCH and 3_3_BRANCH since
it's a PITA for those hit by it. Is that OK?
CCMAIL: kmail-devel@kde.org
svn path=/branches/proko2/kdepim/; revision=337525
22 years ago
David Faure
9ece7be9c4
forward port 1.95
...
svn path=/branches/proko2/kdepim/; revision=337480
22 years ago
David Faure
da6ca4b233
Merge two commits from HEAD (status-changed-locally stuff and handling of mails with the "deleted" flag)
...
svn path=/branches/proko2/kdepim/; revision=337479
22 years ago
David Faure
b16e87c623
Fixed "the state of the checkable group box (for security warnings) is neither read
...
nor written to the config file" as reported by André Wöbbeking. Approved by Ingo.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=337150
22 years ago
David Faure
365381bc36
sync with HEAD
...
svn path=/branches/proko2/kdepim/; revision=337099
22 years ago
nobody
7b4ba56bb6
This commit was manufactured by cvs2svn to create branch
...
'KDE_3_3_BRANCH'.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=336868
22 years ago
Till Adam
21a2d092ee
Make File -> "Empty all trash folders" work for imap trash folders by
...
not only expunging (in the imap sense) but also setting the \DELETED flag
of all messages in the folder because otherwise (imap) expunge does
nothing and only the local cache is removed. Confusion between the KMail
and the IMAP meaning of "expunge", I guess.
svn path=/trunk/kdepim/; revision=336842
22 years ago
Till Adam
867679c273
Disambiguate the "clean local trash on exit" option description.
...
svn path=/trunk/kdepim/; revision=336834
22 years ago
Till Adam
86b8f45e9d
Fix strings before I forget now that it's possible again.
...
svn path=/trunk/kdepim/; revision=336689
22 years ago
Till Adam
79826c0b89
Rework the logic that assigns types to folder tree items to take into account the fact that due to the advent of imap and dimap sent/drafts/trash folders can now also be non-system folders. Fix detection of resource folder types. This results in special folders having the spiffy special icons on imap and dimap as well now, and resource folders having the spiffy resource folder icons they were intended to have all along, which required another small fix in the logic that detects them. All around prettier now. :)
...
Ingo, backport? Clearly a showstopper.
svn path=/trunk/kdepim/; revision=336673
22 years ago
Till Adam
f064f845e2
Iterate over all accounts when checking whether a folder is a trash folder. That not only also finds dimap folders, but it makes it possible to have a folder be a trash folder of a different account, not the one the folder belongs to.
...
Ingo, backport?
CCMAIL: 79007-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=336658
22 years ago
Carsten Burghardt
7fba502326
Backport:
...
Do not crash during startup. This patch is rather intrusive but I do not see a chance to fix it without
rewriting some stuff.
It also fixes a bug that I noticed recently: when an imap folder is selected and you expand a different
imap folder the readerwin was cleared.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=336570
22 years ago
Carsten Burghardt
2290a9a493
Do not crash during startup. This patch is rather intrusive but I do not see a chance to fix it without
...
rewriting some stuff.
It also fixes a bug that I noticed recently: when an imap folder is selected and you expand a different
imap folder the readerwin was cleared.
I will backport this in a minute.
CCMAIL: 85803-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=336569
22 years ago
Carsten Burghardt
8875b21a0a
Backport:
...
Do not overwrite a valid id. New folders now get and stick to their id
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=336454
22 years ago
Carsten Burghardt
ec38885bf9
Do not overwrite a valid id. New folders now get and stick to their id
...
svn path=/trunk/kdepim/; revision=336391
22 years ago
Script Kiddy
c781d64146
CVS_SILENT made messages
...
svn path=/trunk/kdepim/; revision=336299
22 years ago
Ingo Klcker
d7e1dd2d13
Give Edwin credits for his work on HTML composition.
...
CCMAIL: sanders@kde.org
svn path=/trunk/kdepim/; revision=336259
22 years ago
Till Adam
841ced16d3
CVS_SILENT begone
...
svn path=/trunk/kdepim/; revision=336251
22 years ago
Till Adam
5d52f9fd41
Add missing progress info for maildir accounts.
...
svn path=/trunk/kdepim/; revision=336248
22 years ago
Till Adam
fa2da52d55
Don't nuke the whole search file but only the index when invalidating a
...
folder. Proposed by and discusses with Don.
svn path=/trunk/kdepim/; revision=336108
22 years ago
Till Adam
0772d9f5cc
CVS_SILENT untabify
...
svn path=/trunk/kdepim/; revision=336107
22 years ago
Stephan Binner
385395becf
No "RC" version
...
svn path=/trunk/kdepim/; revision=336083
22 years ago
Script Kiddy
b970900ace
CVS_SILENT made messages
...
svn path=/trunk/kdepim/; revision=335843
22 years ago
Ingo Klcker
53658e353c
RC1 is coming soon to a store near you
...
svn path=/trunk/kdepim/; revision=335794
22 years ago
Ingo Klcker
9fc0dcd68f
Showing this message only in the detailed progress view is sufficient and consistent with the POP3 case.
...
svn path=/trunk/kdepim/; revision=335777
22 years ago
Ingo Klcker
e1a30baef6
Re-apply Martin's patch.
...
svn path=/trunk/kdepim/; revision=335775
22 years ago
Carsten Burghardt
4fe38bfd07
Compare capabilities case-insensitive.
...
CCMAIL: 85132-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=335726
22 years ago
Carsten Burghardt
ad115e2b7f
Some IMAP folder renaming fixes:
...
- the mbox is now correctly moved
- the settings stay
- unsubscribe the old one
- subscribe the new one
svn path=/trunk/kdepim/; revision=335692
22 years ago
Luk Tinkl
5db3504923
#include <klocale.h>
...
so that the strings are extracted
svn path=/trunk/kdepim/; revision=335549
22 years ago
Bo Thorsen
ce01d30a06
From HEAD:
...
CVS commit by kloecker:
- Make the new MaxConnectionsPerHost setting configurable via KConfigXT and apply a coding style adjustments.
- Hide two config keys which are not supposed to be editted, ever.
svn path=/branches/proko2/kdepim/; revision=335466
22 years ago
Script Kiddy
ed589e109f
CVS_SILENT made messages
...
svn path=/trunk/kdepim/; revision=335412
22 years ago
Nicolas Goutte
8b1ac1dbf6
Do not use multiple lines for an element in *.kcfg files
...
(Not supported by kcfg compiler.)
CCMAIL: kde-i18n-doc@kde.org
CCMAIL: kde-pim@kde.org
svn path=/trunk/kdepim/; revision=335109
22 years ago
Till Adam
2f3248798a
Apply crash fix from proko2 branch.
...
svn path=/trunk/kdepim/; revision=335064
22 years ago
Script Kiddy
ae37676a87
CVS_SILENT made messages
...
svn path=/trunk/kdepim/; revision=335035
22 years ago
Karl-Heinz Zimmer
ff60cabeed
proko2 issue #245 : do not crash when no syncing took place due to user pressing Cancle in password dialog
...
svn path=/branches/proko2/kdepim/; revision=334948
22 years ago
Ingo Klcker
3bf5939b0a
- Make the new MaxConnectionsPerHost setting configurable via KConfigXT and apply a coding style adjustments.
...
- Hide two config keys which are not supposed to be editted, ever.
svn path=/trunk/kdepim/; revision=334935
22 years ago
Ingo Klcker
7b66e12b96
Set the charset of the plain text and the html text parts and encode the text. Don't set the charset for the multipart/alternative part. Fix a typo (double negation). Together this fixes the creation of signed HTML messages which contain non-ASCII characters. Note to everyone: Always test your stuff also with non-ASCII-only messages.
...
svn path=/trunk/kdepim/; revision=334932
22 years ago
Carsten Burghardt
477c81b032
Seems something broke redrawing of the email so I have to live with a bit more flickering
...
when loading attachments on demand. Please check if that fixes the attachment thingy.
CCMAIL: 85288@bugs.kde.org
svn path=/trunk/kdepim/; revision=334925
22 years ago
Ingo Klcker
fcd3c73a53
Remove newlines and strip whitespace from the text of all lineedits. Use the convenience functions everywhere. This fixes bug 78386 (pasted subjects with newlines cause an incorrect message to be created).
...
svn path=/trunk/kdepim/; revision=334893
22 years ago
Till Adam
f87a838feb
Fix the unfortunate fact that there is no progress feedback for local
...
mailchecks. Requested, reviewed and tested by Ingo.
svn path=/trunk/kdepim/; revision=334888
22 years ago
Andreas Gungl
54bb095205
Filter only messages less than or equal 256000 bytes for spam
...
svn path=/trunk/kdepim/; revision=334879
22 years ago
Lus Pedro Coelho
5f87fda4ca
If there was selected text when ENTER was pressed, the cursor position may change.
...
See http://lists.kde.org/?l=kmail-devel&m=109111654221402&w=2
(This drew no fire on kmail-devel).
svn path=/trunk/kdepim/; revision=334872
22 years ago