29 Commits (5dfd3a8f4d0575c6ae45c67cab22674b21ffdb41)

Author SHA1 Message Date
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Volker Krause c96de9958d KMServerTest moved to libkdepim. 19 years ago
Edwin Schepers 10b5ade63e new KJob api 20 years ago
David Faure 8270ad07db Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch. 20 years ago
Frank Osterfeld 6d4ad27c6e it.data() => it.value() (for iterators ending with "it" only) 20 years ago
Laurent Montel 619ce9a100 Other port 20 years ago
Frank Osterfeld 72ff7fdb95 deprecated-- 20 years ago
Ismail Onur Filiz ea883abdd3 Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched. 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel 7a6a236da0 KURL->KUrl 20 years ago
Volker Krause 0f6fe9fdb4 117 of 167 files compile 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Reinhold Kainhofer 2e77a55d99 The FSF has moved, use the new address in all license files and headers ... 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. 21 years ago
Carsten Burghardt dea46e4b3e Whatever that meant to be... 21 years ago
Carsten Burghardt 6ef8aa5562 From branch: Fix servertest 22 years ago
Carsten Burghardt 4e8ad140d3 Debug-- 22 years ago
Carsten Burghardt 4ac3dc8c12 Finally fix the servertest. Introduce an error count that fires only if both connections fail. 22 years ago
Carsten Burghardt a7c02c5cd5 Do not report ssl connection errors. 22 years ago
Carsten Burghardt f6db3ea625 Display error messages when we get some from the Server check. 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). 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