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

List:       kde-commits
Subject:    kdepim/kioslaves/sieve
From:       Helio Chissini de Castro <helio () conectiva ! com ! br>
Date:       2003-11-20 19:47:57
[Download RAW message or body]

CVS commit by helio: 

- Change default sieve port, as Cyrus define 2000.


  M +3 -1      sieve.cpp   1.12


--- kdepim/kioslaves/sieve/sieve.cpp  #1.11:1.12
@@ -54,4 +54,6 @@ static inline
 #endif
 
+#define SIEVE_DEFAULT_PORT 2000
+  
 static const unsigned int SIEVE_DEFAULT_RECIEVE_BUFFER = 512;
 
@@ -163,5 +165,5 @@ void kio_sieveResponse::clear()
 /* ---------------------------------------------------------------------------------- */
 kio_sieveProtocol::kio_sieveProtocol(const QCString &pool_socket, const QCString &app_socket)
-        : TCPSlaveBase(2625, "sieve", pool_socket, app_socket, false)
+        : TCPSlaveBase( SIEVE_DEFAULT_PORT, "sieve", pool_socket, app_socket, false)
         , m_connMode(NORMAL)
         , m_supportsTLS(false)


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

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