Date: Thu, 9 May 2002 15:15:22 -0300 (ADT) From: "Marc G. Fournier" <[EMAIL PROTECTED]> [...] One of the things that I *really* like about SASL is the fact that I can add/remove features just by deleting the various auth libraries ... too bad there couldn't be some sort of 'programming API' for Sieve like this, where someone *could* easily add an extension outside of the spec(s) ...
This is a good idea. However, the current implementation of the Sieve library doesn't perform this function well. (In fact, as several people have noted, to add an action or a new test, you need to modify 4 or 5 different files.) Re-architecting the internals of the Sieve library would be very useful. Larry