aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Collapse)AuthorAgeFilesLines
* Almost ready to ship 5.5.1Eric S. Raymond2000-08-211-1/+1
| | | | svn path=/trunk/; revision=2952
* Avoid spurious dot terminations.Eric S. Raymond2000-08-121-7/+10
| | | | svn path=/trunk/; revision=2948
* FETCHMAILUSER implemented.Eric S. Raymond2000-07-231-0/+6
| | | | svn path=/trunk/; revision=2933
* LinuxWorld hacks.Eric S. Raymond2000-02-051-1/+12
| | | | svn path=/trunk/; revision=2729
* drive.c now tracks stage.Eric S. Raymond2000-01-171-19/+1
| | | | svn path=/trunk/; revision=2712
* Ready to send this to Mike.Eric S. Raymond1999-11-061-13/+13
| | | | svn path=/trunk/; revision=2649
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-0/+2
| | | | svn path=/trunk/; revision=2643
* RPA support works.Eric S. Raymond1999-08-031-33/+25
| | | | svn path=/trunk/; revision=2538
* Use LOCKBUSY better.Eric S. Raymond1999-08-011-5/+17
| | | | svn path=/trunk/; revision=2530
* Added SpryNet support.Eric S. Raymond1999-04-011-6/+6
| | | | svn path=/trunk/; revision=2421
* Simplify error reporting further.Eric S. Raymond1999-02-031-8/+8
| | | | svn path=/trunk/; revision=2374
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-8/+10
| | | | svn path=/trunk/; revision=2369
* SDPS changes from Paul Murphy.Eric S. Raymond1999-01-301-12/+13
| | | | svn path=/trunk/; revision=2356
* This version appears ready to ship.Eric S. Raymond1999-01-301-1/+1
| | | | svn path=/trunk/; revision=2355
* error -> report, third stage.Eric S. Raymond1999-01-051-2/+2
| | | | svn path=/trunk/; revision=2330
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-3/+3
| | | | svn path=/trunk/; revision=2329
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-8/+8
| | | | svn path=/trunk/; revision=2328
* Fix copyrights.Eric S. Raymond1998-12-041-2/+1
| | | | svn path=/trunk/; revision=2260
* Fixed an undead-message hole.Eric S. Raymond1998-11-281-1/+1
| | | | svn path=/trunk/; revision=2220
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-10/+13
| | | | svn path=/trunk/; revision=2208
* Cleanup.Eric S. Raymond1998-11-221-2/+2
| | | | svn path=/trunk/; revision=2204
* Avoid colliding with a global.Eric S. Raymond1998-10-201-8/+8
| | | | svn path=/trunk/; revision=2122
* Make alloca safe.Eric S. Raymond1998-10-201-8/+1
| | | | svn path=/trunk/; revision=2115
* Use alloca where possible.Eric S. Raymond1998-10-081-2/+8
| | | | svn path=/trunk/; revision=2076
* Fixed SDPS support.Eric S. Raymond1998-08-251-15/+11
| | | | svn path=/trunk/; revision=2058
* *** empty log message ***Eric S. Raymond1998-08-181-1/+7
| | | | svn path=/trunk/; revision=2046
* Second version of SDPS.Eric S. Raymond1998-08-171-7/+13
| | | | svn path=/trunk/; revision=2041
* Added experimental SDPS support.Eric S. Raymond1998-08-031-0/+40
| | | | svn path=/trunk/; revision=2034
* Cleanup and bug fixes.Eric S. Raymond1998-07-131-1/+1
| | | | svn path=/trunk/; revision=1966
* Enable CompuServe users to suppress RPA.Eric S. Raymond1998-06-301-1/+3
| | | | svn path=/trunk/; revision=1952
* Fix to OPIE code.Eric S. Raymond1998-06-301-1/+1
| | | | svn path=/trunk/; revision=1949
* Re-enable OPIE build.Eric S. Raymond1998-06-081-1/+1
| | | | svn path=/trunk/; revision=1934
* Reinstate the fetchall kluge.Eric S. Raymond1998-06-051-3/+9
| | | | svn path=/trunk/; revision=1914
* POP3 should work on CompuServe now.Eric S. Raymond1998-06-031-6/+9
| | | | svn path=/trunk/; revision=1882
* Remove the fetchall kluge.Eric S. Raymond1998-05-231-15/+5
| | | | svn path=/trunk/; revision=1810
* Better fix for qpopper TOP problem.Eric S. Raymond1998-05-161-5/+9
| | | | svn path=/trunk/; revision=1790
* Allow fetchall to switch off TOP use.Eric S. Raymond1998-04-201-1/+7
| | | | svn path=/trunk/; revision=1753
* Fix comment.Eric S. Raymond1998-04-191-1/+2
| | | | svn path=/trunk/; revision=1749
* Eliminate caseblinding of UID comparisons.Eric S. Raymond1998-04-141-4/+2
| | | | svn path=/trunk/; revision=1736
* Use TOP instead of RETR for POP3 retrieval.Eric S. Raymond1998-03-261-1/+26
| | | | 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
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-3/+3
| | | | svn path=/trunk/; revision=1719
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-0/+1
| | | | svn path=/trunk/; revision=1712
* Dick van den Burg's patch.Eric S. Raymond1998-03-171-1/+3
| | | | svn path=/trunk/; revision=1705
* Re-engineer the UIDL stuff to avoid having the status flag collideEric S. Raymond1998-03-131-6/+14
| | | | | | with message numbers. svn path=/trunk/; revision=1699
* Nailed.Eric S. Raymond1998-03-131-1/+1
| | | | svn path=/trunk/; revision=1698
* Fix wrong-password coredump.Eric S. Raymond1998-03-071-4/+3
| | | | svn path=/trunk/; revision=1693
* Changes for OTP-IMAP.Eric S. Raymond1998-02-201-3/+2
| | | | svn path=/trunk/; revision=1658
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-0/+4
| | | | svn path=/trunk/; revision=1630
* Corrected OTP support.Eric S. Raymond1998-01-231-22/+31
| | | | svn path=/trunk/; revision=1610