- Fix some includes
- Disable Qt3 support and KDE3Support in the CMake file
Now KMail is free of KDE3 and Qt3 support(*), hurray!!
Thanks to everyone who helped porting.
Now, let's party and relax a bit, and afterwards we can start to make things interesting
again by starting the Akonadi port :)
(*) Well, Almost. It still links to Qt3Support, because KGPG has
Qt3Support in its headers.
Also, Qt3Support and KDE3Support are still linked in indirectly
via libkdepim.
svn path=/trunk/KDE/kdepim/; revision=924827
kio_sieve:
- try STARTTLS even if the user didn't ask for it, and even if the
server didn't send the STARTTLS capability (it could have been
removed from by a man-in-the-middle).
- Stop when STARTTLS failed (or canUseTLS() == false), UNLESS the
x-allow-unencrypted query item is present, and it's value is "true".
kmail:
- set x-allow-unencrypted query item to "true" for sieve URLs iff the
account was not not configured to use either SSL or TLS.
svn path=/branches/kdepim/enterprise/kdepim/; revision=915156
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r804616 | ervin | 2008-05-06 18:04:47 +0200 (Tue, 06 May 2008) | 7 lines
Disable all UI activity of the sievejob checking for the vacation script
on startup.
Backport of 804287 in trunk.
Should fix kolab/issue2560.
........
svn path=/branches/KDE/3.5/kdepim/; revision=848902
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r740023 | vkrause | 2007-11-22 12:07:12 +0100 (Thu, 22 Nov 2007) | 2 lines
Add a status bar label to indicate an active vacation script.
........
r747598 | vkrause | 2007-12-12 15:12:12 +0100 (Wed, 12 Dec 2007) | 2 lines
Change mouse cursor over vaction indicator.
........
r747622 | vkrause | 2007-12-12 16:16:45 +0100 (Wed, 12 Dec 2007) | 3 lines
Make sure the text editor is large enough to contain the default
template without scrollbars.
........
r762310 | vkrause | 2008-01-16 20:45:04 +0100 (Wed, 16 Jan 2008) | 5 lines
Keep the vaction script status indicator hidden when switching to the
KMail part if it was hidden before.
Kolab issue 2399
........
svn path=/trunk/KDE/kdepim/; revision=764438
- check if there is a still active out-of-office sieve script on startup
Prokde35-z Item 79
Kolab issue 1743
svn path=/branches/kdepim/enterprise/kdepim/; revision=716765
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
Merge (mostly) hidden config options and their uses from enterprise/proko2, namely:
- the ability to have a particular domain only allowed for MDNs
- the ability to send no MDNs to SPAM
- the ability to configure access to the above two options
- extended sieve parsing for vacation settings
- the ability to strip certain mimetypes (such as invitations) when
inline forwarding emails automatically
These are mostly usefull for Kiosk.
svn path=/trunk/KDE/kdepim/; revision=691932
- adjust includes and link rules
- delete the libraries from this module
- remove obsolete collectingprocess and configmanager
svn path=/trunk/KDE/kdepim/; revision=682059
- the ability to have a particular domain only allowed for MDNs
- the ability to send no MDNs to SPAM
- the ability to configure access to the above two options
- extended sieve parsing for vacation settings
- the ability to strip certain mimetypes (such as invitations) when
inline forwarding emails automatically
These are mostly usefull for Kiosk.
-
svn path=/branches/kdepim/enterprise/kdepim/; revision=662540
send out-of-office replies to and the spam setting to be pre-configured
and one to hide the vacation script editing completely.
(Kolab Issue 1449)
svn path=/branches/kdepim/proko2/kdepim/; revision=596381