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
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
- adjust includes and link rules
- delete the libraries from this module
- remove obsolete collectingprocess and configmanager
svn path=/trunk/KDE/kdepim/; revision=682059
diagnostic info about sieve, like available scripts, the contents of the
scripts and more. This was also a nice excercise in getting familiar
with the sieve code before I can start working on importing and parsing
my existing filters.
I don't see a real need for this dialog in a release build, hence it
being disabled, although there's one potential use case where it could
make sense: bug reports. To make that useful we'd need to extend the
Help->Report Bug dialog to allow checkboxes with diagnostics to gather
and upload to bugs.kde.org though, something which I'm not going to
be able to implement any time soon. (Nice KDE 4 bounty for Google summer
of code? ;-))
svn path=/trunk/KDE/kdepim/; revision=422217