Dan Weber wrote:

<snip>
Already we're talking about GStrings and such, which means that we're looking
at a radically different codebase. Frankly, though, all strings should be
structs that look like this, which is definitely The Right Thing (TM)...

struct GString
{
gchar *str;
gint len;
};




bah, I hate working with glib.

Any reason why? Just simply stating that you hate something is rarely useful..

<snip>
Mailutils provides a very nice message parser. Since its very complete, maybe we should take a look at it?


You really should take a look at the libmailutils stuff.  Very complete.

I cannot find the API docs for libmailutils. Does anyone know where to find them?

Ilja


Reply via email to