the URL RFC says the port must be numeric, so we don't want to do
authorDan Winship <danw@src.gnome.org>
Thu, 6 Apr 2000 03:52:39 +0000 (03:52 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 6 Apr 2000 03:52:39 +0000 (03:52 +0000)
commit8d22113ce50e585633e0abf485d4559ff127dc1f
tree3ba2639e22adb0a3ba9936a983a2d63c8c78a515
parent3ed614bf342874991cd95a22df48b8f9e282a0bf
the URL RFC says the port must be numeric, so we don't want to do

* g_url_new really wanted to take a CamelException. So, rename
Gurl to CamelURL, g_url_* to camel_url_* (with camel_url_new
taking an exception), and url-util.[ch] to camel-url.[ch]. Also
force url->port to be numeric and remove camel_service_getport. (I
was confused before: the URL RFC says the port must be numeric, so
we don't want to do getportbyname.)
camel/ChangeLog
camel/Makefile.am
camel/camel-service.c
camel/camel-service.h
camel/camel-session.c
camel/camel-url.c [new file with mode: 0644]
camel/camel-url.h [moved from camel/url-util.h with 62% similarity]
camel/camel.h
camel/providers/mbox/camel-mbox-store.c
camel/providers/pop3/camel-pop3-store.c
camel/url-util.c [deleted file]