- 05 Aug, 2001 13 commits
-
-
-
-
-
the list of open mailboxes and returns one if found. All the mailboxes get closed at once when the sieve program finishes execution. This saves memory and speeds up the execution (fewer calls to gc, if any). sieve-regexp-to-posix: escape special characters. action-reject: Use ports instead of mu-body- interface.
Sergey Poznyakoff authored -
-
-
mu-message-set-header: don't bail out if third argument is boolean, to allow for constructs like: (mu-message-set-header m1 "From" (mu-message-get-header m2 "To"))
Sergey Poznyakoff authored -
-
-
using usual scheme primitives and thus effectively obsoletes mu_body interface, but I'll keep it for a while.
Sergey Poznyakoff authored -
-
-
-
- 04 Aug, 2001 8 commits
-
-
-
-
-
Fixed and tested action-stop, action-redirect and test-exists. Fixed handling of null-length keys in sieve-str-str. test-address and test-header: use mu-message-get-header-fields to speed the things up. Implemented "envelope" test.
Sergey Poznyakoff authored -
-
-
- 03 Aug, 2001 19 commits
-
-