Merged revisions 731735-731867,731869-731870,731872-732022,732024-732422 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r731735 | breiter | 2007-11-01 19:35:34 +0100 (Thu, 01 Nov 2007) | 4 lines
Better message-text in case of overquota and ready-only folder.
Rational: The application should know the rights on the folder so it does not
need to speculate.
........
r732422 | tilladam | 2007-11-03 21:27:23 +0100 (Sat, 03 Nov 2007) | 5 lines
Make sure the re-generated index is actually written out, to avoid crashes on
switching out of the folder, and related unpleasantness.
Fixes part of kolab/issue2123.
........
svn path=/trunk/KDE/kdepim/; revision=776658
Rational: The application should know the rights on the folder so it does not
need to speculate.
svn path=/branches/kdepim/enterprise/kdepim/; revision=731735
iterations over the group's keyList().
Some occurencies only used the map's keys anyway, so only syntax changes there.
For reference see this thread: http://lists.kde.org/?t=119350822100003&r=1&w=2
svn path=/trunk/KDE/kdepim/; revision=730359
SVN commit 716771 by tilladam:
Make quota errors more palatable by displaying more info about the quota, the
access rights of the user on the folder, and by prettifying the output somewhat.
prokde35-z Item 17.
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=716776
access rights of the user on the folder, and by prettifying the output somewhat.
prokde35-z Item 17.
svn path=/branches/kdepim/enterprise/kdepim/; revision=716771
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
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
Add comment so that posterity can see that r653900 actually solved bug #143237.
CCBUG#143237
svn path=/branches/kdepim/enterprise/kdepim/; revision=669048
SVN commit 653900 by wstephens:
Allow the user to cancel kmail connection attempts when the account
settings are incorrect (Novell bug 247903).
BUG#93199
svn path=/branches/kdepim/enterprise/kdepim/; revision=668352
Allow the user to cancel kmail connection attempts when the account
settings are incorrect (Novell bug 247903).
starting to re-indent imapaccountbase.cpp.
svn path=/trunk/KDE/kdepim/; revision=653923
enterprise branch (actually it's even from the old proko2 branch). It allows
to exclude some folders from syncing, allowing you to use online and
disconnected IMAP on the same account for a disjoint set of folders.
The included changes for the Kolab wizard add an option to make use of this.
It will create an online IMAP account for mail folders and a (completely
hidden) DIMAP account for the groupware folders.
Approved by Ingo and Allen.
svn path=/branches/KDE/3.5/kdepim/; revision=649622
Merge local subscription support from proko2.
This allows you to use online IMAP for your mails and disconnected IMAP
for your groupware data on the same Kolab account.
svn path=/trunk/KDE/kdepim/; revision=642514
Implement client side subscription for online IMAP and disconnected IMAP
accounts. This basically stores a blacklist of unsubscribed folders
(since we want new folders to show up, intially) per account, which is
persisted to kconfig. This list is used as a filter during folder
listing. Some heavy-ish refactoring of the subscription dialog to make
it extensible enough to allow reusing it for the user interface.
(proko2 issue 1095)
svn path=/branches/kdepim/enterprise/kdepim/; revision=640594
SVN commit 572897 by tilladam:
Don't crash when the imap slave goes away in the middle of
flags uploading.
svn path=/branches/kdepim/proko2/kdepim/; revision=572904