matllubos / mimeparse

Automatically exported from code.google.com/p/mimeparse
MIT License
0 stars 0 forks source link

Erlang version of mimeparse #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached find an Erlang version of mimeparse, which I'd like you to add to your 
repository.

Unlike the other language implementations, it doesn't export the 
quality_parsed() function from the 
module because that function doesn't seem all that useful at the application 
level. Otherwise the 
code largely mirrors that of the other languages, except best_match() is more 
efficient by avoiding 
the sort step via a fold. All in all it's functionally identical to the patched 
versions of the other 
languages I submitted in my previous issue, and it includes (and passes) the 
same unit tests as the 
others.

Original issue reported on code.google.com by vino...@gmail.com on 13 Sep 2008 at 10:45

Attachments:

GoogleCodeExporter commented 9 years ago
Introduced an Erlang version, with the initial version set to 0.1.2.

Original comment by vino...@gmail.com on 24 Nov 2008 at 2:52

GoogleCodeExporter commented 9 years ago
Tests enhanced to cover issues. All test pass.

Original comment by vino...@gmail.com on 24 Nov 2008 at 2:54