Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
55ca102c
...
55ca102c82a60a5a41aebf66e6cc5a9fcde53fe9
authored
2001-08-06 15:44:58 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated.
1 parent
d16d6f1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletions
ChangeLog
ChangeLog
View file @
55ca102
2001-08-06 Alain Magloire
* sieve/{exitcodes.h hmac-md5.h md5.c md5.h md5global.h}: Removed.
* 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 ().
* messages/messages.c: Also include pop_record
amd imap_record.
2001-08-05 Sergey Poznyakoff
* mailbox/mbx_mbox.c: Added mbox_stream_size().
* mailbox/message.c: Added message_stream_size().
...
...
@@ -80,7 +97,7 @@
* guimb/scm/sieve-core.scm: (new) Sieve core functions for scripts
generated by sieve.scm.
* guimb/scm/redirect.scm: (new) Implementation of sieve "redirect"
action.
action.
* configure.in: Output guimb/scm/Makefile.
...
...
Please
register
or
sign in
to post a comment