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

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

CVS commit by mutz: 

> From HEAD:

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.

CCMAIL: 68116-done@bugs.kde.org


  M +1 -1      smtp.cc   1.139.2.2


--- kdebase/kioslave/smtp/smtp.cc  #1.139.2.1:1.139.2.2
@@ -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