aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the driver main loop.Eric S. Raymond1996-10-011-4/+2
| | | | svn path=/trunk/; revision=189
* Better IMAP support.Eric S. Raymond1996-10-011-69/+24
| | | | svn path=/trunk/; revision=185
* Fix broken response parsing.Eric S. Raymond1996-10-011-35/+46
| | | | svn path=/trunk/; revision=184
* The great options massacre.Eric S. Raymond1996-09-281-10/+2
| | | | svn path=/trunk/; revision=178
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-12/+22
| | | | svn path=/trunk/; revision=168
* Move Chris Newman's criticism here.Eric S. Raymond1996-09-251-0/+44
| | | | svn path=/trunk/; revision=140
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-251-13/+3
| | | | svn path=/trunk/; revision=129
* The great name change.Eric S. Raymond1996-09-241-2/+2
| | | | svn path=/trunk/; revision=114
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-3/+3
| | | | svn path=/trunk/; revision=106
* Correct processing of greeting messages.Eric S. Raymond1996-08-271-1/+3
| | | | svn path=/trunk/; revision=75
* Portability cleanup.Eric S. Raymond1996-08-271-3/+0
| | | | svn path=/trunk/; revision=74
* Successfully genericized POP3 and IMAP.Eric S. Raymond1996-08-271-653/+0
| | | | svn path=/trunk/; revision=73
* Genericized version of POP3 works.Eric S. Raymond1996-08-271-56/+303
| | | | svn path=/trunk/; revision=70
* Genericize the drive loop.Eric S. Raymond1996-08-271-143/+231
| | | | svn path=/trunk/; revision=69
* Added autoprobe logic.Eric S. Raymond1996-08-261-1/+1
| | | | svn path=/trunk/; revision=66
* Initial revisionEric S. Raymond1996-08-261-0/+517
svn path=/trunk/; revision=64