aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-features.html
Commit message (Collapse)AuthorAgeFilesLines
* We now match suffixes.Eric S. Raymond2000-03-131-3/+7
| | | | svn path=/trunk/; revision=2819
* Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-3/+7
| | | | svn path=/trunk/; revision=2790
* LinuxWorld hacks.Eric S. Raymond2000-02-051-2/+6
| | | | svn path=/trunk/; revision=2729
* Reread .fetchmailrc when it's changed in daemon mode.Eric S. Raymond1999-12-211-2/+6
| | | | svn path=/trunk/; revision=2674
* IPv6 patches.Eric S. Raymond1999-12-191-3/+5
| | | | svn path=/trunk/; revision=2666
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-2/+7
| | | | svn path=/trunk/; revision=2643
* NTLM support integrated.Eric S. Raymond1999-09-141-2/+4
| | | | svn path=/trunk/; revision=2554
* CRAM-MD5 authentication support a la RFC2195.Eric S. Raymond1999-06-081-2/+4
| | | | svn path=/trunk/; revision=2485
* Enable expunge to controil POP2 and POP3 checkpointing.Eric S. Raymond1999-04-181-2/+7
| | | | svn path=/trunk/; revision=2439
* FreeBSD support.Eric S. Raymond1999-02-071-2/+4
| | | | svn path=/trunk/; revision=2376
* Make the mimedecode default TRUE.Eric S. Raymond1999-01-101-3/+4
| | | | svn path=/trunk/; revision=2346
* Typo fix.Eric S. Raymond1999-01-071-3/+3
| | | | svn path=/trunk/; revision=2342
* HTML cleanup.Eric S. Raymond1999-01-021-5/+4
| | | | svn path=/trunk/; revision=2310
* RFC1894 conformance.Eric S. Raymond1998-12-301-3/+3
| | | | svn path=/trunk/; revision=2297
* gcc -Wall cleanup.Eric S. Raymond1998-12-151-4/+6
| | | | svn path=/trunk/; revision=2278
* Added bouncemail.Eric S. Raymond1998-11-291-2/+4
| | | | svn path=/trunk/; revision=2230
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-2/+4
| | | | svn path=/trunk/; revision=2208
* Gerald Britton's support for mixed Kerberos and Hesiod.Eric S. Raymond1998-11-171-2/+4
| | | | svn path=/trunk/; revision=2183
* Added BSMTP option.Eric S. Raymond1998-10-301-2/+4
| | | | svn path=/trunk/; revision=2152
* Now we can use --limit with daemon mode.Eric S. Raymond1998-10-161-3/+6
| | | | svn path=/trunk/; revision=2091
* Documentation improvements.Eric S. Raymond1998-10-091-3/+3
| | | | svn path=/trunk/; revision=2082
* Added experimental SDPS support.Eric S. Raymond1998-08-031-2/+6
| | | | svn path=/trunk/; revision=2034
* Brendan Cully's fixes for GSSAPI.Eric S. Raymond1998-06-041-3/+3
| | | | svn path=/trunk/; revision=1892
* Various minor fixes.Eric S. Raymond1998-05-271-2/+6
| | | | svn path=/trunk/; revision=1866
* Henrik Storner's patch to support mimedecode.Eric S. Raymond1998-03-201-5/+8
| | | | svn path=/trunk/; revision=1715
* Kerberos V support.Eric S. Raymond1998-03-031-2/+4
| | | | svn path=/trunk/; revision=1682
* *** empty log message ***Eric S. Raymond1998-02-241-2/+5
| | | | svn path=/trunk/; revision=1672
* IPv6 and IPSECEric S. Raymond1998-02-161-2/+4
| | | | svn path=/trunk/; revision=1631
* Doc fix.Eric S. Raymond1997-12-181-3/+3
| | | | svn path=/trunk/; revision=1578
* Note that GSSAPI is supported.Eric S. Raymond1997-12-151-2/+4
| | | | svn path=/trunk/; revision=1571
* Integrated RPA support.Eric S. Raymond1997-09-301-2/+5
| | | | svn path=/trunk/; revision=1444
* First pass at OPIE 2.32 support.Eric S. Raymond1997-09-251-3/+3
| | | | svn path=/trunk/; revision=1407
* Cope with Post Office/NTEric S. Raymond1997-09-241-3/+4
| | | | svn path=/trunk/; revision=1403
* Added some servers.Eric S. Raymond1997-09-231-2/+4
| | | | svn path=/trunk/; revision=1398
* Initial revisionEric S. Raymond1997-08-051-0/+135
svn path=/trunk/; revision=1231
class="w"> "2" ]; then echo "You seem to have sendmail, sendmail will be used" echo "as the (m)ail (d)elivery (a)gent for fetchmail." echo echo "WARNING! There's no way to know if sendmail is set up" echo "properly for local mail delivery, so the first time you" echo "run fetchmail run it this way: # fetchmail -k" echo echo "If the mail that fetchmail retrieves is not put in your mailbox," echo "you'll know that sendmail is not set up properly for the delivery" echo "of local mail." echo elif [ "$MDA" = "3" ]; then echo "I Don't know what (m)ail (d)elivery (a)gent you're going to use." echo "You need a <mda> to deliver the mail to you, after <fetchmail> retrieves it." echo echo "Put the <mda> in your .fetchmailrc file, like below." echo "password $PASS" echo mda '"/usr/bin/procmail -d %s"' echo mda '"/usr/sbin/sendmail %s"' echo echo "The first time you run fetchmail, you should run it" echo "this way: # fetchmail -k" echo fi