https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r703761 | vkrause | 2007-08-23 09:48:47 +0200 (Thu, 23 Aug 2007) | 3 lines
Read PERMANENTFLAGS response. Needed to determine if we can store custom
flags on the server.
........
r703947 | vkrause | 2007-08-23 19:39:29 +0200 (Thu, 23 Aug 2007) | 2 lines
Add support for non-standard kmail flags.
........
r703962 | vkrause | 2007-08-23 20:11:39 +0200 (Thu, 23 Aug 2007) | 2 lines
fix removing of non-standard kmail flags
........
r704171 | vkrause | 2007-08-24 09:55:39 +0200 (Fri, 24 Aug 2007) | 4 lines
- read/write non-standard kmail flags
- correctly update flags that have been removed on the server
(KDE bug #134656)
........
r704179 | vkrause | 2007-08-24 10:31:25 +0200 (Fri, 24 Aug 2007) | 3 lines
Read PERMANENTFLAGS response for online IMAP as well. Needed to determine
if we can store custom flags on the server.
........
r704186 | vkrause | 2007-08-24 11:06:30 +0200 (Fri, 24 Aug 2007) | 5 lines
- only store non-standard flags on the server if it actually supports
that
- trigger migration of local flags (todo, forwarded, ignored, watched)
to the server
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=704199
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r703856 | vkrause | 2007-08-23 14:57:25 +0200 (Thu, 23 Aug 2007) | 2 lines
Add migration infrastructure to transfer local flags to the server.
........
r703887 | vkrause | 2007-08-23 16:34:57 +0200 (Thu, 23 Aug 2007) | 5 lines
Configuration update script to trigger migration of local IMAP flags to
the server. This should solve a regression due to the recent changes to
store the seen flag on the server also for read-only folders where all
local flags were overwritten.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=703903
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r702953 | vkrause | 2007-08-21 18:36:00 +0200 (Tue, 21 Aug 2007) | 3 lines
Store seen flag on the server even in read-only folders, given the 's'
ACL flag is set.
........
r703210 | vkrause | 2007-08-22 09:43:04 +0200 (Wed, 22 Aug 2007) | 2 lines
Read seen flag also for read-only folder with the 's' ACL bit set.
........
r703455 | vkrause | 2007-08-22 16:37:33 +0200 (Wed, 22 Aug 2007) | 2 lines
Read/write seen flags on read-only online IMAP folders.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=703473
Thanks to Alexis Papadopoulos for noticing, and for coming up with a patch
for this in the first place.
svn path=/branches/kdepim/enterprise/kdepim/; revision=703234
asking the user whether to paste as text, or as an attachment in all cases.
Prokde35-z Item 35.
svn path=/branches/kdepim/enterprise/kdepim/; revision=702342
drafts, but only if the state of the mail itself should not be used as
indication of the state of the actions. This is governd by the option
to "never sign and encrypt when saving to drafts" in the security
settings.
Prokde35-z item 44.
BUG: 103240
svn path=/branches/kdepim/enterprise/kdepim/; revision=702320
The storage needs to be open before remove is called, otherwise
it will not unregister the corresponding serial numbers from
the message dict, since its message list is empty, and the .ids
file contents are not loaded. That can lead to lookups in the
dict returning stale pointers to the folder later.
svn path=/branches/kdepim/enterprise/kdepim/; revision=700851
encryption key selection or encryption prefs selection dialogs were
cancelled, mNewBodyPart was deleted without ever having been
initialised.
Also init some other vars ASAP. I've looked for cases of things being
used uninitialised and this should be safe.
BUG:144303
svn path=/branches/kdepim/enterprise/kdepim/; revision=700035
* also operations e.g. 'reply' on an email opened in a separate window
don't crash kmail if the folder holding that email has been deleted.
svn path=/branches/kdepim/enterprise/kdepim/; revision=697979
SVN commit 694494 by winterz:
backport SVN commit 694312 by adridg:
Make matched threads important for expiry. Patch from Robert G, approved by Till A.
svn path=/branches/kdepim/enterprise/kdepim/; revision=696950
SVN commit 692353 by tokoe:
Don't drop the empty fields of the ACL description.
If the server sends '* ACL MyFolder anyone ""', the KIO imap4 slave
will return 'anyone ', which means user='anyone' rights=''.
When skipping empty fields, only 'anyone' is returned and the whole ACL
is dropped -> totally wrong
svn path=/branches/kdepim/enterprise/kdepim/; revision=696944
SVN commit 685749 by winterz:
fix templates for forwarding do not work with inline mails
Thanks to vondom for providing the patch, and thanks
to everyone who tested.
We very few KDEPIM developers are currently swamped with KDE4
and "real life" so the extra help really is appreciated.
BUGS: 140549
svn path=/branches/kdepim/enterprise/kdepim/; revision=696881
SVN commit 685331 by steigerwald:
HOWTO for setting up a new or changing an existing KMail antispam wizard
configuration entry. This should clear up things for people you want to
"mess" with that file ;-). Back-ported from KDE 4 trunk (rev 685323).
svn path=/branches/kdepim/enterprise/kdepim/; revision=696877
SVN commit 685299 by steigerwald:
Updated CRM114 antispam wizard entry with at least a basic boolean
spam score display. Will forward port to KDE4 and sideport to
kmail-kde-3.5.5+
svn path=/branches/kdepim/enterprise/kdepim/; revision=696876
keeping the msginfo pointer around in the message object, and restoring it on
unGet. Should help with a whole class of crashes around filtering, searching
etc. Original patch by Ingo and Andreas, with some fixes and memleak plugs
in corner cases by me. We'll testdrive this a while in enterprise branch, let's
see how it behaves.
CCMAIL: a.gungl@gmx.de
CCMAIL: ingo@kde.org
svn path=/branches/kdepim/enterprise/kdepim/; revision=694327
Do not filter new message in groupware folders by default and folders
with insufficient access rights (kolab issue 1858).
svn path=/branches/kdepim/enterprise/kdepim/; revision=689501
configuration entry. This should clear up things for people you want to
"mess" with that file ;-). Back-ported from KDE 4 trunk (rev 685323).
svn path=/branches/KDE/3.5/kdepim/; revision=685331
This was caused by a very old workaround for some interference between dnd
and pinentry which I can't reproduce anymore.
svn path=/branches/kdepim/enterprise/kdepim/; revision=680524