aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.c
Commit message (Expand)AuthorAgeFilesLines
* Assert url_string != NULL.Peter Williams2001-03-011-1/+3
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-6/+2
* Undo my incorrect fix - I misunderstood danw - sorry!Jeffrey Stedfast2000-11-041-26/+4
* If show_pass, then base64 the password before writing it to the outputJeffrey Stedfast2000-11-041-6/+34
* lots of i18n fixesDan Winship2000-10-241-4/+5
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-081-0/+22
* If the path doesn't begin with a / and there is a host, prepend a / to theJeffrey Stedfast2000-07-281-1/+2
* Should now always prepend a '/' before the path if it doesn't alreadyJeffrey Stedfast2000-07-261-14/+16
* UpdatedJeffrey Stedfast2000-06-231-7/+7
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-10/+7
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-2/+54
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-1/+5
* expose these routines.Dan Winship2000-04-281-24/+33
* Add code to encode and decode %-escapes in URLs, and do some additionalDan Winship2000-04-181-21/+114
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-0/+188