aboutsummaryrefslogtreecommitdiffstats
path: root/camel/url-util.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-02-17 01:05:57 +0800
committerDan Winship <danw@src.gnome.org>2000-02-17 01:05:57 +0800
commitd2239da3e7758ed99263b6623ab258561e10994d (patch)
tree91f6cc43929c00e4459fb4fe1610363244e7b664 /camel/url-util.h
parent8176cca8d02c90ed2b6ec3f48f95e7209e16389b (diff)
downloadgsoc2013-evolution-d2239da3e7758ed99263b6623ab258561e10994d.tar
gsoc2013-evolution-d2239da3e7758ed99263b6623ab258561e10994d.tar.gz
gsoc2013-evolution-d2239da3e7758ed99263b6623ab258561e10994d.tar.bz2
gsoc2013-evolution-d2239da3e7758ed99263b6623ab258561e10994d.tar.lz
gsoc2013-evolution-d2239da3e7758ed99263b6623ab258561e10994d.tar.xz
gsoc2013-evolution-d2239da3e7758ed99263b6623ab258561e10994d.tar.zst
gsoc2013-evolution-d2239da3e7758ed99263b6623ab258561e10994d.zip
Simplify the code a lot and add support for RFC2384 POP URLs.
svn path=/trunk/; revision=1797
Diffstat (limited to 'camel/url-util.h')
-rw-r--r--camel/url-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/url-util.h b/camel/url-util.h
index 6afed454d5..67cc420eb2 100644
--- a/camel/url-util.h
+++ b/camel/url-util.h
@@ -37,6 +37,7 @@ extern "C" {
typedef struct {
gchar *protocol;
gchar *user;
+ gchar *authmech;
gchar *passwd;
gchar *host;
gchar *port;