Ilja Booij wrote:


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..

Much of my previous coding I have done in C++. I never really found a need to work with glib, since its essentially OOing your C. I suspect we're going to have a nasty glib break soon when we get gnome 2.6 into debian.

<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?

http://www.gnu.org/software/mailutils/manual/index.html

Ilja

Dan Weber

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to