]> Pileus Git - ~andy/fetchmail/blob - README
fa94f5d14a0d50867738b429b7f0aa5c041c1b83
[~andy/fetchmail] / README
1 Popclient README
2
3         $Log: README,v $
4         Revision 1.1  1996/06/26 15:27:06  esr
5         Initial revision
6
7         Revision 1.3  1995/09/07 22:40:58  ceharris
8         Final 3.0b4 release
9
10         Revision 1.2  1995/08/09 01:22:47  ceharris
11         Final preparation for 3.0b2 release.
12
13         Revision 1.1  1995/08/07 21:09:19  ceharris
14         Final preparation for popclient 3.0b1 release
15
16 This is a BETA release of popclient version 3.  Little if any user support
17 is provided for this version of popclient.  Consider this BETA version to
18 be a "developer/tester" release only.
19
20 Release History
21
22 3.0b5
23 o       "From " header fix in pop2.c and pop3.c
24 o       Surpress "..." output when --stdout option specified in pop3.c
25
26 3.0b4
27 o       alloca fix.
28 o       various diagnostic/informational message fixes.
29
30 3.0b3
31 o       Support for retrieving only new messages from maildrop when
32         using POP3.  
33 o       Support for retrieving only the first n lines of each message
34         when using POP3.
35 o       APOP authentication support.
36 o       Buffered socket input.
37
38 3.0b2
39         This is a "new features" release.
40 o       support for .poprc file.
41 o       GNU-style long options.
42 o       fixed passwords appearing in 'ps' output
43 o       support for multiple servers on one command line
44
45 3.0b1
46         This is mostly a test of the autoconfigure integration.
47 Among the functions performed by the new configure script, is
48 the ability to detect known system types, configures the mail
49 delivery agent (MDA) correctly.  This should permanently solve
50 the problem of using something other than an MDA for mail
51 delivery (which continues to plague Linux slackware 1.2.9).
52 For this beta, please check the values of MDA_PATH and MDA_ARGS
53 carefully.  They should match the values found in your
54 sendmail.cf file on the line which begins with "Mlocal".
55
56         Other changes from popclient version 2.21:
57
58 o       no longer uses getpass() from the C library.  The
59         internal getpassword() function allows the use of long
60         passwords.
61
62 o       integrated GNU getopt() for long options.  Long option  
63         names will appear in a future beta.
64
65 o       Several compiler warnings fixed.
66
67 o       Fixed problems related to missing include files in
68         Solaris port.