- Nov 19, 2011
-
-
Stephan Bosch authored
-
- Nov 09, 2011
-
-
Stephan Bosch authored
This change matches identical changes for Dovecot's imap-login and pop3-login.
-
- Oct 05, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Sep 21, 2011
-
-
Stephan Bosch authored
-
- Sep 20, 2011
-
-
Stephan Bosch authored
lib-sieve: vacation: handled FIXME regarding the use of variables in the :handle argument. Variables are now handled correctly.
-
Stephan Bosch authored
-
- Sep 17, 2011
-
-
Stephan Bosch authored
-
- Sep 16, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lda-sieve: fall back to global recipient_delimiter setting if plugin/recipient_delimiter is not set.
-
Stephan Bosch authored
-
- Sep 14, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Sep 13, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Sep 11, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Configuration is now only read once at extension initialization.
-
- Sep 10, 2011
-
-
Stephan Bosch authored
variables extension: fixed deinitialization problem (unfreed variable scope data) newly found by Valgrind.
-
Stephan Bosch authored
-
- Aug 29, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Aug 02, 2011
-
-
Stephan Bosch authored
lib-sieve: vacation extension: finally added support for using the original recipient in vacation address check.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jul 05, 2011
-
-
Stephan Bosch authored
-
- Jul 02, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jun 28, 2011
-
-
Stephan Bosch authored
-
- Jun 26, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: optimized compilation of tests that yield constant results (i.e. known at compile tme), such as true and false. If the result of a test is known at compile time, it is optimized away. If an if-command depends on an entirely constant test, it is optimized away as well, causing only the 'true' sub-block to be compiled.
-