]> Pileus Git - ~andy/fetchmail/blob - NEWS
e70b32c8ff31c75151c49148600a70c1b8e575ba
[~andy/fetchmail] / NEWS
1                         To-do list:
2
3 At this point, the fetchmail code appears to be stable and free of
4 bugs affecting normal operation.  It will probably undergo substantial
5 change only if and when support for a new retrieval protocol is added.
6
7 Test RPOP feature against a Unix server that has it.  The protocol
8 transactions are certainly OK, the question is whether the rresvport() 
9 authentication stuff does what's needed.
10
11 Support IMAP4 extensions for secure challenge-response, once they're actually
12 standardized.
13
14 Inflict severe pain on the person(s) responsible for removing LAST from POP3.
15
16                         Release Notes:
17
18 fetchmail-1.6 ():
19
20 * Makefile fixes for correct linking on Sparcs and avoiding duplication of
21   the md5 files (leading to harmless instsll-time error messages).
22
23 * Fix a bonehead coding error in pop3_delete() that was masked by the
24   Intel register architecture.  *blush*  Thanks to Jay Anderson.
25
26 fetchmail-1.5 (Thu Oct  3 04:35:15 EDT 1996):
27
28 * Naturally, my decision to announce 1.4 on comp.os.linux.announce 
29   immediately caused the code to manifest its first real bug --
30   a core dump when the "From:" header is spelled "from:" (all lower
31   case).  Fixed.
32
33 * Update and expansion of NOTES.
34
35 * The --all and --flush flag validity checks move to driver.c.
36
37 fetchmail-1.4 (Wed Oct  2 09:22:37 1996):
38
39 * More man page improvements.
40
41 * Lexer changes to work around bison's "feature" of silently ignoring 0-value
42   tokens (caused options nokeep, norewrite, nofetchall, noskip to be no-ops).
43
44 fetchmail-1.3 (Tue Oct  1 05:49:49 1996):
45
46 * Significant man page improvements.
47
48 * Escapes for newlines in .fetchmailrc are now optional.
49
50 * Kill off -2 and -3 options, redundant popclient remnants.
51
52 * IMAP code simplification and robustification.  Use FETCH FLAGS to find
53   seen messages.  Code should now work even if unseen messages are 
54   interspersed with seen ones, and even if messages are appended to the
55   mailbox during the run.
56
57 fetchmail-1.2 (Sat Sep 28 15:40:50 EDT 1996):
58
59 * The great option massacre.  Remove --stdout, --limit, --local, --mda.
60   We get a significant code and complexity shrinkage this way (a lot of the
61   configuration machinery goes away too).  These things are your MDA's job.
62   (This also kills off the lose-mail-on-disk-full bug, which I've never 
63   seen but two users reported.)
64
65 * Link APOP support by default.
66
67 * Fix embarrassing Makefile bug.
68
69 fetchmail-1.1 (Sat Sep 28 09:21:10 EDT 1996):
70
71 * In POP3, don't send LAST if STAT shows count of waiting messages to be zero.
72
73 * Document APOP better, we know it works now.
74
75 * Lose the .fetchids file and give up on POP3 UIDs, they're a dead loss.
76
77 fetchmail-1.0 (Thu Sep 26 11:59:38 EDT 1996):
78
79 * SMTP forwarding and header-rewrite features work with POP2 now.
80
81 * Stricter RFC822 conformance, so SMTP to qmail works.  Thanks to
82   Cameron MacPherson <unsound@oz.net> for these changes.
83
84 * The program is quieter but more informative now (suppress printing of
85   server greeting message; add the server host being queried to the
86   message count information line).
87
88 * Add `skip' option to make it easier to set up test entries.
89
90 * Name change (it ain't just for POP any more).
91
92 popclient-3.2 (Mon Sep 23 13:29:46 EDT 1996):
93
94 * RPOP support (coded at a user's request but untested).
95
96 * Ported to QNX (see the Makefile).
97
98 * Add Michael Schwendt's code for improved sizeticker.
99
100 * Improved RFC822 parsing (thanks to Rob Funk).
101
102 * Move the per-user lockfile to /tmp so it gets cleared at reboot time.
103
104 * Warn users that running concurrent instances of popclient is a bad idea.
105
106 * Try USER and HOME to set defaults before going to the password file.
107   This should work better in Sun NIS environments.
108
109 popclient-3.1 (Thu Sep 12 15:45:25 EDT 1996):
110
111 * MDA arguments are now dumped when using the -V option.
112
113 * Sendmail delivery from background seems to work now.
114
115 * We have IMAP2bis/IMAP4 support.
116
117 * Code now autoprobes for a POP3, IMAP, or POP2 server if no protocol is
118   specified.
119
120 * SMTP forwarding support.  Thanks to Harry Hochheiser <harry@tigger.jvnc.net>
121   for this simple but clever idea.  It's now the default delivery mode.
122
123 * If no UNIX From line is found, popclient will now synthesize a correct
124   line from the RFC822 From line.
125
126 * It is now possible to specify the host TCP/IP port number to connect to.
127
128 popclient-3.05 (Thu Aug 22 22:59:04 EDT 1996):
129
130 * Experimental support for RFC1725-compliant POP servers with the UIDL
131   command and without LAST.
132
133 popclient-3.04 (Wed Aug 21 00:22:44 EDT 1996):
134
135 * Logfile option works.
136
137 popclient-3.03:
138
139 * Minor bug fixes for password querying and redirection to stdout.
140
141 popclient-3.02 (Fri Jul 19 11:37:56 EDT 1996):
142
143 * Correct buggy processing of nokeep/noflush/fetchall.
144
145 * Fix buggy -mda option processing.
146
147 * Added -N/--norewrite option.
148
149 * Delivery via sendmail now works in non-daemon mode.
150
151 popclient-3.01 (Mon Jul  1 13:33:51 EDT 1996):
152
153 * Fixed a lexical analyzer bug in quoted-string processing.
154
155 * Fixed a bug in dump_options that caused username to be displayed incorrectly.
156
157 * The lock assertion code was in the wrong place relative to the daemonize()
158   call.  
159
160 popclient-3.0 (Fri Jun 28 11:33:34 EDT 1996):
161
162 Eric S. Raymond <esr@thyrsus.com> hacked extensively on 3.0b6 and took over
163 the package with the consent of Carl Harris, the original implementor.
164 Some of the 3.0 feature additions were inspired by Sean Oh's fetchpop 1.8
165 code, and a few use code directly lifted from fetchpop. Here are my (Eric's)
166 change notes:
167
168 CONFIGURATION AND BUILDING
169
170 * The autoconfigure script incorrectly assumed that all Linuxes use
171   /usr/bin/deliver.  Under Linux it now checks for both /usr/bin/delivermail
172   and /bin/mail.
173
174 * I added a distribution-maker production to Makefile.in.
175
176 OPTIONS AND COMMAND LINE
177
178 * I have removed the -p command-line option. Given that there's a run control
179   facility there is no excuse for encouraging users to put plaintext passwords
180   in scripts which might be readable.
181
182 * Calling popclient with no arguments now causes it to query or operate
183   on every host in the run control file.
184
185 * I have made --version more useful by having it dump the computed
186   connection options for each server specified.
187
188 * The user can now explicitly set an MDA (such as procmail) with the
189   new option -m or -mda.  Various possible MDAs are listed on the man page.
190
191 POPRC FILE SYNTAX
192
193 * The run control file lexer now supports "-enclosed strings which may 
194   contain whitespace.
195
196 * I added a --yydebug option to enable run control parser debugging at 
197   runtime if the parser was generated with --debug.  It's not documented.
198
199 * You may now have a `defaults' entry in the run control file which sets 
200   overrideable values for other entries.  See the man page for details.
201
202 * It is now possible to set keep, flush and fetchall in your run control
203   file.
204
205 * Fixed incorrect numbering of source lines in run control file parse error
206   messages.
207
208 * The configure.in specification no longer uses the obsolete AC_TRY_COMPILE
209   macro (it uses AC_TRY_LINK instead).
210
211 MAILBOX LOCKING
212
213 * I have added mandatory locking of mailbox files where supported.
214   This will cover Linux systems, in particular.
215
216 * The default behavior is now to do lock-protected append on the user's
217   system mailbox rather than using delivermail or some other MDA.
218   (This is a performance hack.)
219
220 * The autoconfigure script now looks for standard mail locations.  The
221   default mail delivery agent is used only if it can't find a mail spool
222   directory in the standard places.
223
224 FUNCTIONAL ENHANCEMENTS
225
226 * When using POP3, message headers are edited so that replies won't foo up.
227   Anything that looks like a mail ID local to the POP host gets @ and the
228   pop servername attached to it before being appended to the user's
229   mailbox or passed to an MDA.
230
231 * I have implemented daemon mode.
232
233 * I have added a lock check to ensure that there is only one popclient
234   running per user, and a --quit option to kill the currently running
235   one.
236
237 DOCUMENTATION
238
239 * All changes and feature additions have been tested in actual use and are
240   documented on the man page.
241
242 * I have turned the comments in the sample run control file into a new manual
243   section documenting the file format.
244
245 MISCELLANEOUS BUG FIXES
246
247 * I fixed some de-initialization bugs in pop2.c and pop3.c that led to
248   fd leaks (these became painfully obvious when I tested daemon mode!).
249
250 * I've fixed the flaky parser error messages. They turned out to be due 
251   to a misdeclaration of yytext.
252
253 These are Carl Harris's change notes from previous releases:
254
255 3.0b5
256 o       "From " header fix in pop2.c and pop3.c
257 o       Surpress "..." output when --stdout option specified in pop3.c
258
259 3.0b4
260 o       alloca fix.
261 o       various diagnostic/informational message fixes.
262
263 3.0b3
264 o       Support for retrieving only new messages from maildrop when
265         using POP3.  
266 o       Support for retrieving only the first n lines of each message
267         when using POP3.
268 o       APOP authentication support.
269 o       Buffered socket input.
270
271 3.0b2
272         This is a "new features" release.
273 o       support for .poprc file.
274 o       GNU-style long options.
275 o       fixed passwords appearing in 'ps' output
276 o       support for multiple servers on one command line
277
278 3.0b1
279         This is mostly a test of the autoconfigure integration.
280 Among the functions performed by the new configure script, is
281 the ability to detect known system types, configures the mail
282 delivery agent (MDA) correctly.  This should permanently solve
283 the problem of using something other than an MDA for mail
284 delivery (which continues to plague Linux slackware 1.2.9).
285 For this beta, please check the values of MDA_PATH and MDA_ARGS
286 carefully.  They should match the values found in your
287 sendmail.cf file on the line which begins with "Mlocal".
288
289         Other changes from popclient version 2.21:
290
291 o       no longer uses getpass() from the C library.  The
292         internal getpassword() function allows the use of long
293         passwords.
294
295 o       integrated GNU getopt() for long options.  Long option  
296         names will appear in a future beta.
297
298 o       Several compiler warnings fixed.
299
300 o       Fixed problems related to missing include files in
301         Solaris port.