- 12 Aug, 2001 1 commit
-
-
- 10 Aug, 2001 1 commit
-
-
- 08 Aug, 2001 5 commits
-
-
-
-
-
to allow regular implementation. (REGEXP): Passing the address of the pointer instead of the pointer. (INDENT): Likewised. * mail/Makefile.am: Add in EXTRA_DIST msgset.c to force its generation when doing the distribution, having yacc should not be required.
Alain Magloire authored
-
- 06 Aug, 2001 17 commits
-
-
-
-
-
-
-
-
-
-
-
Added util_msgset_iterate() to iterate over a message set. Added util_get_content_type() and util_get_hdr_value() (from decode.c).
Sergey Poznyakoff authored -
-
-
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 2 commits
-
-