aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ready to release.Eric S. Raymond1998-05-064-20/+23
| | | | svn path=/trunk/; revision=1760
* Cosmetic fix.Eric S. Raymond1998-05-061-10/+11
| | | | svn path=/trunk/; revision=1759
* Mike McAllister sent a fix for qvirtual.Eric S. Raymond1998-05-063-15/+19
| | | | svn path=/trunk/; revision=1758
* Unbug the UID state initialization.Eric S. Raymond1998-05-062-1/+2
| | | | svn path=/trunk/; revision=1757
* Wautier's fix.Eric S. Raymond1998-04-302-14/+18
| | | | svn path=/trunk/; revision=1756
* Markup fix.Eric S. Raymond1998-04-301-3/+3
| | | | svn path=/trunk/; revision=1755
* Allow fetchall to switch off TOP use.Eric S. Raymond1998-04-202-3/+11
| | | | svn path=/trunk/; revision=1753
* Document a side effect of fetchall.Eric S. Raymond1998-04-191-0/+3
| | | | svn path=/trunk/; revision=1752
* Added item X5.Eric S. Raymond1998-04-191-2/+20
| | | | svn path=/trunk/; revision=1751
* *** empty log message ***Eric S. Raymond1998-04-191-0/+6
| | | | svn path=/trunk/; revision=1750
* Fix comment.Eric S. Raymond1998-04-191-1/+2
| | | | svn path=/trunk/; revision=1749
* Ready to ship.Eric S. Raymond1998-04-191-1/+1
| | | | svn path=/trunk/; revision=1748
* Added some URLs.Eric S. Raymond1998-04-191-12/+11
| | | | svn path=/trunk/; revision=1747
* Back out any attempt to handle empy return-paths specially.Eric S. Raymond1998-04-191-4/+4
| | | | svn path=/trunk/; revision=1746
* Henreik Storner's fix patch.Eric S. Raymond1998-04-191-28/+59
| | | | svn path=/trunk/; revision=1744
* *** empty log message ***Eric S. Raymond1998-04-191-4/+5
| | | | svn path=/trunk/; revision=1743
* *** empty log message ***Eric S. Raymond1998-04-192-7/+29
| | | | svn path=/trunk/; revision=1742
* Version bump.Eric S. Raymond1998-04-191-1/+1
| | | | svn path=/trunk/; revision=1741
* *** empty log message ***Eric S. Raymond1998-04-181-2/+16
| | | | svn path=/trunk/; revision=1740
* Added info on where to get the socket program.Eric S. Raymond1998-04-141-3/+7
| | | | svn path=/trunk/; revision=1739
* Henrik Storner's patch.Eric S. Raymond1998-04-141-2/+4
| | | | svn path=/trunk/; revision=1738
* Typo fix.Eric S. Raymond1998-04-141-1/+1
| | | | svn path=/trunk/; revision=1737
* Eliminate caseblinding of UID comparisons.Eric S. Raymond1998-04-145-12/+16
| | | | svn path=/trunk/; revision=1736
* Don't use inline.Eric S. Raymond1998-04-071-1/+1
| | | | svn path=/trunk/; revision=1735
* RPA warnings.Eric S. Raymond1998-04-041-7/+13
| | | | svn path=/trunk/; revision=1734
* De-caseblind UID comparisons where appropriate.Eric S. Raymond1998-04-041-8/+10
| | | | svn path=/trunk/; revision=1733
* Enable fetchmail to build on benighted systems with no memmove.Eric S. Raymond1998-03-274-4/+16
| | | | svn path=/trunk/; revision=1732
* More on the concurrency problem.Eric S. Raymond1998-03-261-5/+17
| | | | svn path=/trunk/; revision=1731
* Prevent pathological circular lists.Eric S. Raymond1998-03-264-13/+15
| | | | svn path=/trunk/; revision=1730
* Initial revisionEric S. Raymond1998-03-261-0/+652
| | | | svn path=/trunk/; revision=1728
* Use TOP instead of RETR for POP3 retrieval.Eric S. Raymond1998-03-263-7/+37
| | | | svn path=/trunk/; revision=1727
* Document the fact that TOP doesn't really let us do split fetches a la IMAP.Eric S. Raymond1998-03-261-2/+27
| | | | svn path=/trunk/; revision=1726
* Ready to ship.Eric S. Raymond1998-03-241-1/+1
| | | | svn path=/trunk/; revision=1725
* Nuke comment.Eric S. Raymond1998-03-241-3/+0
| | | | svn path=/trunk/; revision=1724
* Ready to ship.Eric S. Raymond1998-03-242-3/+4
| | | | svn path=/trunk/; revision=1723
* Prevernt formation of pathological lists.Eric S. Raymond1998-03-242-1/+9
| | | | svn path=/trunk/; revision=1722
* Added byte count in status message.Eric S. Raymond1998-03-242-21/+28
| | | | svn path=/trunk/; revision=1721
* Typo fix.Eric S. Raymond1998-03-241-1/+1
| | | | svn path=/trunk/; revision=1720
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-2410-19/+46
| | | | svn path=/trunk/; revision=1719
* Typo fix.Eric S. Raymond1998-03-241-1/+1
| | | | svn path=/trunk/; revision=1718
* Fix a syntax error.Eric S. Raymond1998-03-241-3/+3
| | | | svn path=/trunk/; revision=1717
* Fix minor bug.Eric S. Raymond1998-03-231-1/+1
| | | | svn path=/trunk/; revision=1716
* Henrik Storner's patch to support mimedecode.Eric S. Raymond1998-03-205-37/+82
| | | | svn path=/trunk/; revision=1715
* Full info about SOCKS.Eric S. Raymond1998-03-181-2/+15
| | | | svn path=/trunk/; revision=1714
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-1/+0
| | | | svn path=/trunk/; revision=1713
* Fix IMAP password shrouding.Eric S. Raymond1998-03-187-28/+29
| | | | svn path=/trunk/; revision=1712
* Use the RFC822 limit.Eric S. Raymond1998-03-181-1/+1
| | | | svn path=/trunk/; revision=1711
* Make the signal-based wait work again.Eric S. Raymond1998-03-181-3/+5
| | | | svn path=/trunk/; revision=1710
* Version bump.Eric S. Raymond1998-03-171-1/+1
| | | | svn path=/trunk/; revision=1708
* Fix -Wall warnings.Eric S. Raymond1998-03-172-0/+3
| | | | svn path=/trunk/; revision=1707