Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Ingo Klcker
dfe75b134f
The dummy entry is needed because the server might respond with an empty string to the CAPA command although SSL (without additional capabilities) works. Since we check for the stringlist being empty to find out whether SSL is supported the stringlist must only be empty if SSL is not supported.
...
svn path=/trunk/kdepim/; revision=381633
21 years ago
Carsten Burghardt
dea46e4b3e
Whatever that meant to be...
...
BUG: 97430
svn path=/trunk/kdepim/; revision=381560
21 years ago
Carsten Burghardt
6ef8aa5562
From branch: Fix servertest
...
svn path=/trunk/kdepim/; revision=342437
22 years ago
Carsten Burghardt
4e8ad140d3
Debug--
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=340202
22 years ago
Carsten Burghardt
4ac3dc8c12
Finally fix the servertest. Introduce an error count that fires only if both connections fail.
...
CCMAIL: 86033-done@bugs.kde.org
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=340200
22 years ago
Carsten Burghardt
a7c02c5cd5
Do not report ssl connection errors.
...
CCMAIL: 86033-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=333976
22 years ago
Carsten Burghardt
f6db3ea625
Display error messages when we get some from the Server check.
...
CCMAIL: 81154-done@bugs.kde.org
CCMAIL: 82122-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=323969
22 years ago
Ingo Klcker
d08bd1d779
- Support different authentication methods for Normal/TLS and SSL connections (mainly for POP and IMAP, but also for SMTP servers that don't support the AUTH command).
...
- Relabel "Delete messages from server after fetching" to "Leave fetched messages on the server"
- Inform the user about POP servers that seem to lack UIDL (necessary for Leave on server) and TOP (necessary for Filter on server).
svn path=/trunk/kdepim/; revision=302573
22 years ago
Till Adam
d3f4a0bbbc
Don't try to show an error dialog on a job that has been deleted by a
...
disconnected slave. Ok'd by Marc.
CCMAIL: 73067-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=284523
22 years ago
Dirk Mueller
cb158fd209
don't show error dialog when server doesn't support SSL.
...
svn path=/trunk/kdepim/; revision=254339
23 years ago
Dirk Mueller
59080502ff
give the user a useful error message when the server test fails
...
svn path=/trunk/kdepim/; revision=253953
23 years ago
Marc Mutz
6c748a9614
"port" is now an int (instead of a QString) in KMServerTest's ctor signature
...
svn path=/trunk/kdepim/; revision=223015
23 years ago
Marc Mutz
8dedd1104d
Ugh. Explicitely call the base-class ctor
...
svn path=/trunk/kdepim/; revision=223014
23 years ago
Marc Mutz
05ce25042c
remove the semi-const, semi-local variable mUrl with const mHost and mProtocol
...
svn path=/trunk/kdepim/; revision=223011
23 years ago
Marc Mutz
f873c2dd68
replace subtle if ( error ) connect() that prevents the NORMAL-CONNECTION pseudo-capability to be overwritten with SSL caps with (hopefully) more readable code
...
svn path=/trunk/kdepim/; revision=223006
23 years ago
Marc Mutz
24ed5ef658
refactor: extract method
...
svn path=/trunk/kdepim/; revision=223001
23 years ago
Marc Mutz
b91e12e849
tiny cleanups
...
svn path=/trunk/kdepim/; revision=222978
23 years ago
Marc Mutz
40c236e946
adapt servertest to new-style capabilities listing (via metaData() instead of infoMessage() and separate for TLS/SSL/no encryption);
...
extend capabilities() signal to carry encryption-dependant AUTH method information
svn path=/trunk/kdepim/; revision=222635
23 years ago
Waldo Bastian
2fff7517c8
CVS_SILENT
...
Updated address of FSF
svn path=/trunk/kdepim/; revision=212185
23 years ago
Eugene Zelenko
eaf07e1a83
Use HTML tags (<b></b>) for highlighting arguments in message box text
...
svn path=/trunk/kdepim/; revision=211193
23 years ago
Daniel Molkentin
9b71a29693
debug areas for HEAD, too
...
svn path=/trunk/kdenetwork/kmail/; revision=198200
24 years ago
Ingo Klcker
d616951db2
Replace NULL and 0L with 0 everywhere and clean up some delete foo
...
svn path=/trunk/kdenetwork/kmail/; revision=183391
24 years ago
Waldo Bastian
74b903eba0
URL / IMAP fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=166863
24 years ago
Stephan Kulow
2892d05a1b
including config.h as first include (it defines quite some controlling defines)
...
use off_t and size_t where fread, fwrite, ftell, fseek is used
svn path=/trunk/kdenetwork/kmail/; revision=159169
24 years ago
Michael Haeckel
d573f45f0e
Use my @kde.org e-mail everywhere, because the other provider does no longer
...
offer forwarding but only webmail with free advertising service.
svn path=/trunk/kdenetwork/kmail/; revision=132246
25 years ago
Michael Haeckel
0dc639bb44
SMTP authentication and SMTP over TLS/SSL.
...
svn path=/trunk/kdenetwork/kmail/; revision=113677
25 years ago
Michael Haeckel
05494ce3d6
Don't leak KMServerTest objects and connected kio slaves.
...
svn path=/trunk/kdenetwork/kmail/; revision=110198
25 years ago
Michael Haeckel
cd44115057
Don't crash, when the connection fails twice.
...
svn path=/trunk/kdenetwork/kmail/; revision=109903
25 years ago
Michael Haeckel
3f78a33f9d
Autodetection of the security features and pipelining also for POP3.
...
Unfortunately pipelining is on the wrong tab in the dialog.
svn path=/trunk/kdenetwork/kmail/; revision=109893
25 years ago
Michael Haeckel
e5779ff338
Autodetection with feedback of the security features of IMAP servers.
...
svn path=/trunk/kdenetwork/kmail/; revision=109876
25 years ago