From 6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 6 Apr 2002 01:15:53 +0000 Subject: Don't get the statuscode here anymore. (http_method_invoke): Use a 2002-04-05 Jeffrey Stedfast * camel-http-stream.c (http_get_headers): Don't get the statuscode here anymore. (http_method_invoke): Use a User-Agent header and do basic proxy authentication. (stream_read): Handle redirects. (camel_http_stream_set_user_agent): New function to allow client to set the User-Agent string. (camel_http_stream_set_proxy): New function for setting the proxy server. (camel_http_stream_set_proxy_authrealm): New function for setting the proxy auth realm. (camel_http_stream_set_proxy_authpass): New function for setting the proxy auth password. svn path=/trunk/; revision=16367 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 07e165d70c..2441aa6d1b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2002-04-05 Jeffrey Stedfast + + * camel-http-stream.c (http_get_headers): Don't get the statuscode + here anymore. + (http_method_invoke): Use a User-Agent header and do basic proxy + authentication. + (stream_read): Handle redirects. + (camel_http_stream_set_user_agent): New function to allow client + to set the User-Agent string. + (camel_http_stream_set_proxy): New function for setting the proxy + server. + (camel_http_stream_set_proxy_authrealm): New function for setting + the proxy auth realm. + (camel_http_stream_set_proxy_authpass): New function for setting + the proxy auth password. + 2002-04-04 Jeffrey Stedfast * camel-folder-summary.c (message_info_new): Simplified since we -- cgit v1.2.3