summaryrefslogtreecommitdiffstats
path: root/Codec
Commit message (Collapse)AuthorAgeFilesLines
* matchUntil was changed for performanceodr2014-02-101-3/+10
|
* bugs fixedodr2014-01-112-2/+2
|
* Text-based APIodr2014-01-113-206/+214
|
* Disable `tracing` by default.Iavor S. Diatchki2012-10-041-3/+11
| | | | To re-enable, turn on tracing in the parser file.
* Integrate improvements from Scrive (thanks to Magnus Carlsson!)Iavor S. Diatchki2012-06-014-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 infoSigbjorn Finne2009-12-216-18/+16
|
* haddock additionsSigbjorn Finne2009-01-316-56/+82
|
* MIMEValue: include extra header field + toggle to control inclusion of ↵Sigbjorn Finne2008-11-093-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 + tidyupsSigbjorn Finne2008-09-196-15/+17
|
* encode: simplifiedSigbjorn Finne2008-09-141-8/+7
|
* added encoder + recognize soft line breaks on the decoding sideSigbjorn Finne2008-09-141-1/+37
|
* wibble (testing e-mail fwd'ing)Sigbjorn Finne2008-09-081-0/+1
|
* wibble (testing e-mail fwd'ing)Sigbjorn Finne2008-09-081-1/+0
|
* robustified (wrt. casing) field lookupsSigbjorn Finne2008-09-081-10/+25
|
* Make parsing parameters case insensitive.Iavor S. Diatchki2008-09-051-1/+2
| | | | Thanks to Nicolas Pouillard for reporting this, and sending us a patch.
* Name space fixesDon Stewart2008-01-046-25/+52
|
* Move MIME stuff into proper Codec.* namespace.Don Stewart2008-01-046-0/+646
Add copyrights where missing.