aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* Janos Farkas's fixes.Eric S. Raymond1997-02-181-0/+12
| | | | svn pat
# Set up command completion for zsh
#
fetchmailauthtypes=(password kerberos kerberos_v5)
fetchmailprotocols=(auto pop2 pop3 apop rpop kpop sdps imap imap-k4 imap-gss etrn)
function fetchmailformattedinterfaces ()
{ reply=(`ifconfig|perl -e '$/="";while(<>){s/[\r\n]//g;if(/^(\w+\d*).*inet addr:([\d\.]+)/){print "$1/$2\n";}}'`) }
function fetchmailcompctl ()
{ reply=(`awk '{ print $2 }' < ~/.fetchmailrc` `fetchmail --help 2>&1| cut -c 7-19 | sed "s/,//g"`) }
compctl -K fetchmailcompctl \
	-x "C[-1,-L|--logfile]" -f \
	-  "C[-1,-f|--fetchmailrc]" -f \
	-  "C[-1,-i|--idfile]" -f \
	-  "C[-1,-I|--interface]" -K fetchmailformattedinterfaces \
	-  "C[-1,-M|--monitor]" -K fetchmailformattedinterfaces \
	-  "C[-1,-p|--protocol]" -k fetchmailprotocols \
	-  "C[-1,-A|--auth]" -k fetchmailauthtypes \
	-  "c[-1,--plugin]" -m \
	-  "c[-1,--plugout]" -m \
	-- fetchmail
tchmail/commit/NEWS?h=legacy_64_vg_debian&id=563b31d0fdc97c1abc70a570a7c3f9733c4ef1b6'>Allow the smtphost option to set the host queried for by ETRN.Eric S. Raymond1997-02-131-0/+7 | | | | svn path=/trunk/; revision=875 * Deal with headerless mail.Eric S. Raymond1997-02-131-1/+3 | | | | svn path=/trunk/; revision=870 * Version bump.Eric S. Raymond1997-02-121-2/+5 | | | | svn path=/trunk/; revision=868 * Trivalent options.Eric S. Raymond1997-02-111-0/+3 | | | | svn path=/trunk/; revision=864 * Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-0/+2 | | | | svn path=/trunk/; revision=861 * Various minor bugfixes.Eric S. Raymond1997-02-101-0/+18 | | | | svn path=/trunk/; revision=859 * Fix stripcr and password-stripping.Eric S. Raymond1997-02-031-0/+3 | | | | svn path=/trunk/; revision=857 * Dave Bodenstab's fixes.Eric S. Raymond1997-02-021-0/+6 | | | | svn path=/trunk/; revision=855 * This finishes off 3.3.Eric S. Raymond1997-02-021-2/+2 | | | | svn path=/trunk/; revision=853 * Shroud password lengths.Eric S. Raymond1997-01-301-1/+3 | | | | svn path=/trunk/; revision=848 * Fix Johan Vromans's bug.Eric S. Raymond1997-01-301-0/+3 | | | | svn path=/trunk/; revision=844 * Add stripcr option.Eric S. Raymond1997-01-301-0/+3 | | | | svn path=/trunk/; revision=842 * Better documentation of .fetchmailrc lexing.Eric S. Raymond1997-01-301-0/+4 | | | | svn path=/trunk/; revision=841 * Correct length calculation.Eric S. Raymond1997-01-281-0/+7 | | | | svn path=/trunk/; revision=835 * Ready to ship.Eric S. Raymond1997-01-271-1/+5 | | | | svn path=/trunk/; revision=834 * CR-strip fix.Eric S. Raymond1997-01-271-0/+6 | | | | svn path=/trunk/; revision=833 * Bug fix.Eric S. Raymond1997-01-251-0/+2 | | | | svn path=/trunk/; revision=824 * Handle long address lists.Eric S. Raymond1997-01-241-0/+7 | | | | svn path=/trunk/; revision=822 * Ready to ship.Eric S. Raymond1997-01-241-2/+2 | | | | svn path=/trunk/; revision=821 * Clarification.Eric S. Raymond1997-01-241-1/+2 | | | | svn path=/trunk/; revision=817 * Make this aware of RFC2060.Eric S. Raymond1997-01-231-0/+2 | | | | svn path=/trunk/; revision=812 * Remove obsolete caveat.Eric S. Raymond1997-01-221-1/+1 | | | | svn path=/trunk/; revision=806 * ESMTP SIZE option support.Eric S. Raymond1997-01-221-0/+6 | | | | svn path=/trunk/; revision=804 * Support for EHLO and 8BITMIME extension.Eric S. Raymond1997-01-221-0/+15 | | | | svn path=/trunk/; revision=803 * Bump the contact-list count.Eric S. Raymond1997-01-221-1/+1 | | | | svn path=/trunk/; revision=800 * Handle zero-length messages.Eric S. Raymond1997-01-211-1/+3 | | | | svn path=/trunk/; revision=799 * Ready to ship.Eric S. Raymond1997-01-211-2/+2 | | | | svn path=/trunk/; revision=798 * RPOP support is back.Eric S. Raymond1997-01-201-2/+4 | | | | svn path=/trunk/; revision=791 * Added dns/nodns.Eric S. Raymond1997-01-181-0/+6 | | | | svn path=/trunk/; revision=785 * Ready to ship to George Sipe.Eric S. Raymond1997-01-171-1/+1 | | | | svn path=/trunk/; revision=783 * Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-5/+5 | | | | svn path=/trunk/; revision=781 * New feature announcement.Eric S. Raymond1997-01-161-0/+2 | | | | svn path=/trunk/; revision=779 * About ready to ship.Eric S. Raymond1997-01-151-1/+10 | | | | svn path=/trunk/; revision=771 * The batchlimit option is now per user.Eric S. Raymond1997-01-141-0/+7 | | | | svn path=/trunk/; revision=764 * Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-5/+4 | | | | svn path=/trunk/; revision=762 * Expunge fix.Eric S. Raymond1997-01-141-0/+3 | | | | svn path=/trunk/; revision=759 * Arrange not to save user params after a statement.Eric S. Raymond1997-01-141-0/+3 | | | | svn path=/trunk/; revision=758 * Start 2.9 update.Eric S. Raymond1997-01-131-2/+4 | | | | svn path=/trunk/; revision=752 * Fix --quit uin root mode bug.Eric S. Raymond1997-01-131-2/+0 | | | | svn path=/trunk/; revision=750