]> git.mikk.net Git - liburl/commit
Beginnings of a URL extraction library for e-mail messages.
authorchris mikkelson <chris@mikk.net>
Mon, 26 Jan 2009 04:39:11 +0000 (22:39 -0600)
committerchris mikkelson <chris@mikk.net>
Mon, 26 Jan 2009 04:39:11 +0000 (22:39 -0600)
commit4c33bd1ffb9fcb024ea70de24e69a111d3e675c2
tree92f13b36b4932a87ef46e32310e84ff50da81c6b
Beginnings of a URL extraction library for e-mail messages.

General plumbing is complete, as are the stream-based regexp
matcher, base64, and quoted-printable decoder.

Next steps are basic header parsing (regexp-based?), MIME
boundary extraction and matching.
base64.c [new file with mode: 0644]
decoders.h [new file with mode: 0644]
msgproc.c [new file with mode: 0644]
msgproc.h [new file with mode: 0644]
parser.c [new file with mode: 0644]
parser.h [new file with mode: 0644]
quoted-printable.c [new file with mode: 0644]
re_stream.c [new file with mode: 0644]
re_stream.h [new file with mode: 0644]