aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the length check.Eric S. Raymond2000-02-171-10/+10
* Don't demand writespace after colon.Eric S. Raymond2000-02-141-10/+10
* -Wall changes.Eric S. Raymond1999-09-291-0/+2
* Eliminate bad realloc.Eric S. Raymond1999-03-101-1/+1
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-1/+1
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-2/+2
* Core dump fix.Eric S. Raymond1998-10-291-1/+1
* Fix one rewwrite bug.Eric S. Raymond1998-10-271-1/+3
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-0/+1
* More instrumentation.Eric S. Raymond1998-10-261-0/+7
* Newest addrerss-rewrite wrinkle.Eric S. Raymond1998-06-031-11/+19
* Eliminate caseblinding of UID comparisons.Eric S. Raymond1998-04-141-1/+4
* Fix typo in header name.Eric S. Raymond1998-02-111-1/+1
* Thomas Pitre's multidrop enhancements.Eric S. Raymond1998-01-301-1/+10
* Give up in GIGO.Eric S. Raymond1997-12-011-0/+8
* Minor bug fixes im IMAP handling.Eric S. Raymond1997-11-051-1/+1
* -Wall cleanup.Eric S. Raymond1997-10-101-1/+1
* Fix groupnames bug.Eric S. Raymond1997-10-041-3/+5
* Prevent buffer overruns.Eric S. Raymond1997-09-221-2/+13
* Alexander Kourakos's patch to improve rewriting.Eric S. Raymond1997-09-191-13/+27
* Fix nasty single-char-adddress bug in multidrop mode.Eric S. Raymond1997-09-101-1/+3
* Al Youngwerth's fix for RFC822.Eric S. Raymond1997-09-031-2/+3
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
* -Wall cleanup.Eric S. Raymond1997-06-111-1/+1
* Yet more pparsing improvements.Eric S. Raymond1997-05-281-1/+3
* Handle RFC822 group names.Eric S. Raymond1997-05-281-1/+6
* Make header rewrite play better with exim.Eric S. Raymond1997-05-061-10/+11
* Prevent rewrite from fooing up on a blank To: header.Eric S. Raymond1997-05-061-4/+6
* Move an initialization to be more perspicuous.Eric S. Raymond1997-03-071-3/+1
* Ready for the UIDL patch.Eric S. Raymond1997-03-071-2/+5
* Comma fix for RFC822 parsing.Eric S. Raymond1997-02-211-27/+74
* Enable rfc822 compilation.Eric S. Raymond1997-02-211-2/+2
* Have reply_hack alter its input buffer in place.Eric S. Raymond1997-01-311-18/+18
* Better RFC822 parsing.Eric S. Raymond1997-01-251-74/+34
* Improved rewrite.Eric S. Raymond1997-01-211-8/+16
* Avoid core dump again.Eric S. Raymond1997-01-191-0/+1
* Avoid core dump in rewrite logic.Eric S. Raymond1997-01-191-1/+3
* This should handle RFC822 continuations now.Eric S. Raymond1997-01-161-12/+24
* This does a reasonable job.Eric S. Raymond1997-01-151-12/+16
* Much simpler rewrite logic.Eric S. Raymond1997-01-151-128/+32
* Another step forwards.Eric S. Raymond1997-01-151-4/+27
* This should be correct.Eric S. Raymond1997-01-151-15/+17
* We're most of the way to a better rewrite.Eric S. Raymond1997-01-151-36/+38
* Fix Steven Trainoff's bug.Eric S. Raymond1997-01-131-7/+12
* Can't reproduce NAKANE's problem.Eric S. Raymond1997-01-131-5/+16
* Eliminate bug reported by Steven TrainoffEric S. Raymond1997-01-111-18/+41
* Simpler and more effective address parsing.Eric S. Raymond1997-01-111-44/+43
* Save before messing with state machinery.Eric S. Raymond1997-01-111-25/+35
* Initial revisionEric S. Raymond1996-11-061-0/+322