[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kioslave/smtp
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-02-08 12:26:14
Message-ID: 20040208122614.146BE9190 () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

Increase timeout to the rfc2821-recommended minimum of 10 minutes. Actully, this \
timeout value is only recommended for the the final response to DATA, but we don't \
yet support different timeout values for different commands, and 10mins is the \
maximum of the recommended minimum timeout values for various SMTP commands.


  M +1 -1      smtp.cc   1.141


--- kdebase/kioslave/smtp/smtp.cc  #1.140:1.141
@@ -292,5 +292,5 @@ Response SMTPProtocol::getResponse( bool
   do {
     // wait for data...
-    if ( !waitForResponse( 60 ) ) {
+    if ( !waitForResponse( 600 ) ) {
       error( KIO::ERR_SERVER_TIMEOUT, m_sServer );
       return response;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic