aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* RPOP support is back.Eric S. Raymond1997-01-201-1/+9
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-0/+2
* Expunge fix.Eric S. Raymond1997-01-141-1/+0
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-1/+1
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-2/+2
* Have IMAP set seen flag if keep is on.Eric S. Raymond1996-12-271-1/+1
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-3/+4
* Note that ID comparisons are caseblind.Eric S. Raymond1996-12-181-0/+3
* Remove some inclusions no longer needed.Eric S. Raymond1996-12-171-1/+0
* Clean up some extra trailing LFs.Eric S. Raymond1996-12-171-0/+12
* SockGets is gone.Eric S. Raymond1996-12-171-3/+3
* Protocol labels for in-out messages.Eric S. Raymond1996-12-171-3/+3
* Yet morer error message cleanup.Eric S. Raymond1996-12-171-3/+3
* More through error conversion.Eric S. Raymond1996-12-171-3/+3
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-4/+4
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-0/+1
* Change name of string-saver functions.Eric S. Raymond1996-11-281-4/+4
* Avoid malloc overrun core-dump.Eric S. Raymond1996-11-271-3/+4
* General cleanup for 2.0 release.Eric S. Raymond1996-11-161-0/+1
* Fix for unusual octet count format.Eric S. Raymond1996-11-111-2/+2
* Prototypes everywhere.Eric S. Raymond1996-11-081-60/+39
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-6/+5
* Insert fseeks to prevent read-write lossage.Eric S. Raymond1996-11-041-0/+2
* Eliminated socket.h.Eric S. Raymond1996-11-041-1/+0
* Special socket I/O almost gone!Eric S. Raymond1996-11-041-4/+4
* Header cleanup.Eric S. Raymond1996-11-011-1/+1
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-3/+3
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-311-29/+29
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-4/+9
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-261-7/+6
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-27/+27
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+35
* Cleaner UIDL.Eric S. Raymond1996-10-211-6/+4
* Screem loudly on protocol errors.Eric S. Raymond1996-10-211-5/+7
* Better errorb bailout in the UIDL handling.Eric S. Raymond1996-10-211-5/+8
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-2/+12
* Better octet-message parsing.Eric S. Raymond1996-10-191-2/+11
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-9/+3
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-20/+8
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-4/+2
* UIDs, take 3.Eric S. Raymond1996-10-101-3/+3
* UIDs, phase 2.Eric S. Raymond1996-10-101-3/+43
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-13/+0
* Relocate the kerberos code to driver.c.Eric S. Raymond1996-10-101-56/+1
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-1/+69
* Cleaner authentication code.Eric S. Raymond1996-10-091-17/+8
* Let POP3 pick up the message length.Eric S. Raymond1996-10-091-2/+8
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-10/+0
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-1/+1
* Avoid SPARC bug.Eric S. Raymond1996-10-041-1/+1