aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Collapse)AuthorAgeFilesLines
* Successfully genericized POP3 and IMAP.Eric S. Raymond1996-08-271-0/+226
| | | | svn path=/trunk/; revision=73
* Eliminate the dedicated POP3 driver loop.Eric S. Raymond1996-08-271-673/+5
| | | | svn path=/trunk/; revision=71
* Added autoprobe logic.Eric S. Raymond1996-08-261-1/+1
| | | | svn path=/trunk/; revision=66
* We have IMAP support.Eric S. Raymond1996-08-261-2/+2
| | | | svn path=/trunk/; revision=65
* Condition out most of the debugging.Eric S. Raymond1996-08-231-2/+45
| | | | svn path=/trunk/; revision=59
* Added support for RFC-1725-compliant servers with UIDL and without LAST.Eric S. Raymond1996-08-221-3/+79
| | | | svn path=/trunk/; revision=56
* Change the LAST logic slightly, preparatory to using UIDL.Eric S. Raymond1996-08-221-12/+11
| | | | svn path=/trunk/; revision=55
* Minor bug fixes.Eric S. Raymond1996-08-021-2/+2
| | | | svn path=/trunk/; revision=47
* Freeze bug fixes befoire adding more features.Eric S. Raymond1996-07-191-4/+8
| | | | svn path=/trunk/; revision=38
* Change of name.Eric S. Raymond1996-07-031-38/+38
| | | | svn path=/trunk/; revision=35
* optrec -> hostrec.Eric S. Raymond1996-07-031-5/+5
| | | | svn path=/trunk/; revision=34
* Got rid of line limit member.Eric S. Raymond1996-07-031-2/+2
| | | | svn path=/trunk/; revision=31
* Got rid of verbose member, changed whicpop to protocol.Eric S. Raymond1996-07-031-1/+1
| | | | svn path=/trunk/; revision=28
* Merged hostrec and option structures.Eric S. Raymond1996-07-031-5/+3
| | | | svn path=/trunk/; revision=27
* Some name changes.Eric S. Raymond1996-07-021-6/+6
| | | | svn path=/trunk/; revision=24
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-53/+4
| | | | | | baton. svn path=/trunk/; revision=16
* This is what I sent Harris.Eric S. Raymond1996-06-261-24/+42
| | | | svn path=/trunk/; revision=9
* Initial revisionEric S. Raymond1996-06-241-0/+781
svn path=/trunk/; revision=3