Commit 65a3bd97 65a3bd97fd873cbfa224e532d356ffa379ffa034 by Sergey Poznyakoff

Updated

1 parent a4d417de
Showing 1 changed file with 48 additions and 0 deletions
1 2002-11-03 Sergey Poznyakoff
2
3 * configure.ac: Added testsuite for mail.remote
4
5 * examples/mta.c: New file. A "fake" MTA for testing "mail" and
6 "mail.remote"
7 * examples/Makefile.am: Added mta.c
8 * examples/.cvsignore: Likewise.
9
10 * testsuite/etc/mail.rc: Added indentprefix.
11 * mail/testsuite/mail/send.exp: New file. Test sending commands.
12 * mail/testsuite/mail/DISTFILES: Added send.exp
13 * mail/testsuite/Makefile.am: Add top_builddir to site.exp
14
15 * mail.remote/testsuite: New directory.
16 * mail.remote/Makefile.am: Added testsuite
17 * mail.remote/testsuite/Makefile.am: New file.
18 * mail.remote/testsuite/.cvsignore: New file.
19 * mail.remote/testsuite/Data: New file. Data for testing mail.remote.
20 * mail.remote/testsuite/lib: New direcory
21 * mail.remote/testsuite/lib/mail.remote.exp: New file.
22 * mail.remote/testsuite/lib/DISTFILES: New file.
23 * mail.remote/testsuite/mail.remote: New directory
24 * mail.remote/testsuite/mail.remote/send.exp: New file.
25 * mail.remote/testsuite/mail.remote/DISTFILES: New file.
26
27 * mail.local/main.c: Fixed indentation.
28 * mailbox/smtp.c: Likewise.
29 (smtp_address_add): New function. A wrapper around
30 address_union.
31 (_smtp_set_rcpt): Rewritten based on address_union call.
32 * mail.remote/Makefile.am: Renamed some variables to avoid name
33 clashes.
34 * mh/Makefile.am: Likewise.
35
36 * mailbox/file_stream.c: Some applications (e.g. mail.remote)
37 implicitly rely on the possibility to seek on stdin streams.
38 To provide this functionality:
39 (struct _file_stram): Added cache member.
40 It is a memory stream used to provide seeking capability for
41 stdio streams.
42 (_file_destroy): Destroy cache if necessary.
43 (_stdin_file_read,_stdin_file_readline,_stdout_file_write): New
44 functions. Provide IO operations for stdio streams.
45 (stdio_stream_create): Register new IO functions.
46
47 * testsuite/lib/mailutils.exp (mu_test_file): Minor fixes.
48
1 2002-11-01 Jeff Bailey <jbailey@gnu.org> 49 2002-11-01 Jeff Bailey <jbailey@gnu.org>
2 50
3 * mh/Makefile.am: Use MHPROGRAMS and MHLIBRARIES instead of 51 * mh/Makefile.am: Use MHPROGRAMS and MHLIBRARIES instead of
......