aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* Security fix.Eric S. Raymond2001-08-041-3/+7
* Almost ready to ship.Eric S. Raymond2001-07-251-4/+14
* Add a comment.Eric S. Raymond2001-07-111-0/+1
* Issue RSET before QUIT if keep is enabled.Eric S. Raymond2001-07-061-0/+7
* First round of ODMR fixes.Eric S. Raymond2001-06-241-1/+1
* Fix the double-authentication bug.Eric S. Raymond2001-05-121-13/+20
* More from HH's patch.Eric S. Raymond2001-04-231-3/+3
* Nalin Dahyabai's changes.Eric S. Raymond2001-04-101-39/+38
* Bug fixes.Eric S. Raymond2001-03-221-0/+2
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-1/+0
* Nake methods invisible except through the driver's table.Eric S. Raymond2001-03-131-8/+5
* Enable GSSAPI.Eric S. Raymond2001-03-071-1/+1
* Tolerate flaky servers better.Eric S. Raymond2001-03-051-0/+4
* Various minor screwups.Eric S. Raymond2001-03-041-4/+4
* Should fix the latest Debian bug.Eric S. Raymond2001-03-031-2/+12
* More authentication types.Eric S. Raymond2001-02-201-47/+42
* preauth -> auth.Eric S. Raymond2001-02-191-6/+6
* OK, use CAPA for AUTH querying.Eric S. Raymond2001-02-191-20/+14
* Enable user to suppress Kerberos and GSSAPI.Eric S. Raymond2001-02-191-2/+7
* Resolved Chip Salzenberg's bug.Eric S. Raymond2001-02-161-1/+6
* Explain the < test.Eric S. Raymond2001-02-151-5/+8
* Don't issue AUTH between USER and PASS, some servers choke on this.Eric S. Raymond2001-02-141-2/+1
* Looks like we've got the new authentication logic done.Eric S. Raymond2001-02-121-13/+27
* Back to X-OTP.Eric S. Raymond2001-02-111-1/+1
* Authentication completely refactored.Eric S. Raymond2001-02-111-2/+27
* CRAM now works with POP3!Eric S. Raymond2001-02-111-0/+23
* Almost ready to ship 5.5.1Eric S. Raymond2000-08-211-1/+1
* Avoid spurious dot terminations.Eric S. Raymond2000-08-121-7/+10
* FETCHMAILUSER implemented.Eric S. Raymond2000-07-231-0/+6
* LinuxWorld hacks.Eric S. Raymond2000-02-051-1/+12
* drive.c now tracks stage.Eric S. Raymond2000-01-171-19/+1
* Ready to send this to Mike.Eric S. Raymond1999-11-061-13/+13
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-0/+2
* RPA support works.Eric S. Raymond1999-08-031-33/+25
* Use LOCKBUSY better.Eric S. Raymond1999-08-011-5/+17
* Added SpryNet support.Eric S. Raymond1999-04-011-6/+6
* Simplify error reporting further.Eric S. Raymond1999-02-031-8/+8
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-8/+10
* SDPS changes from Paul Murphy.Eric S. Raymond1999-01-301-12/+13
* This version appears ready to ship.Eric S. Raymond1999-01-301-1/+1
* error -> report, third stage.Eric S. Raymond1999-01-051-2/+2
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-3/+3
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-8/+8
* Fix copyrights.Eric S. Raymond1998-12-041-2/+1
* Fixed an undead-message hole.Eric S. Raymond1998-11-281-1/+1
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-10/+13
* Cleanup.Eric S. Raymond1998-11-221-2/+2
* Avoid colliding with a global.Eric S. Raymond1998-10-201-8/+8
* Make alloca safe.Eric S. Raymond1998-10-201-8/+1
* Use alloca where possible.Eric S. Raymond1998-10-081-2/+8