- 06 Aug, 2001 5 commits
-
-
Returns a singly linked list of message specifications that can be iterated without need for recursion.
Sergey Poznyakoff authored -
-
-
* sieve/md5-rsa.c: New file, clear identiy that the algo. is from RSA and not GNU md5. * sieve/md5-rsa.h : New file. * sieve/Makefile.am: added md5-rsa.[ch]. * sieve/message.h: lcase() change for strlower (). * sieve/script.c: Include md5-rsa.h. * sieve/sieve-gram.y: lcase changed for strlower (). * sieve/util.c: Remove all the unnecassary code and only implement strlower() and strupper(). * sieve/util.h: Only export strlower and struppper ().
Alain Magloire authored
-
- 05 Aug, 2001 14 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 13 commits
-
-