aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Ready to release.Eric S. Raymond1997-05-281-1/+3
* display token strings on parser errors.Eric S. Raymond1997-05-281-3/+7
* Fix a lexer error.Eric S. Raymond1997-05-281-1/+1
* Added the interval option.Eric S. Raymond1997-05-287-2/+30
* Ready.Eric S. Raymond1997-05-281-0/+1
* Yet more pparsing improvements.Eric S. Raymond1997-05-281-1/+3
* Better stuff on failed SMTP connections.Eric S. Raymond1997-05-281-23/+35
* Added F5.Eric S. Raymond1997-05-281-2/+19
* Fix error response on 571.Eric S. Raymond1997-05-281-5/+5
* Force 32 bits for RFC1731 calculation.Eric S. Raymond1997-05-282-7/+4
* Properly initialize smtp_socket member.Eric S. Raymond1997-05-282-0/+2
* Handle RFC822 group names.Eric S. Raymond1997-05-282-1/+7
* Nailed.Eric S. Raymond1997-05-275-76/+80
* Initial revisionEric S. Raymond1997-05-271-0/+92
* Add imap-k4 capability.Eric S. Raymond1997-05-276-47/+332
* Version-bump time.Eric S. Raymond1997-05-271-1/+1
* Fix for libc6 configuration.Eric S. Raymond1997-05-271-1/+1
* Add info on tokens with a `no' prefix.Eric S. Raymond1997-05-271-8/+22
* Ready to ship.Eric S. Raymond1997-05-181-1/+1
* Automatic LSM generation.Eric S. Raymond1997-05-181-4/+8
* Updated.Eric S. Raymond1997-05-171-3/+11
* Better libc6 configuration.Eric S. Raymond1997-05-172-7/+12
* Better antispam at last.Eric S. Raymond1997-05-173-8/+15
* Better functional separation.Eric S. Raymond1997-05-172-53/+71
* Cleanup.Eric S. Raymond1997-05-171-4/+4
* Another step towards cleaner code.Eric S. Raymond1997-05-172-14/+16
* IMAP now splits its request in half.Eric S. Raymond1997-05-176-11/+66
* Introduce forward_ok.Eric S. Raymond1997-05-171-52/+47
* Simplify smtp_open calling logic.Eric S. Raymond1997-05-171-1/+1
* Remove section on built-time problems.Eric S. Raymond1997-05-171-48/+4
* Add multiple-folder support.Eric S. Raymond1997-05-1514-203/+264
* -Wall cleanup.Eric S. Raymond1997-05-158-24/+20
* Better >From handling.Eric S. Raymond1997-05-152-0/+25
* Reduce false parssing of "no" prefixes.Eric S. Raymond1997-05-151-1/+1
* Add mailbox indication.Eric S. Raymond1997-05-151-14/+11
* Detect embedded NULs.Eric S. Raymond1997-05-141-0/+3
* Detect embedded NULs.Eric S. Raymond1997-05-141-5/+16
* Avoid KERBEROS_V4 redefinition.Eric S. Raymond1997-05-142-4/+4
* Nailed.Eric S. Raymond1997-05-141-2/+2
* Version bump.Eric S. Raymond1997-05-141-1/+1
* Nailed.Eric S. Raymond1997-05-141-2/+3
* Avoid a core dump in .netrc use.Eric S. Raymond1997-05-141-11/+8
* Nailed the embedded-NUL bug.Eric S. Raymond1997-05-142-6/+1
* Use the actual line length for decrementing the IMAP message length counter.Eric S. Raymond1997-05-141-10/+12
* Yet cleaner read code.Eric S. Raymond1997-05-141-14/+6
* Document the NULs problem.Eric S. Raymond1997-05-142-7/+9
* Cleaner version of SockRead.Eric S. Raymond1997-05-141-8/+6
* Be sure to write the headers properly.Eric S. Raymond1997-05-141-17/+15
* Return correct length of data read.Eric S. Raymond1997-05-131-4/+14
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-1312-254/+251