aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Yet another round of fixes.Eric S. Raymond2003-07-171-0/+93
| | | | svn path=/trunk/; revision=3819
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-3/+2
| | | | svn path=/trunk/; revision=3814
* Support A_SSH authentication.Eric S. Raymond2003-02-281-0/+4
| | | | svn path=/trunk/; revision=3800
* Before the IDLE patch.Eric S. Raymond2003-02-281-55/+83
| | | | svn path=/trunk/; revision=3792
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-1/+31
| | | | svn path=/trunk/; revision=3778
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-2/+24
| | | | svn path=/trunk/; revision=3772
* Whiespace fix.Eric S. Raymond2002-10-311-4/+5
| | | | svn path=/trunk/; revision=3758
* Sunil's patch to guard SSL use.Eric S. Raymond2002-10-181-1/+3
| | | | svn path=/trunk/; revision=3740
* OTP fix patches from Stanislav Brabec.Eric S. Raymond2002-10-181-0/+26
| | | | svn path=/trunk/; revision=3735
* Matt Kraai's fix for POP3 STARTTLS.Eric S. Raymond2002-09-131-18/+12
| | | | svn path=/trunk/; revision=3717
* More fixes from Sunil.Eric S. Raymond2002-07-101-2/+10
| | | | svn path=/trunk/; revision=3660
* Sunil's CAPA patch.Eric S. Raymond2002-06-221-25/+32
| | | | svn path=/trunk/; revision=3650
* STLS fix.Eric S. Raymond2002-06-031-1/+1
| | | | svn path=/trunk/; revision=3621
* Minor fixes.Eric S. Raymond2002-03-091-0/+28
| | | | svn path=/trunk/; revision=3584
* _( -> GT_(Eric S. Raymond2001-09-241-8/+8
| | | | svn path=/trunk/; revision=3478
* HMH's security check.Eric S. Raymond2001-09-231-2/+3
| | | | svn path=/trunk/; revision=3468
* Security fix.Eric S. Raymond2001-08-041-3/+7
| | | | svn path=/trunk/; revision=3441
* Almost ready to ship.Eric S. Raymond2001-07-251-4/+14
| | | | svn path=/trunk/; revision=3422
* Add a comment.Eric S. Raymond2001-07-111-0/+1
| | | | svn path=/trunk/; revision=3414
* Issue RSET before QUIT if keep is enabled.Eric S. Raymond2001-07-061-0/+7
| | | | svn path=/trunk/; revision=3394
* First round of ODMR fixes.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3372
* Fix the double-authentication bug.Eric S. Raymond2001-05-121-13/+20
| | | | svn path=/trunk/; revision=3304
* More from HH's patch.Eric S. Raymond2001-04-231-3/+3
| | | | svn path=/trunk/; revision=3295
* Nalin Dahyabai's changes.Eric S. Raymond2001-04-101-39/+38
| | | | svn path=/trunk/; revision=3290
* Bug fixes.Eric S. Raymond2001-03-221-0/+2
| | | | svn path=/trunk/; revision=3268
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-1/+0
| | | | svn path=/trunk/; revision=3252
* Nake methods invisible except through the driver's table.Eric S. Raymond2001-03-131-8/+5
| | | | svn path=/trunk/; revision=3249
* Enable GSSAPI.Eric S. Raymond2001-03-071-1/+1
| | | | svn path=/trunk/; revision=3215
* Tolerate flaky servers better.Eric S. Raymond2001-03-051-0/+4
| | | | svn path=/trunk/; revision=3204
* Various minor screwups.Eric S. Raymond2001-03-041-4/+4
| | | | svn path=/trunk/; revision=3191
* Should fix the latest Debian bug.Eric S. Raymond2001-03-031-2/+12
| | | | svn path=/trunk/; revision=3184
* More authentication types.Eric S. Raymond2001-02-201-47/+42
| | | | svn path=/trunk/; revision=3130
* preauth -> auth.Eric S. Raymond2001-02-191-6/+6
| | | | svn path=/trunk/; revision=3121
* OK, use CAPA for AUTH querying.Eric S. Raymond2001-02-191-20/+14
| | | | svn path=/trunk/; revision=3118
* Enable user to suppress Kerberos and GSSAPI.Eric S. Raymond2001-02-191-2/+7
| | | | svn path=/trunk/; revision=3117
* Resolved Chip Salzenberg's bug.Eric S. Raymond2001-02-161-1/+6
| | | | svn path=/trunk/; revision=3111
* Explain the < test.Eric S. Raymond2001-02-151-5/+8
| | | | svn path=/trunk/; revision=3108
* Don't issue AUTH between USER and PASS, some servers choke on this.Eric S. Raymond2001-02-141-2/+1
| | | | svn path=/trunk/; revision=3096
* Looks like we've got the new authentication logic done.Eric S. Raymond2001-02-121-13/+27
| | | | svn path=/trunk/; revision=3072
* Back to X-OTP.Eric S. Raymond2001-02-111-1/+1
| | | | svn path=/trunk/; revision=3069
* Authentication completely refactored.Eric S. Raymond2001-02-111-2/+27
| | | | svn path=/trunk/; revision=3067
* CRAM now works with POP3!Eric S. Raymond2001-02-111-0/+23
| | | | svn path=/trunk/; revision=3063
* 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