Szombathelyi Gyrgy
|
86b90f3004
|
Allow specifying the authentication method in the url query part.
E.g. sieve://sievehost/script?x-auth=METHODNAME
svn path=/trunk/kdepim/; revision=363476
|
22 years ago |
Marc Mutz
|
c4df6a1a84
|
Add <config.h> to all .cpp files as in aegypten_branch we really
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
|
23 years ago |
Ingo Klcker
|
5cdfad6e8c
|
Always use KURL::prettyURL() instead of KURL::url() in debug messages because we don't want a possible password to show up in the debug info.
svn path=/trunk/kdepim/; revision=248273
|
23 years ago |
Dirk Mueller
|
05ce0dd767
|
unbreak compilation (gcc 3.4+)
svn path=/trunk/kdepim/; revision=239255
|
23 years ago |
Marc Mutz
|
86ec04bd82
|
Work around Sieve servers that respond to a SETACTIVE "" with NO if there is no active script. The draft isn't clear on this; personally, I think that would be nonsense.
svn path=/trunk/kdepim/; revision=204812
|
23 years ago |
Daniel Molkentin
|
9b71a29693
|
debug areas for HEAD, too
svn path=/trunk/kdenetwork/kmail/; revision=198200
|
24 years ago |
Marc Mutz
|
c207fdd2e9
|
from kroupware_branch: Sieve Vacation support
svn path=/trunk/kdenetwork/kmail/; revision=190697
|
24 years ago |