Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | matchUntil was changed for performance | odr | 2014-02-10 | 1 | -3/+10 |
| | |||||
* | bugs fixed | odr | 2014-01-11 | 2 | -2/+2 |
| | |||||
* | Text-based API | odr | 2014-01-11 | 3 | -206/+214 |
| | |||||
* | Disable `tracing` by default. | Iavor S. Diatchki | 2012-10-04 | 1 | -3/+11 |
| | | | | To re-enable, turn on tracing in the parser file. | ||||
* | Integrate improvements from Scrive (thanks to Magnus Carlsson!) | Iavor S. Diatchki | 2012-06-01 | 4 | -18/+24 |
| | | | | | | | | | | * Codec.MIME.Parse.parseMIMEBody: stick the header argument into the returned mime_val_headers field. * Codec.MIME.Parse.parseMIMEMessage: be more tolerant about non-standard newlines. * Codec.MIME.Parse.untilMatch: fix a bug demonstrated by input "ab" "aab". | ||||
* | 0.3.2: extend export list for C.M.Parse; updated maintainer info | Sigbjorn Finne | 2009-12-21 | 6 | -18/+16 |
| | |||||
* | haddock additions | Sigbjorn Finne | 2009-01-31 | 6 | -56/+82 |
| | |||||
* | MIMEValue: include extra header field + toggle to control inclusion of ↵ | Sigbjorn Finne | 2008-11-09 | 3 | -12/+38 |
| | | | | content-type when emitting its type; added nullMIMEValue for easier construction of MIMEValues; upped version to 0.3.0 | ||||
* | fix terrible QP encoding snafu + tidyups | Sigbjorn Finne | 2008-09-19 | 6 | -15/+17 |
| | |||||
* | encode: simplified | Sigbjorn Finne | 2008-09-14 | 1 | -8/+7 |
| | |||||
* | added encoder + recognize soft line breaks on the decoding side | Sigbjorn Finne | 2008-09-14 | 1 | -1/+37 |
| | |||||
* | wibble (testing e-mail fwd'ing) | Sigbjorn Finne | 2008-09-08 | 1 | -0/+1 |
| | |||||
* | wibble (testing e-mail fwd'ing) | Sigbjorn Finne | 2008-09-08 | 1 | -1/+0 |
| | |||||
* | robustified (wrt. casing) field lookups | Sigbjorn Finne | 2008-09-08 | 1 | -10/+25 |
| | |||||
* | Make parsing parameters case insensitive. | Iavor S. Diatchki | 2008-09-05 | 1 | -1/+2 |
| | | | | Thanks to Nicolas Pouillard for reporting this, and sending us a patch. | ||||
* | Name space fixes | Don Stewart | 2008-01-04 | 6 | -25/+52 |
| | |||||
* | Move MIME stuff into proper Codec.* namespace. | Don Stewart | 2008-01-04 | 6 | -0/+646 |
Add copyrights where missing. |