23 Commits (c5565deb35b549ef84e1879dbbfa95159aa2b1d7)

Author SHA1 Message Date
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). 22 years ago
Till Adam d3f4a0bbbc Don't try to show an error dialog on a job that has been deleted by a 22 years ago
Dirk Mueller cb158fd209 don't show error dialog when server doesn't support SSL. 23 years ago
Dirk Mueller 59080502ff give the user a useful error message when the server test fails 23 years ago
Marc Mutz 6c748a9614 "port" is now an int (instead of a QString) in KMServerTest's ctor signature 23 years ago
Marc Mutz 8dedd1104d Ugh. Explicitely call the base-class ctor 23 years ago
Marc Mutz 05ce25042c remove the semi-const, semi-local variable mUrl with const mHost and mProtocol 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 23 years ago
Marc Mutz 24ed5ef658 refactor: extract method 23 years ago
Marc Mutz b91e12e849 tiny cleanups 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); 23 years ago
Waldo Bastian 2fff7517c8 CVS_SILENT 23 years ago
Eugene Zelenko eaf07e1a83 Use HTML tags (<b></b>) for highlighting arguments in message box text 23 years ago
Daniel Molkentin 9b71a29693 debug areas for HEAD, too 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Waldo Bastian 74b903eba0 URL / IMAP fixes. 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago
Michael Haeckel d573f45f0e Use my @kde.org e-mail everywhere, because the other provider does no longer 25 years ago
Michael Haeckel 0dc639bb44 SMTP authentication and SMTP over TLS/SSL. 25 years ago
Michael Haeckel 05494ce3d6 Don't leak KMServerTest objects and connected kio slaves. 25 years ago
Michael Haeckel cd44115057 Don't crash, when the connection fails twice. 25 years ago
Michael Haeckel 3f78a33f9d Autodetection of the security features and pipelining also for POP3. 25 years ago
Michael Haeckel e5779ff338 Autodetection with feedback of the security features of IMAP servers. 25 years ago