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
eb38b439
...
eb38b439647f3d805485649818acfc1dd7889673
authored
2007-02-23 11:51:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
9e64ee27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
eb38b43
2007-02-23 Sergey Poznyakoff <gray@gnu.org.ua>
* auth/sql.c: Implement field mapping and retrieval by field
names.
* include/mailutils/mu_auth.h (struct mu_auth_data.quota): New
field
(mu_auth_data_destroy): New function
* include/mailutils/mutil.h (mutil_parse_field_map): New function
* include/mailutils/sql.h (mu_sql_dispatch.get_field_number): New
field
(mu_sql_get_field): New function
* lib/mu_dbm.c, lib/mu_dbm.h (mu_dbm_datum_free): New function
* mailbox/mu_auth.c (mu_auth_data_destroy): New function
* mailbox/mutil.c (mutil_parse_field_map): New function
* pop3d/bulletin.c: Implement bulletin facility
* pop3d/Makefile.am: Add bulletin.c
* pop3d/apop.c (pop3d_apop): Call pop3d_begin_session instead of
duplicating code from user.c
* pop3d/pop3d.c (--bulletin-source, --bulletin-db): New options
* pop3d/pop3d.h (auth_data): New global
* pop3d/user.c (pop3d_begin_session): New function. Implement
bulletin facility
* pop3d/popauth.c (action_list): Call mu_dbm_datum_free
* readmsg/readmsg.c (main): -h shows `From ' headers as well.
* readmsg/testsuite/readmsg/test.exp: Adapt for the new readmsg
behavior
* sql/sql.c, sql/mysql.c, sql/odbc.c, sql/postgres.c: Implement
retrieval by field name.
2007-02-22 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/assoc.c: New file. Implementation of associative arrays.
...
...
Please
register
or
sign in
to post a comment