- 06 Nov, 2007 2 commits
-
-
- 05 Nov, 2007 7 commits
-
-
-
-
-
-
-
* mailbox/cfg_lexer.c: New file. * mailbox/cfg_parser.c: New file. * mailbox/cfg_parser.h: New file. * mailbox/Makefile.am: Add cfg_ sources and socket_stream.c. * include/mailutils/cfg.h: New file. * include/mailutils/Makefile.am (pkginclude_HEADERS): Add cfg.h. * include/mailutils/argp.h: Include cfg.h. (mu_create_argcv): Remove prototype. * include/mailutils/mu_auth.h (struct mu_auth_module): New member `cfg'. (MU_AUTH_REGISTER_ALL_MODULES): Call mu_auth_init first. * mailbox/mu_argp.c: Rewrite. Implement normal configuration (resource) file support. Overloaded command line options begin to phase out. * mailbox/mu_auth.c, auth/gsasl.c, auth/pam.c, auth/radius.c, auth/sql.c, auth/tls.c, auth/virtual.c, libsieve/argp.c, mailbox/system.c: Implement configuration statements. * imap4d/imap4d.c: Begin switching to the new configuration scheme.
Sergey Poznyakoff authored -
* include/mailutils/stream.h (mu_socket_stream_create) (mu_stream_shutdown, mu_stream_set_shutdown): New functions. * libproto/include/stream0.h (struct _mu_stream): New member `_shutdown'. * mailbox/file_stream.c (mu_stream_create): Bugfix. * mailbox/stream.c (mu_stream_shutdown) (mu_stream_set_shutdown): New functions. * mailbox/tcp.c (_tcp_shutdown): New function. (_tcp_stream_init): New function. (mu_tcp_stream_create_with_source_ip): Register _tcp_shutdown.
Sergey Poznyakoff authored
-
- 23 Oct, 2007 1 commit
-
-
- 12 Oct, 2007 4 commits
-
-
-
-
Sergey Poznyakoff authored
-
Sergey Poznyakoff authored
-
- 04 Sep, 2007 5 commits
-
-
- 02 Sep, 2007 2 commits
-
-
* README: Editted text in README file related to the -enable-mh-utils option. This was to correct a reference from a now non-existent mh README file to the ..doc/texinfo/mh-mh.texi file. 2007-08-24 Darel Henman <dhenman@gmail.com> * mailbox/mailer.c: Include <sys/time.h> to fix builds on CygWin.
Darel Henman authored -
-
- 29 Aug, 2007 1 commit
- 26 Aug, 2007 3 commits
-
-
- 21 Aug, 2007 2 commits
-
-
- 18 Aug, 2007 3 commits
-
-
- 09 Aug, 2007 2 commits
-
-
- 19 Jul, 2007 1 commit
-
-
- 18 Jul, 2007 7 commits
-
-
-
-
-
(_mailbox_pop_and_pops_init): New function. (_mailbox_pops_init): Likewise. (_mailbox_pop_init): Call _mailbox_pop_and_pops_init. (pop_open): Handle POPS connection.
Wojciech Polak authored -
-
-