search for: sieve_get_cap

Displaying 1 result from an estimated 1 matches for "sieve_get_cap".

2008 Apr 30
1
Avelsieve 1.9.7 and Dovecot/TLS
...$this->error=EC_UNKNOWN; $this->error_raw = "Failed to establish TLS connection."; return false; } else { $this->loggedin = true; // RFC says that we need to ask for the capabilities again $this->sieve_get_capability(); $this->loggedin = false; } } With my limited time and debugging possibilities i've found that the dovecot managesieve server seems to send capability lines 'automagically'. I've added a few "debugging" lines /* If we allow...