| Summary | sivtest driver for ingo |
| Queue | Ingo |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | liamr (at) deathstar (dot) org |
| Created | 12/13/06 (7058 days ago) |
| Due | |
| Updated | 12/18/06 (7053 days ago) |
| Assigned | |
| Resolved | 12/16/06 (7055 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Resolved
$this->sivtestSocket() because the method uses $this, so it shouldn't
(seemingly) be called statically. Let me know if that broke anything
somehow.
submitted to Michael Rubinsky was based on the sivtest driver (hence
my comment about Net_IMSP).
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ sivtest driver for ingo
Queue ⇒ Ingo
New Attachment: sivtest.tar.gz
cyrus sivtest utility to open a persistent socket to a sieve server
using whatever SASL authentication mechanisms sivtest supports. We're
using it to provide GSSAPI authenticated sieve. I would have
contributed it sooner, but it's only since Net_Sieve 1.1.3 that this
worked "out of the box". I just revved this to work with HEAD.
Ideally, when the SASL PECL extention is finished, we'll be able
authenticate to the sieve server using GSSAPI natively inside of
Net_Sieve (and Net_IMSP).