aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Expand)AuthorAgeFilesLines
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-8/+8
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-261-23/+18
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-15/+15
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+33
* No more FLAGS.SILENT.Eric S. Raymond1996-10-211-7/+1
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-3/+15
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-16/+5
* Add historically useful commment.Eric S. Raymond1996-10-131-0/+6
* Make deletions slightly faster.Eric S. Raymond1996-10-101-1/+1
* Ship IMAP passwords as quoted strings.Eric S. Raymond1996-10-101-1/+1
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-1/+1
* Reverse order of arguments in OK method.Eric S. Raymond1996-10-021-1/+1
* Simplify the driver main loop.Eric S. Raymond1996-10-011-4/+2
* Better IMAP support.Eric S. Raymond1996-10-011-69/+24
* Fix broken response parsing.Eric S. Raymond1996-10-011-35/+46
* The great options massacre.Eric S. Raymond1996-09-281-10/+2
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-12/+22
* Move Chris Newman's criticism here.Eric S. Raymond1996-09-251-0/+44
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-251-13/+3
* The great name change.Eric S. Raymond1996-09-241-2/+2
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-3/+3
* Correct processing of greeting messages.Eric S. Raymond1996-08-271-1/+3
* Portability cleanup.Eric S. Raymond1996-08-271-3/+0
* Successfully genericized POP3 and IMAP.Eric S. Raymond1996-08-271-653/+0
* Genericized version of POP3 works.Eric S. Raymond1996-08-271-56/+303
* Genericize the drive loop.Eric S. Raymond1996-08-271-143/+231
* Added autoprobe logic.Eric S. Raymond1996-08-261-1/+1
* Initial revisionEric S. Raymond1996-08-261-0/+517